You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Boki 200 <bo...@hotmail.com> on 2004/10/07 16:53:24 UTC

Can't commit certain files (404 not found on 'svn commit')

Just started moving from CVS to subversion. Conversion went fine, now that I 
am
trying to add certain new files, svn commit dies.

Example:

cd web
svn checkout http://.../trunk/web/ .

svn add empty.html
svn add final_test_off.jsp

svn commit empty.html # works OK
svn commit final_test_off.jsp # dies

Adding         final_test_off.jsp
Transmitting file data .svn: Commit failed (details follow):
svn: PUT of
'/svnroot/!svn/wrk/e866d81e-d9e5-0310-b59d-f02fcab63a8d/.../trunk/web/final_test_off.jsp':
404 Not Found (http://...)
svn: Your commit message was left in a temporary file:
svn:    '/mnt/local/filestore/.../web/svn-commit.tmp'

I have tried the following:
- renaming the file (removed underscores, renamed to fto.js)
- changing the content (removing it bit by bit, even cat empty.htm >
final_test_off.jsp)
- changing encoding

Nothing seems to work. The contents of the file:
<%
session.setAttribute("com.parsek.test.final", "false");
%>
<p>Final testing is <strong>OFF</strong>. This means that javascripts and 
CSS'
will <strong>not</strong>
be cached, which will make your development simpler, but load times may be
longer.</p>


The same thing happens with some other (small) files.

svn import dies also.

apache (mod_dav_svn) error log doesn't print anything unusual even with
'LogLevel trace' turned on. Currently using fsfs but the same thing happened
with berkleydbfs. Also on 1.1-RC4.

Been searching google, issue tracker and the mailing list for a couple of 
days now for a similar problem but couldn't find any solution, hence this 
issue.

My questions are:
1) what is wrong?
2) is there any way that I can get more debugging information and figure out
what's wrong by myself?

I have created an issue 
(http://subversion.tigris.org/issues/show_bug.cgi?id=2087&historysort=new) 
but can't seem to find a way to add any comments to it.


Best regards,
BC

_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Can't commit certain files (404 not found on 'svn commit')

Posted by Ben Collins-Sussman <su...@collab.net>.
On Oct 7, 2004, at 11:53 AM, Boki 200 wrote:
>
> apache (mod_dav_svn) error log doesn't print anything unusual even with
> 'LogLevel trace' turned on. Currently using fsfs but the same thing 
> happened
> with berkleydbfs. Also on 1.1-RC4.

Are you certain there's nothing in the errorlog?  Do you see any 
mention of the 404?

If not, then I suspect the PUT request isn't even hitting your apache 
server.  Perhaps a proxy is blocking the request, and rejecting the 
filename or something.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org