So I already created my project and been working on it for a while. I now created an SVN repository and want to check in all my work so far there and continue from there. However, I couldn’t manage to do this using sublicpse. Any ideas ?
EDIT: I am basically trying to add an already existing java project in my workspace to my SVN repo without using the command line functions like “svn add” or things like copy paste. Is it possible to link my already existing project to an SVN repo by right clicking or something like that ? Thats kind of what I am wondering
Once you’ve created a location in the repository for your project, you can right click on your Eclipse project and choose
Team -> Share Project. You’ll likely have to “Create a new repository location” first, then complete the wizard.