On 1/1/06, Matthew Scott <[EMAIL PROTECTED]> wrote: > If you want to commit often to a revision control system, but only > want the "master" repository to show once nice set of changes in one > changeset for several of those commits you made, you should take a > look at http://svk.elixus.org/
You can do low commits and a high level patch with most distributed RCS. For exampe in darcs I do this by starting my patch names with a particular word (usually HOTPATCH). When I want to push changes to a main repo I do 'darcs unrecord -p HOTPATCH' and then darcs record, darcs push and it shows up in the upstream darcs repo as one patch. That being said, I should probably investigate svk, I've heard good things about the project...

