> I am new to any version control system.
> I need to create an environment to test the below.
> How do we create multiple repositries on the Sub version system?
> How to tag the branch looping 20 times?
> Can anyone help me on this.
>
> Create a large NFS file system for the source control reposit
> From: Chidambarathanupillai, Nagaraj
> Sent: Wed 7/21/2010 1:57 AM
> To: Bob Archer; users@subversion.apache.org
> Subject: RE: question on Subverison confguration
>
> Hi,
>
> Could you please provide the syntax for tag the branch using svn?
>
Do you know about t
On Jul 21, 2010, at 00:57,
wrote:
> Could you please provide the syntax for tag the branch using svn?
svn copy $URL_OF_EXISTING_BRANCH $URL_OF_NEW_TAG
This kind of usage information about Subversion can be learned by reading the
book:
http://svnbook.org/
Specifically the branching and me
@subversion.apache.org
Subject: RE: question on Subverison confguration
Hi,
Could you please provide the syntax for tag the branch using svn?
Thanks and Regards,
Nagaraj Chidambarathanupillai.
From: Bob Archer [mailto:bob.arc...@amsi.com]
Sent: Tue 7/20/2010 2:24 PM
To
Subject: RE: question on Subverison confguration
> I am new to any version control system.
> I need to create an environment to test the below.
> How do we create multiple repositries on the Sub version system?
> How to tag the branch looping 20 times?
> Can anyone help me on this
> I am new to any version control system.
> I need to create an environment to test the below.
> How do we create multiple repositries on the Sub version system?
> How to tag the branch looping 20 times?
> Can anyone help me on this.
I assume you are trying to script this in some way?
use svnadmi