> From: Chidambarathanupillai, Nagaraj > Sent: Wed 7/21/2010 1:57 AM > To: Bob Archer; [email protected] > Subject: RE: question on Subverison confguration > > Hi, > > Could you please provide the syntax for tag the branch using svn? > Do you know about the on line manual? This is a good place to start for someone "new to any version control system", especially the introduction:-
http://svnbook.red-bean.com/nightly/en/index.html Once you have read up to Chapter 2 thoroughly, the section on creating a tag is at:- http://svnbook.red-bean.com/nightly/en/svn.branchmerge.tags.html Good luck! ~ mark c > Thanks and Regards, > Nagaraj Chidambarathanupillai. > > ________________________________ > > From: Bob Archer [mailto:[email protected]] > Sent: Tue 7/20/2010 2:24 PM > To: Chidambarathanupillai, Nagaraj; [email protected] > 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 assume you are trying to script this in some way? > > use svnadmin create to crate your two repos. > > use svn to create your tags > > It seems pretty straight forward. Or, do I not understand > what you are asking? > > BOb > > > > > > Create a large NFS file system for the source control repository > > and connect it to the Subversion system referred to as Rep1. > > > > Create a large NFS file system for a second source control > > repository and connect it to the Subversion system referred to as > > Rep2. > > > > Loop the following 20 times to create a deep Subversion repository > > for Rep1 and Rep2: > > > > Checkout an old version of the Linux source code (Kernel series > > 2.6.27.44) and check it into the Subversion system. > > > > Tag the branch (27.N, where N is 1-20) > > > > Checkout one of the newer version of the Linux source code (Kernel > > series 2.6.34) and check it into the Subversion system. > > > > Tag the branch (34.N, where N is 1-20) > > > > Test 1 - Checkout times > > > > From a server connected to the Subversion server, time how long it > > takes to do 10 sequential mainline checkouts from Rep1. Note the > > completion times for each checkout. Repeat using Rep2. > > > > Test 2 - Build times > > > > From 5 different systems talking to the Subversion server, setup > > private kernel build areas using Rep1 and another build area using > > Rep2. > > > > From each build server, do a checkout of the kernel source based on > > 27.N from Rep1 and build it. Checkout 34.N and build. Repeat this > > process 5 times. Record total times for the checkouts and builds. > > > > Repeat the above process for Rep2 using the build areas based on > > private build areas. > > > > Thanks and Regards, > > Nagaraj Chidambarathanupillai > > > >
