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

Re: simplify tagging

From: <kfogel_at_collab.net>
Date: 2005-12-19 02:07:32 CET

Sebastian Böhm <seb@exse.net> writes:
> tagging in svn is somewhat difficult. I have to write :
> svn copy svn+ssh://user@host.domain.tld/home/svn/project1/
> svn+ssh://user@host.domain.tld/home/svn/project1-tag-rc1/ -m "rc1"
>
> which is difficult to remember.
>
> with cvs one just can write "cvs tag ...". Are there tools available
> makeing it a little easier ? (or do have have to write them ?)
> (something like a "svntag" shellscript which would be called "svntag
> rc1" ? )
>
> Thank you!

I don't know of any tools. However, you could easily write a script
to parse the output of 'svn info' and Do The Right Thing with the
"Repository root" line.

-Karl

-- 
www.collab.net  <>  CollabNet  |  Distributed Development On Demand
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 19 03:47:23 2005

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.