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

Re: PUT Error adding files to repos

From: Alex R. Mosteo <alejandro_at_mosteo.com>
Date: 2005-10-17 12:45:39 CEST

Further testing reveals that I can commit any file, as long as its
extension is not html! I guess this is a problem with my apache
configuration... I'm going to look into it but I have no ideas
beforehand... suggestions welcome!

Alex R. Mosteo wrote:
> Hello,
>
> I have this strange problem I don't know how to solve.
>
> I have a 1.2 fsfs repository which seems to work flawlessly since
> months. This is a repository for private backups, I'm the only one using
> it, via Apache+SSL. I can add/remove/modify files without problem.
> Except that when I try to add files under a particular brach I get this
> error:
>
> $ svn commit -m ""
> Añadiendo en/contacto.html
> Añadiendo en/conten.html
> Añadiendo en/dedonde.html
> Añadiendo en/index.html
> Añadiendo en/introd.html
> Añadiendo en/muestras.html
> Añadiendo en/oo.html
> Añadiendo en/programa-bulle.html
> Añadiendo en/programa-contare.html
> Añadiendo en/programa-empty.html
> Añadiendo en/programa-incarnatus.html
> Añadiendo en/programa-menester.html
> Añadiendo en/quetocan.html
> Añadiendo en/quienes.html
> Transmitiendo contenido de archivos .svn: Falló el commit (detalles a
> continuación):
> svn: PUT de
> '/private/!svn/wrk/5684f33c-4f03-0410-bc3e-fbc937e5eaf6/www/voxsuavis/html/en/oo.html':
> 404 Not Found (https://xxx.xxxxxx.xxx)
>
> (Translates roughly to: Transmitting file contents .svn: Commit failed
> (details follow):)
>
> This is not a specially deep branch, I have files in similar folders
> where I can add files without problem. I've tried making a fresh
> checkout beforehand; from a linux box and from a windows one. The long
> number in hex changes but the error is always the same. I've tried
> svnadmin verify and reports nothing. I've checked permissions in the
> repository and even tried to set them to 777.
>
> The repository is a Ubuntu box over ext3, the server string reports this:
>
> Apache/2.0.54 (Ubuntu) mod_ssl/2.0.54 OpenSSL/0.9.7g DAV/2 SVN/1.2.0
>
> Apache error log shows nothing. Apache access log shows:
>
> 155.210.155.101 - jano [17/Oct/2005:10:46:06 +0200] "PROPPATCH
> /private/!svn/wbl/5684f33c-4f03-0410-bc3e-fbc937e5eaf6/643 HTTP/1.1" 207
> 354
> 155.210.155.101 - jano [17/Oct/2005:10:46:06 +0200] "PROPFIND
> /private/www/voxsuavis/html/en HTTP/1.1" 207 426
> 155.210.155.101 - jano [17/Oct/2005:10:46:06 +0200] "CHECKOUT
> /private/!svn/ver/643/www/voxsuavis/html/en HTTP/1.1" 201 402
> 155.210.155.101 - jano [17/Oct/2005:10:46:06 +0200] "PROPFIND
> /private/www/voxsuavis/html/en/contacto.html HTTP/1.1" 404 249
> 155.210.155.101 - jano [17/Oct/2005:10:46:06 +0200] "PROPFIND
> /private/www/voxsuavis/html/en/conten.html HTTP/1.1" 404 247
> 155.210.155.101 - jano [17/Oct/2005:10:46:06 +0200] "PROPFIND
> /private/www/voxsuavis/html/en/dedonde.html HTTP/1.1" 404 248
> 155.210.155.101 - jano [17/Oct/2005:10:46:06 +0200] "PROPFIND
> /private/www/voxsuavis/html/en/index.html HTTP/1.1" 404 246
> 155.210.155.101 - jano [17/Oct/2005:10:46:06 +0200] "PROPFIND
> /private/www/voxsuavis/html/en/introd.html HTTP/1.1" 404 247
> 155.210.155.101 - jano [17/Oct/2005:10:46:06 +0200] "PROPFIND
> /private/www/voxsuavis/html/en/muestras.html HTTP/1.1" 404 249
> 155.210.155.101 - jano [17/Oct/2005:10:46:06 +0200] "PROPFIND
> /private/www/voxsuavis/html/en/oo.html HTTP/1.1" 404 243
> 155.210.155.101 - jano [17/Oct/2005:10:46:06 +0200] "PROPFIND
> /private/www/voxsuavis/html/en/programa-bulle.html HTTP/1.1" 404 255
> 155.210.155.101 - jano [17/Oct/2005:10:46:06 +0200] "PROPFIND
> /private/www/voxsuavis/html/en/programa-contare.html HTTP/1.1" 404 257
> 155.210.155.101 - jano [17/Oct/2005:10:46:06 +0200] "PROPFIND
> /private/www/voxsuavis/html/en/programa-empty.html HTTP/1.1" 404 255
> 155.210.155.101 - jano [17/Oct/2005:10:46:06 +0200] "PROPFIND
> /private/www/voxsuavis/html/en/programa-incarnatus.html HTTP/1.1" 404 260
> 155.210.155.101 - jano [17/Oct/2005:10:46:06 +0200] "PROPFIND
> /private/www/voxsuavis/html/en/programa-menester.html HTTP/1.1" 404 258
> 155.210.155.101 - jano [17/Oct/2005:10:46:06 +0200] "PROPFIND
> /private/www/voxsuavis/html/en/quetocan.html HTTP/1.1" 404 249
> 155.210.155.101 - jano [17/Oct/2005:10:46:06 +0200] "PROPFIND
> /private/www/voxsuavis/html/en/quienes.html HTTP/1.1" 404 248
> 155.210.155.101 - jano [17/Oct/2005:10:46:06 +0200] "PUT
> /private/!svn/wrk/5684f33c-4f03-0410-bc3e-fbc937e5eaf6/www/voxsuavis/html/en/oo.html
> HTTP/1.1" 404 289
> 155.210.155.101 - jano [17/Oct/2005:10:46:07 +0200] "DELETE
> /private/!svn/act/5684f33c-4f03-0410-bc3e-fbc937e5eaf6 HTTP/1.1" 204 -
>
> Any suggestions? The files aren't strange in any way. Just small html
> files. Indeed they're verbatim copies of files already in the repos
> under other branch I've copied in the shell not to keep history. I'm
> completely puzzled, I've been using subversion for more than a year now
> and never seen this before.
>
> Thanks in advance,
>
> Alex.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 17 14:15:54 2005

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.