- Create somewhere in the SVN repo the directory you want to use as external (let's call it SVNEXTURL)
- Go in the working copy where you want to have an external reference and:
svn propset svn:externals 'newlocaldir
where newlocaldir
Quotes are needed.
Note the '.'
- and then
svn up
Enjoy!
Problem: if you're using a version of svn-buildpackage older than 0.6.24 (debian), it won't work with external references. You can upgrade to >= 0.6.24 or apply locally the patch described here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=363003
No comments:
Post a Comment