Is it possible to group a number of committed files together (as a single commit) after you\'ve already committed them to the repository in Svn?
It seems I always forget
To follow up on a previous answer.
I use Git SVN almost exclusively at this point for its ability to keep local revisions and then merge them into the SVN tree when i am fully done with the feature. When working with Git SVN, I commit my changes locally and when I am completely done, then sync to SVN.