You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Mark Jaffe <wi...@earthlink.net> on 2003/08/12 23:53:17 UTC

Tagging in svn?

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.

Will Subversion correct this deficiency?

Mark Jaffe
(aka mark.jaffe@verizonwireless.com) 


=========================================
Mark Jaffe        | (408) 972-9638 (home)
Chief Wizard      | (408) 807-1530 (cell)
Computer Wizards  | (425) 795-6421 (FAX)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Tagging in svn?

Posted by John Szakmeister <jo...@szakmeister.net>.
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

Re: Tagging in svn?

Posted by David Summers <da...@summersoft.fay.ar.us>.
On Tue, 12 Aug 2003, 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.
> 
> Will Subversion correct this deficiency?
> 

Yes, in Subversion, a tag is just a directory in the repository that you 
can call anything you want (as long as it meets normal file system file 
name restrictions).

-- 
David Wayne Summers          "Linux: Because reboots are for hardware upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org