I have a project that I have downloaded from SVN using Eclipse plugin Subclipse. I now want to stop using subclipse to manage the versioning, and start using TortoiseSVN. Is there a way to "attach" my working copy so that Tortoise can manage it? I don't want to re-download the project as it was a huge pain setting everything up in the first place (i.e. that will be the last option).
Note: I am on Windows 7.
It is all about working copy versions. If your local working copy format version for Subclipse matches the one for TortoiseSVN you can use your checked out local working copy as they are (TortoiseSVN indicates this by showing icons for the files in your explorer). However you should double-check this in the Subclipse and TortoiseSVN home pages respectively.
If your working copy format versions match you can also switch between Subclipse and TortoiseSVN as you see fit.
Now if this doesn't work for you already, there is a mismatch between the working copy formats. With your scenario this is what you need to do:
NOTE! In all this, the important is not which version if Subclipse or TortoiseSVN you are running. The important is which Subversion version it is linked against. On http://tortoisesvn.net/ you can see that "TortoiseSVN 1.8.2 has been released. It is linked against Subversion 1.8.3". In this case the 1.8.3 is the important version and is using the 1.8 working copy format.