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

Re: Creating a complex tag with the list of files changed necessary for a bug correction

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 26 Aug 2008 17:34:49 +0200

On Tue, Aug 26, 2008 at 11:10:09AM -0400, John Peacock wrote:
> Miguel Rentes wrote:
> > The tag I want is just a copy of all the resources I had to modify in
> > order to fix a bug at a given time.
>
> That is a very odd way to use Subversion. A tag in Subversion is merely
> a pointer to a given point in time in the repository, not like CVS where
> tags are associated with a list of files.
>
> Normally, you would commit all of those changes in a single commit and
> thus that changeset would constitute what files were changed.

Yes.

It might be worth pointing out that a command like

        svn log -v -r 42 https://svn.example.com/svn/

will show all paths which were affected by the commit which
created revision 42.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-26 17:34:50 CEST

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.