Daniel Shahaf wrote on Tue, Dec 20, 2011 at 02:43:48 +0200: > > I then added a new directory with a bunch of files and wanted to > > commit, but it complained with: > > > > > svn ci -m "some comment" > > svn: E175002: Commit failed (details follow): > > svn: E175002: The POST request returned invalid XML in the response: > > XML parse error at line 3: not well-formed (invalid token) > > (/suite/!svn/me) > > > > > > May I ask for any hints of what could go wrong and how I could debug > > the problem? I have seen various threads after searching with google, > > but none of those that I checked provided any useful insight. (I work > > with SVN a lot, but have never experienced a problem like this one.) > > The use of POST request is new in 1.7 (client+server must be 1.7 for > this).
Forgot to say: "SVNAdvertiseV2Protocol off" will work around the error.