https://stackoverflow.com/questions/3389620/how-to-fix-subversion-status
// Remove file on local
svn rm /path/to/file # if you want to delete it from svn itself
// commit
svn commit -m '...'
No comments:
Post a Comment