You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Jay Bryant <ja...@bryantcs.com> on 2007/03/24 18:44:26 UTC

Can't commit

Well, I got the junit tests to work  (first time, actually, once I fixed the 
issue with XMLUnit).

However, I can't commit my changes. I get the following error message from 
SVN:

svn: MKACTIVITY of 
'/repos/asf/!svn/act/8cd4ce0b-68b0-9b4f-b65f-2c1a9a53a96f': 403 Forbidden 
(http://svn.apache.org)

I don't know if that means it doesn't like my username and password (though 
I can change the team page with the same login details) or if there's a 
conflict with someone else's file.

J 



Re: Can't commit

Posted by Andreas L Delmelle <a_...@pandora.be>.
On Mar 24, 2007, at 18:44, Jay Bryant wrote:

Hi Jay,

> Well, I got the junit tests to work  (first time, actually, once I  
> fixed the issue with XMLUnit).
>
> However, I can't commit my changes. I get the following error  
> message from SVN:
>
> svn: MKACTIVITY of '/repos/asf/!svn/act/8cd4ce0b-68b0-9b4f- 
> b65f-2c1a9a53a96f': 403 Forbidden (http://svn.apache.org)

Weird, not sure if that's the problem, but the URL seems slightly off.
Shouldn't it be "https://" instead of "http://"? I think the latter  
only allows read-only access.


Cheers,

Andreas




Re: Can't commit

Posted by Bertrand Delacretaz <bd...@apache.org>.
On 3/24/07, Jay Bryant <ja...@bryantcs.com> wrote:
> ...svn: MKACTIVITY of
> '/repos/asf/!svn/act/8cd4ce0b-68b0-9b4f-b65f-2c1a9a53a96f': 403 Forbidden
> (http://svn.apache.org)...

You need to switch your SVN URL to https, see
http://www.apache.org/dev/committers.html#commit-403

-Bertrand