As the first post in 2012,thought of sharing some confusing error messages which will appear while going to commit on Subversion.This blog-post will continue further as I found more such svn warnings.
1)Aborting commit-
Eg: .../rootFolder/svnProject$ svn commit .
svn: '/path/to/my/rootFolder' has no ancestry information
- Reason:
- Solution:
2) Aborting commit: remains in tree-conflict
- Reason:
b) A file/directory was locally modified but is deleted in the repository.
c) A file locally modified, but had been renamed in the repository.
- Solution:
Comments
Post a Comment