I have a problem with our SVN server and would like to see what the conversation looks like between Xcode 4 and SVN. We use https, so I can’t drive the shark away, and in any case I prefer to look at the logs.
In normal Log Navigator, there is nothing and nothing in the console log.
The error I get from Xcode 4 is a sheet that says: "Working copy" Work "failed to commit files." "The request could not be completed because it was returned by Subversion as invalid." The modified file is not executed.
I can do a checkout and browse, diff, etc., but ran into the same problem when updating. The command line and svnx work fine. We used ssh + svn to run, and this worked fine with Xcode 4, so this change probably violated the situation. Certificates were accepted for clients and passwords entered into Xcode, as expected.
source share