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

Revision naming and patch generation

From: Ph. Marek <philipp.marek_at_bmlv.gv.at>
Date: 2004-07-23 11:37:28 CEST

Hello everbody!

I haven't followed the discussions about named revisions lately, so what I
think below might be complete nonsense. (It may be simple because merging of
patches isn't as easy as I think).

If we can name revisions (which are possibly indexed for speed), then the
name(s) can be seen as a name for the *change* from revision n-1 to n.
If a name can be given to multiple revisions, then it should (?) be possible
(technically - surely isn't implemented yet) to get a patch which has *all*
changes with this name.

So if there is a file, which gets changed in revisions 10-20, and the even
revisions are named "taskA" and the odd "taskB", then maybe it's possible to
say
        svn diff --task-name "taskA"
to get a patch which includes every such change.

Is that possible? Easy, hard?

I'm thinking of working on some software and doing this fixing some bugs.
Then I'd have to deliver distict patches for the various tasks, and possible
track these around some "vendor"-versions.
So a shortcut like above could be useful.

Regards,

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 23 11:37:55 2004

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.