[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Help needed with a unique type of branch creation

From: Mun Johl <Mun.Johl_at_wdc.com>
Date: Wed, 4 Mar 2020 04:45:45 +0000

Hi all,

Off of trunk in our repo are various directories. I am trying to branch a specific revision of two of the directories and am not being successful ... the branch is always off of the HEAD revision. Here's one attempt:

$ svn mkdir ^/branches/temp
$ svn copy -r 10000 svn://domain.com/trunk/dir-x svn://domain.com/branches/temp
$ svn copy -r 10000 svn://domain.com/trunk/dir-y svn://domain.com/branches/temp

I have tried to use the '@' operator for the revision, but that didn't help. I'd rather not branch the entire trunk due to it's size and mostly unneeded files.

Any insight/suggestions would be welcome.

Regards,

--
Mun
Received on 2020-03-04 07:40:05 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.