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:
>
>
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
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
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:
>
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