Re: changelist feature -- keep it? tweak it? scrap it?
From: John Szakmeister <john_at_szakmeister.net>
Date: 2007-01-17 10:27:36 CET
----- Ben Collins-Sussman <sussman@red-bean.com> 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.
That's not to say that I've never had non-overlapping changes, just that I run into the overlapping situation much more often than the non-overlapping situation. It probably has to do with the fact that code for our projects tend to run <20,000 lines, and the test suites generally take only a minute to run, so we don't have a need for doing multiple changesets at once. And when we do, it suffices to check out another WC and do it there.
-John
---------------------------------------------------------------------
|
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.