Friday, September 27, 2013

SVN update overwrites my working copy

SVN update overwrites my working copy

I am trying to use SVN from WebStorm on a software project. The issue I'm
having is that there is a file in the repo that is missing many functions
I have added on my working directory, and if I update my project from SVN
then my working copy loses these changes. If I commit my changes from my
working copy to SVN I overwrite the file that is already there.
How can I commit my changes to the repo while adding to what's already
there without overwriting?

No comments:

Post a Comment