I have a question regarding fetching code from SVN. It will be greatly appreciated if anyone can give me some suggestions for getting this done.
I have following scenario for my application on repository hosting
revision 4 (1 changed file that were changed in revision 3) revision 3 (1 changed file) revision 2 (1 file added)
I want to get a working copy that includes all changes from revision 2 to Head but does NOT include the changes for revisions 3.
How can I do this?