On Thu, Dec 31, 2015, at 06:46 PM, Owen Hartnett wrote: > Xcode plays nice with subversion in all respects - checkout - status > listing - comparing with previous versions, except commit. And only on my > home computer, the same project commits fine with no complaints. The > complaint I get is: > > Commit failed (details follow): > Unable to connect to a repository at URL > 'http://ohartn...@svn.loomissayles.com/repository/In2IDev/branches/NetworkObjectBranch/In2/Classes/NetworkedObjects' > The OPTIONS request returned invalid XML in the response: XML parse error > at line 1: no element found > (http://ohartn...@svn.loomissayles.com/repository/In2IDev/branches/NetworkObjectBranch/In2/Classes/NetworkedObjects) > (1) > > Note that I can go to the command line or to another client (like > Versions) and it will check in fine. > > Anybody have any idea what I can look in terms of logs to see what’s > going on here?
You could use curl to issue an OPTIONS request to that URL from the non-home computer to see what the server is returning. I'm guessing it's an error message. You could also check the server's error log, but seeing exactly what Xcode is seeing will probably help you narrow down the problem faster. --Kyle Sluder _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (Xcode-users@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to arch...@mail-archive.com