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

Re: Tagging in svn?

From: John Szakmeister <john_at_szakmeister.net>
Date: 2003-08-13 02:00:20 CEST

On Tuesday 12 August 2003 19:53, Mark Jaffe wrote:
> I have a question I would like to see resolved here; one of my MAJOR
> complaints in CVS is the inability to tag based on our internal naming
> conventions. For example, suppose we have a release we are labeling
> 10.20.0. In CVS, I am unable to use a "." in the tag, so I am forced to
> employ an unwieldy 10_20_0 or something similar, then explain to the
> "suits" why the release number does not match the internal docs.

Subversion performs tagging differently than CVS. It's actually a cheap copy
of the trunk copied into a 'tags' directory or something similar (it's up to
you to define your convention). As long as it's a valid file/directory name,
you can choose it to be whatever you like.

You can read more about this in the book at svnbook.red-bean.com

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 13 01:59:17 2003

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.