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

Re: svn cp FromURL ToURL: Path already exists

From: Chris Shenton <chris_at_shenton.org>
Date: Thu, 21 May 2009 13:14:36 -0400

I came across this post in a couple list archivers:

http://article.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.user/18480

which indicated he got the same error if he had the same directive I
have, per the SVN vs. Apache docs:

  <LimitExcept PROPFIND OPTIONS>

But if he used just one of those, PROPFIND *or* OPTIONS it worked.
I tried it and I can now do "svn cp" operations:

  <Location />
    DAV svn
    SVNParentPath /usr/local/svn
    AuthType Basic
    AuthUserFile /usr/local/etc/apache22/htpasswd-svn
    AuthGroupFile /usr/local/etc/apache22/htgroup-svn
    #<LimitExcept PROPFIND OPTIONS>
    <LimitExcept PROPFIND>
      Require valid-user
    </LimitExcept>

But I don't understand why it stopped working (something in an earlier
upgrade to Apache or svn 1.6.0 to 1.6.2?), or why it works now. Ideas?

Thanks

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-21 19:17:29 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.