On Saturday 23 September 2006 10:52, Jon Keating wrote: > Erik, > > I'm having quite some trouble getting the externals to work with > svn+ssh access. I relocate the repository from http to svn+ssh, but if > I run svn update in licq/ it changes the admin and plugins/qt-gui to > http again. Is there any way to do this so I can update by default > with --ignore-externals ?
Me, I use this alias:
alias uplicq='for dir in . {admin,plugins/*/}; do echo $dir; svn
up --ignore-externals $dir; done'
Relative svn:externals paths seems to be scheduled for svn 1.5, so until then,
this will have to do.
// Erik
--
This signature intentionally says nothing.
Erik Johansson
http://ejohansson.se
pgpg2efD7AlLB.pgp
Description: PGP signature
