I am able to do an svn checkout, but commits fail even before I'm asked for authentication. svn: E175002: Commit failed (details follow): svn: E175002: Server sent unexpected return value (400 Bad Request) in response to MKACTIVITY request for '/svn/llvm-project/!svn/act/ef968a87-16e6-4ff1-807a-7f7f88609c97' Is this a server issue? -- HT -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160730/ee088637/attachment.html>
Could be a proxy issue or similar (eg http://grokbase.com/t/subversion/users/118tnxa2g2/reasons-for-400-bad-request-on-committing-which-dont-involve-proxies ). On Sat, Jul 30, 2016 at 11:01 PM, Hubert Tong via llvm-dev < llvm-dev at lists.llvm.org> wrote:> I am able to do an svn checkout, but commits fail even before I'm asked > for authentication. > > svn: E175002: Commit failed (details follow): > svn: E175002: Server sent unexpected return value (400 Bad Request) in > response to MKACTIVITY request for > '/svn/llvm-project/!svn/act/ef968a87-16e6-4ff1-807a-7f7f88609c97' > > Is this a server issue? > > -- HT > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160801/097869d8/attachment.html>
Just as a sanity check - is this an http or an https checkout? (IIRC you can only commit when using https, but I don't remember which error you get if you try to commit through http.) On 30 July 2016 at 06:31, Hubert Tong via llvm-dev <llvm-dev at lists.llvm.org> wrote:> I am able to do an svn checkout, but commits fail even before I'm asked > for authentication. > > svn: E175002: Commit failed (details follow): > svn: E175002: Server sent unexpected return value (400 Bad Request) in > response to MKACTIVITY request for > '/svn/llvm-project/!svn/act/ef968a87-16e6-4ff1-807a-7f7f88609c97' > > Is this a server issue? > > -- HT > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160801/95e9be49/attachment.html>