You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Konstantin Kolinko <kn...@gmail.com> on 2015/02/11 02:14:41 UTC

Change "metadata" external at Gump live to use relative URL

Hi!

If I checkout the "live" directory, it has "metadata" directory as
svn:external that is always checked out as http. As such, any changes
to files in metadata cannot be committed as committing requires HTTPS.

Apparently I do not have commit right to /live to fix it myself.

The patch is
[[[
Use repository-root relative external syntax (supported since SVN 1.5),
so that metadata directory external can be downloaded by the same
protocol HTTPS protocol as its parent.

Index: .
===================================================================
--- .    (revision 1658785)
+++ .    (working copy)

Property changes on: .
___________________________________________________________________
Modified: svn:externals
## -1 +1 ##
-metadata        http://svn.apache.org/repos/asf/gump/metadata
+^/gump/metadata metadata
]]]


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: Change "metadata" external at Gump live to use relative URL

Posted by Konstantin Kolinko <kn...@gmail.com>.
2015-02-11 8:14 GMT+03:00 Stefan Bodewig <bo...@apache.org>:
> On 2015-02-11, Konstantin Kolinko wrote:
>
>> If I checkout the "live" directory, it has "metadata" directory as
>> svn:external that is always checked out as http. As such, any changes
>> to files in metadata cannot be committed as committing requires HTTPS.
>
> Fixed - oh, just saw your patch, looks better than my change.
>
> TBH I never thought about committing from inside the live directory.

My scenario was:
1) svn checkout /live  -- to look what it is and to follow up the changes
2) note that I have two copies of metadata (a standalone one that I
used before and the second one in live)
3) remove the standalone one to do not waste disk space on duplicates

4) make a change in live/metadata   (/project/tomcat-tc7.xml)
5) try to commit

>> Apparently I do not have commit right to /live to fix it myself.
>
> I forgot to add Mark and yourself to the gump Unix group, done now.

Thank you!

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: Change "metadata" external at Gump live to use relative URL

Posted by Stefan Bodewig <bo...@apache.org>.
On 2015-02-11, Konstantin Kolinko wrote:

> If I checkout the "live" directory, it has "metadata" directory as
> svn:external that is always checked out as http. As such, any changes
> to files in metadata cannot be committed as committing requires HTTPS.

Fixed - oh, just saw your patch, looks better than my change.

TBH I never thought about committing from inside the live directory.

> Apparently I do not have commit right to /live to fix it myself.

I forgot to add Mark and yourself to the gump Unix group, done now.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org