SVN: Dealing with svn object of the same name is already scheduled for addition -
everytime svn update following error
failed add file path/to/file: object of same name scheduled addition
i tried rename file, delete it...but error still there.
i've read article , reverting...but still can't understand how it... http://thrustlabs.com/blog/2007/04/04/dealing-with-svn-object-of-the-same-name-is-already-scheduled-for-addition-errors-on-windows/
thanks.
what client using? "plain" svn client, see if of these solve problems:
cd /path/to/directory/with/suspected/duplicate svn revert . svn cleanup svn update
if use tortoisesvn, rightclick on folder issues, then: tortoisesvn->revert, tortoisesvn->clean , svn update.
Comments
Post a Comment