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

Re: tagging from cmd or with SVN Kit

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-01-25 20:03:50 CET

On Jan 25, 2007, at 06:51, Jelle Volckaert wrote:

> I already searched for tag support in the SVN Kit, so I could
> implement this in my Maven plugin, but I haven’t found anything.
>
> I checked the SVN commands, but nothing point to a tag.
>
> I know there’s a copy behind the tagging, but isn’t there an easier
> option to tag my code?

Tagging is not difficult. Where $REPO is your repository URL:

svn cp $REPO/trunk $REPO/tags/my-new-tag "creating tag my-new-tag"

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 25 20:04:41 2007

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.