I use eclipse and svn 1.6
What I basically want is to be able to switch between svn files and current I work with, so that I could rollback to the state that I had before synchronizing and updating some files with svn changes.
I do not want to put local changes to svn. But I want the state of all files to be saved somewhere, by using a magic command: "save project current state".
And so later I can return to that state. But I do not want to use svn for this purpose. Svn is shared with other developers and is for stable release. What I need is to be able to keep milestone states, and specifically NOT USE SVN for this purpose.
It's like copying all the files to a backup folder and later, when you need, copying all those files back.
Any plugins recommended?