RE: Help needed with a unique type of branch creation

2020-03-04 Thread Mun Johl
an Sperling > Cc: users@subversion.apache.org > Subject: RE: Help needed with a unique type of branch creation > > Hi all, > > I just thought I'd mention that I have now also tried the following variant > which still branched the HEAD instead of revision 1: > >

RE: Help needed with a unique type of branch creation

2020-03-04 Thread Mun Johl
Hi all, I just thought I'd mention that I have now also tried the following variant which still branched the HEAD instead of revision 1: $ svn copy -r 1 svn://domain.com/trunk svn://domain.com/branches/temp Regards, -- Mun > Hi Stefan, > > Thank you very much for your reply. > Pleas

RE: Help needed with a unique type of branch creation

2020-03-04 Thread Mun Johl
Hi Stefan, Thank you very much for your reply. Please see my comments below. > On Wed, Mar 04, 2020 at 04:45:45AM +, Mun Johl wrote: > > 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 su

Re: Help needed with a unique type of branch creation

2020-03-04 Thread Stefan Sperling
On Wed, Mar 04, 2020 at 04:45:45AM +, Mun Johl wrote: > 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: >

Help needed with a unique type of branch creation

2020-03-03 Thread Mun Johl
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 1 svn://domain.com/tru