Showing posts with label subversion version control. Show all posts
Showing posts with label subversion version control. Show all posts

Wednesday, April 25, 2012

Fix "local unversioned, incoming add upon update" in subversion

After doing an svn update, if you run svn status and get a " >   local unversioned, incoming add upon update" error, perform the following:

svn resolve --accept working <conflicting_dir>
svn revert <conflicting_dir>
svn status

Thanks, http://tomhennigan.blogspot.com/2012/01/resolve-tree-conflict-svn-local.html#!/2012/01/resolve-tree-conflict-svn-local.html