When I commit to the server this returns:
The POST request returned invalid XML in the response: XML parse error at line
3: not well-formed (invalid token) (/svn/site/!svn/me)
I am using VisualSVN Server 2.5.1 and the client is TortoiseSVN 1.7.1 64Bit.
The server by itself is working, I can update from repository or browse.
Any suggestions?
You can use Fiddler2 as a proxy, and inspect the XML request/responses. Maybe that’ll give you some more to go on.
It looks like TortoiseSVN doesn’t use WinInet, so the proxy won’t be automatic. You’ll need to set a proxy in the network panel of Tortoise. ex: localhost port 8888. Then you’ll see data arriving in Fiddler. Shut down your browser and stuff so you don’t have clutter. Now see if you can do something simple like view a log or commit a small change. You should see the packets, and then you can use the “inspector” on the right-hand panel to view the XML (use XML or RAW tab).