Conflict Xcode and SmartSVN 8.5

igor.c
igor.c
Hi all.  I try open my project in SmartSVN 8.5 and see follow warning:    [ATTACH]401[/ATTACH]    I have 1.8.9 svn version:  ****-Mac-mini:~ ***soft$ svn --version  svn, version 1.8.9 (r1591380)   compiled Jul 13 2014, 12:05:24 on x86_64-apple-darwin13.3.0    what a problem with SmartSVN 8.5 opening project?  Thanx.

Last updated

igor.c
orbrey
orbrey
Hi,  As per the message, the working copy needs upgrading - you must have upgraded SmartSVN (and therefore the back end, which is what matters in this case) since you last opened the working copy.  Unfortunately it looks like SmartSVN isn't able to upgrade this automatically, so you'll need to do one of two things:  1) If the working copy is the same as the latest version of the code in the repository, just delete that working copy and check out a fresh one. That will then be at a late enough version to work with SmartSVN.  2) If there are pending changes in the working copy that haven't been committed and that you don't want to lose, you'll need to use the command line subversion client to upgrade it that way - just navigate to the root of the working copy and run 'svn upgrade' in there. More info on that command here: http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.upgrade.html  Hope that helps, good luck getting it sorted.

1-3 of 3

Reply to this discussion

You cannot edit posts or make replies: You should be logged in before you can post.