History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-12596
Type: Bug Bug
Status: Open Open
Assignee: Alexander Kitaev
Reporter: Serge Baranov
Votes: 2
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Can not commit newly added directory in root of repository

Created: 03 May 07 16:31   Updated: 18 Jul 07 21:44
Component/s: Version Control Integration. Subversion

File Attachments: 1. Zip Archive idea-svn.zip (17 kb)


Build: 6,180
Severity: High


 Description  « Hide
I get this error:

Error:svn: Commit failed (details follow):
svn: CHECKOUT request failed on '/svn/sandbox/!svn/ver/96/'
svn: CHECKOUT of '/svn/sandbox/!svn/ver/96/': 400 Bad Request (https://labs.bindows.net)

Fellow collegues that use Eclipse can do it no problem. I haven't tried doing it from eclipse myself.

If I commit new directories in a subfolder it works fine.

IDEA log with SVN commands is attached.



 All   Comments   Work Log   Change History      Sort Order:
Johan Lund - 03 May 07 16:44
Command line svn works fine. It's only in intelliJ the problem appears.

Alexander Kitaev - 18 Jul 07 21:44
Hello Johan,

Do you have any sort of proxy server between your computer and repository? "Bad request" is what proxy server usually replies with when not set up properly to process DAV specific HTTP requests. Also, from the log it looks like you're using HTTPS protocol and "digest" authentication method. Could you try to access repository over HTTP?

Unfortunately, so far I couldn't say what exactly causes the problem. Most probably it is proxy server or some local firewall, but there could be other reasons. Is it possible to get test access to your repository? This will help to reproduce and finally fix the problem. Thanks!

Alexander Kitaev.