Tuesday, 4 January 2022

SVN status exclation mark ! meaning file on remote but not local

 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