vote up 2 vote down star

is there any way to use Relative path when configuring subversion externals.

for example Trunk - directoryA - directoryB - projectA {external DirectoryB}

for configuring ProjectA we have to configure full path in the external property.

which is causing problems or forcing us to do change the properties when we do branches.

any way to automate the branching process or fix with absolute path will be useful

flag

69% accept rate

2 Answers

vote up 7 vote down check

Subversion 1.5 clients support relative urls:

See the Subversion 1.5 release notes and the subversion manual for more details

Some examples: (Note that the comment syntax is not supported)

# Repository root relative
^/projectX/trunk/src/ projectX

# Relative to current directory
../../dependency/X X

# Server root relative
/svn/repos/projectX/trunk/src projectX

# Schema relative
//svn.collab.net/repos/svn/trunk svn
link|flag
vote up 0 vote down

good , thanks , i will upgrade my svn client to 1.5

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.