The Subversion Delete command will delete a file in the local working directory. While it removes file in the working copy, it doesn’t remove the same file in the repository until after a commit.
svn delete foo.c |
cloud engineer
by Ulysses
The Subversion Delete command will delete a file in the local working directory. While it removes file in the working copy, it doesn’t remove the same file in the repository until after a commit.
svn delete foo.c |
svn delete foo.c