[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: question on Subverison confguration

From: Cooke, Mark <mark.cooke_at_siemens.com>
Date: Wed, 21 Jul 2010 07:24:00 +0100

> From: Chidambarathanupillai, Nagaraj
> Sent: Wed 7/21/2010 1:57 AM
> To: Bob Archer; users_at_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 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:Bob.Archer_at_amsi.com]
> Sent: Tue 7/20/2010 2:24 PM
> To: Chidambarathanupillai, Nagaraj; users_at_subversion.apache.org
> 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
>
>
>
>
Received on 2010-07-21 08:24:42 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.