0

I have checked out a working copy from SVN using Zend editor. I cant commit the changes to SVN. Its throwing an error [Some of selected resources were not committed. svn: Commit failed (details follow): svn: can not read HTTP status line svn: CHECKOUT request failed on '/project/!svn/bln/1798']

All other functions are working properly like update, Comparing with repository. Once I have removed 'phpmyadmin'and re-installed apache2 then 'commit' works for some days and same problem repeats.

4
  • I dont know why mysql is tagged, please remove it Commented Jan 4, 2013 at 11:05
  • Do command-line SVN operations work successfully? Commented Jan 4, 2013 at 11:07
  • No its also not working. Commit operation fails all the time Commented Jan 4, 2013 at 11:40
  • svn: Commit failed (details follow): svn: CHECKOUT of '/project/!svn/vcc/default': Could not read status line: connection was closed by server (subversion.project.com) Commented Jan 4, 2013 at 11:55

2 Answers 2

0

Try "Update" you project after you see this error.
P.S. in Eclipse - Project - Team - Update, it's helpful.

Sign up to request clarification or add additional context in comments.

5 Comments

I have tried out that also 'Update' is working fine. Problem is only when Committing and it happens only in my PC also.
Committing is not working both before and after Update. I have created a new working copy, changed one file and tried to commit then also file fails to commit.
Maybe http communication problem between SVN Client and SVN repository, make shure that you enter the correct URL and you have permission for accessing project directory. Does the log of the HTTP server show any HTTP error?
Previous time when the same error occurs i have restarted apache2 then it was working fine for some days. So is there any possibility that the reason behind this is an internal system error?
Thanks XCK, you realy helped me.
0

Issue was due to Ethernet connection. Particular Ethernet gateway connection blocks the committing of file to staging. Changing the ethernet gateway solved the problem.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.