I have one project that I checked out from one SVN repository location and done some changes in that project in various java files and now I want to check out this project in to some different SVN repository. How can I do this. As when I am right clicking on that project I am not getting share this project. I am working with eclipse. Any suggestions will be appreciated..
I have one project that I checked out from one SVN repository location and
Share
If you have a termnial fire it up.
Then do a svn switch to that branch you just created.
Finally commit the entire stuff now.