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

Re: particularly checkout

From: Robert Guthrie <rguthrie_at_pobox.com>
Date: 2004-07-09 16:12:14 CEST

On 9 Jul 2004, at 8:34 AM, Stephan Sachse wrote:

> On Fri, 09 Jul 2004 07:54:40 -0500
> Ben Collins-Sussman <sussman@collab.net> wrote:
>
>>> can anyone tell me how i can ceckout trunk particularly?
>>
>> You can't. But there's no need. Just copy /trunk to /tags/PRJ_1_0_0.
>> Does it really matter that module3 and module4 are in the tag? If so,
>> you can always delete them from the tag directory (after you create
>> the tag.)
>
> i can't delete from tags because the rule for svnperms.py denied me ;).
> I can remove this rule, but i dont want this.

Then try this:

svn mkdir $URL/tags/PRJ_1_0_0
svn cp $URL/trunk/core $URL/tags/PRJ_1_0_0/
svn cp $URL/trunk/module1 $URL/tags/PRJ_1_0_0

... and so on. Mix and match as you need.

Yes, it is tedious, but you could create a script where you name the
branches under trunk to be copied to a particular tags/ directory, and
it would do the svn mkdir & svn cp commands for you.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 9 16:12:52 2004

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.