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.

Oliver Charlesworth
  • 267,707
  • 33
  • 569
  • 680

2 Answers2

0

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

m0zgen
  • 569
  • 7
  • 20
  • I have tried out that also 'Update' is working fine. Problem is only when Committing and it happens only in my PC also. –  Jan 07 '13 at 03:56
  • 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. –  Jan 08 '13 at 04:53
  • 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? – m0zgen Jan 08 '13 at 06:29
  • 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? –  Jan 08 '13 at 07:25
  • Thanks XCK, you realy helped me. –  Jan 08 '13 at 08:29
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.