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

Commit problems with certain file types using https:// URLs

From: depuys <depuys_at_imsweb.com>
Date: Mon, 7 Jul 2008 12:04:35 -0700 (PDT)

Hello,

I'm attempting to configure Subversion so all user access is via Apache and
https:// URLs. Converting CVS repositories and creating new ones has gone
well. However, the problem we're having is committing certain file types.
Extensions txt, png, gif, and jpg are problematic. Extensions cfg, sas,
bin, html, java, xml, asdf, c, asc, and tiff are fine. The errors look like
this.

svn: Commit failed (details follow):
svn: CHECKOUT of
'/svn/seerdms/!svn/ver/34186/seerdms/trunk/conf/cp/test_file.txt': 501
Method Not Implemented (https://intranet2.imsweb.com)

Transmitting file data ....svn: Commit failed (details follow):
svn: PUT of
'/svn/bsi/!svn/wrk/0f708b16-414b-11dd-8177-cd479e07ddbe/bsiweb/trunk/static/images/kryo_back.png':
405 Method Not Allowed (https://intranet2.imsweb.com)

Everything works fine using file:// access. The Apache error logs don't
report any problems. The return codes 405 and 501 can be seen in the Apache
access logs but nothing helpful is there. I've looked at the Apache mime
types and can't find a correlation between these types. I've also looked at
~/.subverison/config and can't gain any insight into the issue.

Thanks,
Scott

-- 
View this message in context: http://www.nabble.com/Commit-problems-with-certain-file-types-using-https%3A---URLs-tp18324214p18324214.html
Sent from the Subversion Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-07 21:04:59 CEST

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.