I am using eclipse 3.2 with the latest subversion (1.0.3) and when I attempt a check out of the code and it fails at about 87%, stopping on ninja.gif. The error message that comes up at that time is:
...
A /home/greggj/workspace/magic-project/src/main/resources/images/smilies/crazy.gif
A /home/greggj/workspace/magic-project/src/main/resources/images/smilies/blind.gif
svn: REPORT request failed on '/svnroot/magic-project/!svn/vcc/default'
svn: Processing REPORT request response failed: XML document structures must start and end within the same entity. (/svnroot/magic-project/!svn/vcc/default)
If I execute the checkout by hand on the command line, it seems to pull it just fine. Are there some alternate steps that I can go through to pull this into eclipse rather then going through the svn eclipse plugin?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have had this error too. In fact this due to an http error (truncated http). I think that sourceforge subversion server has a timeout.
If you delete the content of the parent directory of llat file and redo an update or replace with, you'll get the 13% remaining.
I do not know other alternative to get the content into eclipse without this plugin.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using eclipse 3.2 with the latest subversion (1.0.3) and when I attempt a check out of the code and it fails at about 87%, stopping on ninja.gif. The error message that comes up at that time is:
...
A /home/greggj/workspace/magic-project/src/main/resources/images/smilies/crazy.gif
A /home/greggj/workspace/magic-project/src/main/resources/images/smilies/blind.gif
svn: REPORT request failed on '/svnroot/magic-project/!svn/vcc/default'
svn: Processing REPORT request response failed: XML document structures must start and end within the same entity. (/svnroot/magic-project/!svn/vcc/default)
If I execute the checkout by hand on the command line, it seems to pull it just fine. Are there some alternate steps that I can go through to pull this into eclipse rather then going through the svn eclipse plugin?
I have had this error too. In fact this due to an http error (truncated http). I think that sourceforge subversion server has a timeout.
If you delete the content of the parent directory of llat file and redo an update or replace with, you'll get the 13% remaining.
I do not know other alternative to get the content into eclipse without this plugin.
That seemed to work, now to build it.
Thanks.