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

RE: Tagging changesets

From: Gavin Lambert <gavinl_at_compacsort.com>
Date: 2006-08-24 07:22:31 CEST

Quoth Talden <mailto:talden@gmail.com>:
> These are hopefully valid assumptions
> - The Commit command accepts a 'list file' of paths to commit.
> - Each commit is atomic and all changes are identifiable by
> the resulting revision number
> - You can list all changes made between a given revision
> number and its predecessor.
>
> If those are true then creating two 'list files' that
> respectively include the modifications for each of the
> changes would allow you to commit them separately with
> meaningful commit messages and then update your issue tracker
> with the resulting revision numbers.

Only if there are no overlapping files in those two lists. If there's
an overlap then the first commit will commit all changes to the file,
since it's impossible to separate them at that point (unless they've
been developed in isolation, on separate branches).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 24 07:23:49 2006

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.