Consider a situation: I've made multiple changes to one versioned file and want to commit the changes. Now I realise that they'd better be committed as two separate commits - so that some changes belong to one changeset and others - to another. How can I do that most efficiently?
+3
A:
Copy the file, use svn diff to undo the changes for the second changeset, commit the modified file with the first changeset, copy the file back, commit second changeset.
Aaron Digulla
2010-01-13 08:02:13
A:
It depends on whether TortoiseSvn supports Hunk selection. TortoiseHg (for mercurial) does, so I assume Tortoisesvn does so too.
Johannes Rudolph
2010-01-13 08:09:49
No, unfortunately it does not support this
Peter Parker
2010-01-14 01:18:13
Ok thanks. I think it could be implemented the way Aaron explained though.
Johannes Rudolph
2010-01-14 06:01:27