问题
I'm using SVN via AnkhSVN for my project and whenever I go to commit I get the following error(s)


EDIT: This is weird because that directory has never existed, not removed or deleted either. No files appear to be in conflict either, so this one has me stimpted.
回答1:
I think you need to update first, and then commit.
If that fails, please give some more information:
- What's the status of the files you're trying to commit?
- Does that path exist in the repository, or was it moved/renamed/deleted recently?
- Run
svn info
on the files you're committing, and check which of them has that 'strange path' as URL property
回答2:
You probably have a conflict. Try to resolve the confilct first. When you submit, scroll down the list of items until you see one in bright red. It will be the conflict due to the path. Uncheck all the other items first and resolve this item. When this is rosolved, the commit will work properly.
来源:https://stackoverflow.com/questions/6021247/ankhsvn-error-looking-for-strange-path