On Jan 17, 2012, at 10:33, Andrew wrote:
> So I've got a pair of projects, we'll call them /tools and /libs.
> Under each I'm using ./tags/v1.0 ./tags/v2.0 as well as an
> svn:externals of ./tags/latest which points to the most recent tagged
> version. This all works fine. What I'd like to do a
Stephen Butler wrote on Wed, Jan 18, 2012 at 08:56:34 +0100:
> One idea is to
>
> svn rm ^/libs/tags/latest
> svn cp ^/libs/tags/1.1 ^/libs/tags/latest
ITYM
svnmucc rm ^/libs/tags/latest cp HEAD ^/libs/tags/1.1 ^/libs/tags/latest
On Jan 17, 2012, at 17:33 , Andrew wrote:
> Hello all!
>
> I've got an issue with a repo that I manage regarding svn:externals
> and have been unable to find any information regarding it (apologies
> if the issue has already been brought up and I didn't find it.)
>
> So I've got a pair of proje