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

mod_dav_svn: copy requires merge?

From: Ed Wittmann <ewittmann_at_combinenet.com>
Date: 2007-07-23 18:44:34 CEST

Hi there:

We have a subversion setup here with the
standard /trunk, /branches, /tags.

In order to insure that tags don't get modified after commit, we have,
via apache config, limited the HTTP commands that can be applied to
the /tags to the following:

LimitExcept "GET PROPFIND OPTIONS REPORT COPY"

This works just fine unless you're trying to create another tag from a
tag:

svn cp https://svn/repos/software/tags/tag1
https://svn/repos/software/tags/tag2

This fails because of the following (excerpted from apache logs):

127.0.0.1 - someuser [23/Jul/2007:12:12:02 -0400]
"MERGE /repos/software/tags/ HTTP/1.1" 403 523

If I open up /tags for MERGE, then I won't be able to ensure that tags
remain inviolate.

Why do I see a merge here at all? The "COPY" I understand... Is there a
way around this?

-Ed

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 23 18:43:36 2007

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.