Possible Duplicate:
partial commits with subversion
I have done 2 tasks in the same time frame. A file is modified by both. I will commit my working copy in 2 steps for better structure. I wish to commit the related file in both commits with related changes, using Tortoise SVN.
For now, I'll just copy the original file outside, and partially change the working copy in both commits manually.
Is there a better, perhaps semi-automatic way, like partially commiting a file using the diff tool?