[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: Stephan Sachse <listen_at_nugmbh.de>
Date: 2004-07-09 18:30:32 CEST

On Fri, 9 Jul 2004 14:50:06 +0200
Stephan Sachse <listen@nugmbh.de> wrote:

> i have a project with some core and additional components.
> repository looks like this
>
> repos-+
> |-branches
> |-+trunk
> | |-core
> | |-module1
> | |-module2
> | |-module3
> | `-module4
> `-tags
>
> i have a pre-commit hook with svnperms.py and config file like this
>
> [prj]
> branches/[^/]+/.* = @Commiter(add,update,remove)
> tags/[^/]+/ = @Commiter(add)
> trunk/.* = @Commiter(add,update,remove)
>
> now I would tag core, module1 and module2 with PRJ_1_0_0 but i have no
> clue how i can do this.
>
> Chapter 4. Branching and Merging -> "Creating a Complex Tag" looks
> good for me but how can i checkout only core, module1 and module2?
>
> i try followig
>
> $ svn co https://.../repos/prj/trunk -N
>
> and got a wc, no i tryd to checkout core into this wc
>
> $ cd trunk
> $ svn co https://.../repos/prj/trunk/core
>
> -> svn: Working copy 'core' not locked

describe in Issue 695 but scheduled for 2.0 :o

cya later
/stephan

-- 
-----------------------//------------------------
NU informationssysteme gmbh, nu research
a: berliner straße 31, 01589 riesa, saxony, DE
t: +49-3525-65733-40
f: +49-3525-65733-50
m: sachse@nugmbh.de
w: http://nugmbh.de
-----------------------------------------------------------------------
HARDFAIL("Not enough magic.");
        2.4.0-test2 /usr/src/linux/drivers/block/nbd.c
-----------------------------------------------------------------------
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese 
E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den 
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie 
die unbefugte Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. 
If you are not the intended recipient (or have received this e-mail 
in error) please notify the sender immediately and destroy this e-mail. 
Any unauthorised copying, disclosure or distribution of the material 
in this e-mail is strictly forbidden.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 9 18:30:48 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.