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

Re: changelist feature -- keep it? tweak it? scrap it?

From: Ph. Marek <philipp.marek_at_bmlv.gv.at>
Date: 2007-01-17 11:12:52 CET

On Wednesday 17 January 2007 10:27, John Szakmeister wrote:
> To be honest, overlapping (read: changes in the same file) are the ones
> that myself and my co-workers run into most often. The reason why is
> because as we're coding a feature or fixing a bug, we inevitably run across
> another (unrelated) bug that's in the code being modified, or just happened
> to see a problem in another piece of code that was nearby. I almost always
> resort to diff and patch, and whittle out parts of the patch that are
> unrelated.
+1

I have *exactly* the same problem, and solve it by having a few (normally
unused) checkouts of the project, doing "svn diff > patch", filtering the
patch with vi, applying somewhere else, testing, committing, updating all
wcs.

It would be nice to say "use this, this, and this part of the patch/changes".

Regards,

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 17 11:12:50 2007

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.