Lets say I have a link to svn://another/repo/tags/1.0
and the author has updated the repo to svn://another/repo/tags/1.1
how would I change my svn:externals property to point to the new repo?
I'm looking for an svn switch
style, so that the new repo updates
over the top.
Would a better answer be to have a branch called "live_branch" or similar, and just update this to the latest version each time?
Thanks
> svn propget svn:externals .
1.0 svn://another/repo/tags/1.0