Eclipse Subversive: deleting repository

3.5k Views Asked by At

I was working in Eclipse and used Subversive for versioning my program. However, now I would like to stop using SVN. Can I somehow delete repository from Eclipse i.e., not to synchronize any more?

2

There are 2 best solutions below

0
On BEST ANSWER

you could disconnect (right click on project -> Team -> Disconnect) all your SVN projects and then open SVN repository explorer and remove (Discard location) SVN location. For doing it all your SVN projects have to be disconnected first.

0
On

The only other way would be to delete all the .svn files in those directories. That is how Eclipse knows.