[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: Robert Graf-Waczenski <rgw_at_lsoft.com>
Date: Tue, 26 Aug 2008 16:11:00 +0200

Miguel Rentes wrote:
>
> Hi Robert,
>
>
>
> At a given commit I have the complete list of files I had to change to
> correct a bug. After that I want a tag named "correction ABC" that has
> only the files/directories I had to change to correct that bug.
>

I don't think that such a tag would be possible, but that still depends
on some things that i'm unclear about. First off, Subversion does not
have a concept of tags. In subversion, tags are copies of parts of your
repository with the additional semantics that you intend to never modify
this copy again (the latter part is typically achieved via a pre-commit
hook or mere developer discipline).

Maybe you should elaborate a bit about what you plan to do with the
"tag" you are talking about, then we can tell you what subversion
concepts and mechanisms are available to achieve what you plan to do.

Robert
Received on 2008-08-26 16:16:27 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.