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

svn: COPY of XXX: 400 Bad Request (http://10.0.0.254)

From: Helder Nascimento <helder_at_boreste.com>
Date: Thu, 12 Mar 2009 16:54:52 -0300

I'm having the following problem when i try to commit a *svn move*operation:

svn: COPY of trunk/teste: 400 Bad Request (http://10.0.0.254)

The trunk directory is created withyet.
My configuration file is configurated as follows:

*<Location /svn>
  DAV svn
  SVNPath /boreste/svn
  SVNListParentPath Off

  AuthzSVNAccessFile /boreste/project-resources/htaccess/authz_svn.access

  Require valid-user

# Using MD5 hash passwords is a bit safer, so we don't trasfer passwords in
# cleatext
# XXX: It can only be really considered safe if tunnelled through SSL.
# Digest might be ok for a trusted network (like a intranet) but if the
network
# is compromised, so might be the webserver.
# AuthType Digest
# AuthDigestFile /boreste/project-resources/htaccess/dav_svn.htdigest
  AuthType Basic
  AuthUserFile /boreste/project-resources/htaccess/dav_svn.passwd
  AuthName "Boreste"
</Location>*

Any solutions, please help me.

Helder Brito Nascimento

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1314180

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-12 20:57:26 CET

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.