You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Helder Nascimento <he...@boreste.com> on 2009/03/12 19:54:52 UTC

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

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@subversion.tigris.org].