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

Re: Is label support in future release?

From: Alan Barrett <apb_at_cequrux.com>
Date: 2006-11-20 08:38:40 CET

On Sun, 19 Nov 2006, Les Mikesell wrote:
> The part I'm having trouble with is how to permit ongoing concurrent
> development in the repository beyond the workspace copy containing the
> state you want to tag.

You don't need to do anything special to permit that; it just works.

You: svn checkout -r 100 url://repository/project/trunk
Other people: commit stuff
You: test
Other people: commit more stuff
You: decide that test was successful
You: svn copy -m 'create tag foo from trunk revision 100' \
                -r 100 url://repository/project/trunk \
                url://repository/project/tags/foo

[Remainder snipped. This thread is much too long.]

--apb (Alan Barrett)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 20 08:40:22 2006

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.