Re: question on Subverison confguration

2010-07-21 Thread David Weintraub
> 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

RE: question on Subverison confguration

2010-07-20 Thread Cooke, Mark
> 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

Re: question on Subverison confguration

2010-07-20 Thread Ryan Schmidt
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

RE: question on Subverison confguration

2010-07-20 Thread Chidambarathanupillai_Nagaraj
@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

RE: question on Subverison confguration

2010-07-20 Thread Chidambarathanupillai_Nagaraj
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

RE: question on Subverison confguration

2010-07-20 Thread Bob Archer
> 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