Hi Steve & Stefan, Steve Loughran wrote on Friday, December 15, 2006 11:59 AM:
> Stefan Bodewig wrote: > >> * sourceforge has found a new way to keep us moving stuff around. >> They are now moving the subversion repositories to virtual >> hosts per project, which means changing descriptors and >> deleting working copies on all Gump instances again. Won't be >> the last time. > > SVN switch appears to let you do this with relative ease. That is, > unless you d/l svn 1.4 onto your windows box and find it silently > upgrades all your local cache in a way that breaks all other > SVN clients. svn info | grep URL | cut -f 2 -d ' ' This command returns the URL used to checkout the source and will not access the remote repo. > Given that moving repos is not an entirely unknown event, maybe gump > somehow needs to automate the handling of it. Something like > remembering the last location a repository came from, and if the > location changes delete everything and check it out again. If the configured URL differs from above a "svn switch" command can be invoked automatically. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
