rename file problem under subversion
I have a problem when I rename the checked out working file from Tortorise under subversion. After rename the local file, my local file got lost. I want to know how I can get my local copy back, eith开发者_JAVA技巧er from Tortorise or other?
have you tried "svn add path/to/your/local/file"?
If the file name was changed on the server then you just need to update to get the latest version, the old name problably will remain but just delete it. If you haven´t committed the changes on your WC then just do a revert to undo all changes done on your side and then update the folder.
精彩评论