I was trying to make a minor change to the new top-level pom.xml, and
I am getting this error:
<snip>
subversion/libsvn_client/commit.c:873: (apr_err=175002)
svn: Commit failed (details follow):
subversion/libsvn_ra_dav/util.c:296: (apr_err=175002)
svn: MKACTIVITY of '/repos/asf/!svn/act/2d4850ad-6c15-0410-93f7-
d4cfeea00f44': 403 Forbidden (http://svn.apache.org)
subversion/clients/cmdline/util.c:407: (apr_err=175002)
svn: Your commit message was left in a temporary file:
subversion/clients/cmdline/util.c:407: (apr_err=175002)
svn: '/Users/jason/ws/apache/geronimo/trunk/svn-commit.2.tmp'
</snip>
The change is to use the CNAME people instead of minotaur:
<snip>
Index: pom.xml
===================================================================
--- pom.xml (revision 411598)
+++ pom.xml (working copy)
@@ -764,7 +764,7 @@
<site>
<id>geronimo-website</id>
- <url>scpexe://minotaur.apache.org/www/
geronimo.apache.org/maven/</url>
+ <url>scpexe://people.apache.org/www/geronimo.apache.org/
maven/</url>
</site>
</distributionManagement>
</snip>
I'm not really even sure what that svn error message is trying to
tell me, short of a 403 Forbidden...
Anyone know what is going on?
Thanks,
--jason