SVN commit fails: File already exists
|
SVN |
while you are committing svn operation (remove, delete) , you may come across this issue, to solve this issue please follow following instructions.
Solution:
1. Update Particular file
svn update <filename>
2. Then Commit
svn commit
No comments