Aug
4
Written by
admin
If you’ve ever tried to switch your current working copy to a new SVN URL with ‘svn switch –relocate [old_repo] [new_repo]‘ command you may run into an error message similar to this: svn: The repository at ‘[new_repo]‘ has uuid ‘[new_uuid]‘, but the WC has ‘[old_uuid]‘ The reason for this is that Subversion expects the same [...]
Sep
17
Written by
admin
Ever gotten this Subversion checkout/update operation error message? svn: Failed to add directory ‘foo/foo’: an unversioned directory of the same name already exists You can fix this problem by applying an extra option of “–force” to the SVN’s checkout/update command. This will mark the folder in question as updated and the subfolder files as versioned [...]
Sep
13
Written by
admin
If you ever tried to do an integration activity in Perforce and have gotten a similar error message such as “no permission for operation on files(s)” then these are the steps you can do to resolve the problem: Check to make sure your branch spec or the source/target does not have any typo. Check to [...]