Search code examples
javaeclipsesvnsubversive

Eclipse Subversive: deleting repository


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?


Solution

  • 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.