[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Boki 200 <boki200_at_hotmail.com>
Date: 2004-10-07 18:53:24 CEST

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
Received on Thu Oct 7 18:54:26 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.