[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:00:17 CEST

On Fri, 09 Jul 2004 07:54:40 -0500
Ben Collins-Sussman <sussman@collab.net> wrote:

> On Fri, 2004-07-09 at 07:50, Stephan Sachse wrote:
> > Hi,
> >
> > 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
> >
> > no i try to checkout the subdirectorys with
> >
> > $ svn co https://.../repos/prj/trunk/core \
> > https://.../repos/prj/trunk/module1 prj
> >
> > this will work, but i got 2 wc (core and module1) and i can't tag
> > this with one command
> >
> > 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.)
>
> In general, when tagging something, there's nothing wrong with taking
> a snapshot (copying) all of trunk, even if you don't need everything.
> It doesn't take up any extra space.

i found Issue 747 in bugzilla the topic "allow multiple sources for
copy/move" looks good but the comments talks only about "mv"

with cvs i can do something like this on a wc

  cvs tag TAG FILES

i think this is a important thing, so svn should support copy
commands like this

  svn copy SRC [SRC SRC...] DST

without this is it not possible to tag particularly things of a working
copy

btw: why i can't add comments to any Issue in Bugzilla (i'm logging in
correctly)?

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
-----------------------------------------------------------------------
panic("Oh boy, that early out of memory?");
	2.2.16 /usr/src/linux/arch/mips/mm/init.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:00:37 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.