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

Re: Wish List for Subversion

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-05-19 17:01:31 CEST

"Tom Browder" <TBrowder@cox.net> writes:

> 1. Use the rtag command to label snapshots in the development cycle with
> long tags that tell what the snapshot means, e.g.,
> "v16may2003_draft_to_customer."

$ svn copy http://host/project/trunk \
           http://host/project/tags/v16may2003_draft_to_customer

>
> 2. Use the history command like so:
>
> cvs history -T | fgrep <module name>
>
> to see tags in date order.

$ svn ls http://host/project/tags

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 19 17:02:43 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.