Using tortoise for existing project
my project is connected to svn repository by eclipse plugin, and by tortoise, i used to checkout and update my code from both tools, the problem appeared when i n开发者_如何学Pythoneeded to update tortoise, now i cant find any thing related to tortoise in the context menu from windows, its like i need to download the project again with tortoise .... is there any way to do it without re download the code... (i have many changes and cant commit from eclipse, need to use tortoise).
Checkout to a new directory, replace the files you need to update on the repository and then do the commit, that might be the easiest and safest way.
精彩评论