Hi list,
I’ve been trying to commit to Geoserver with no joy.
I can run update and diff though, and I haven’t changed my password or anything.
I tried committing from subclipse, command line, and tortoise svn, but it’s all the same.
Error: Commit failed (details follow):
Error: Server sent unexpected return value (403 Forbidden) in response to MKACTIVITY
Error: request for ‘/geoserver/!svn/act/b3af7fb2-6102-4347-b285-2c7b608474bd’
Is there something going on with the server, or is it only me?
Thank’s
Rini
Rini.Angreani@anonymised.com ha scritto:
Hi list,
I've been trying to commit to Geoserver with no joy. I can run update and diff though, and I haven't changed my password or anything. I tried committing from subclipse, command line, and tortoise svn, but it's all the same.
Error: Commit failed (details follow): Error: Server sent unexpected return value (403 Forbidden) in response to MKACTIVITY Error: request for '/geoserver/!svn/act/b3af7fb2-6102-4347-b285-2c7b608474bd'
Is there something going on with the server, or is it only me?
Odd, I just made a test commit and it worked fine.
Looked on xircles and you are still listed as a GeoServer developer
too... so quite odd indeed.
Maybe it was a temporary problem? Can anyone else try out?
Cheers
Andrea
--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.
This is the error I get everytime I forget the S in httpS://svn.codehaus.org/.
The following command should fix it (make sure to get the spelling right, as it doesn't actually check that the destination URL is an SVN repository or even exists.)
$ svn switch --relocate http://svn.codehaus.org/ https://svn.codehaus.org/
--
David Winslow
OpenGeo - http://opengeo.org/
On 03/31/2010 03:30 AM, Andrea Aime wrote:
Rini.Angreani@anonymised.com ha scritto:
Hi list,
I've been trying to commit to Geoserver with no joy.
I can run update and diff though, and I haven't changed my password or
anything.
I tried committing from subclipse, command line, and tortoise svn, but
it's all the same.
Error: Commit failed (details follow):
Error: Server sent unexpected return value (403 Forbidden) in response
to MKACTIVITY
Error: request for
'/geoserver/!svn/act/b3af7fb2-6102-4347-b285-2c7b608474bd'
Is there something going on with the server, or is it only me?
Odd, I just made a test commit and it worked fine.
Looked on xircles and you are still listed as a GeoServer developer
too... so quite odd indeed.
Maybe it was a temporary problem? Can anyone else try out?
Cheers
Andrea
Hi David,
I did svn info, and it tells me that I'm using the right URL:
C:\src\GeoServer-trunk\src\extension\app-schema\app-schema-test\src\test\java\or
g\geoserver\test>svn info
Path: .
URL: https://svn.codehaus.org/geoserver/trunk/src/extension/app-schema/app-schem
a-test/src/test/java/org/geoserver/test
Repository Root: https://svn.codehaus.org/geoserver
Repository UUID: ef1d6e69-97e5-0310-af46-8a06194da32a
Revision: 14118
Node Kind: directory
Schedule: normal
Last Changed Author: RiniAngreani
Last Changed Rev: 14083
Last Changed Date: 2010-03-10 15:46:58 +0900 (Wed, 10 Mar 2010)
Maybe I'll log an issue with Codehaus like Andrea suggested.
Thank's!
Rini
-----Original Message-----
From: David Winslow [mailto:dwinslow@anonymised.com]
Sent: Wednesday, 31 March 2010 10:28 PM
To: Andrea Aime
Cc: Angreani, Rini (CESRE, Kensington); geoserver-devel@anonymised.comet
Subject: Re: [Geoserver-devel] Commit error
This is the error I get everytime I forget the S in
httpS://svn.codehaus.org/.
The following command should fix it (make sure to get the spelling
right, as it doesn't actually check that the destination URL is an SVN
repository or even exists.)
$ svn switch --relocate http://svn.codehaus.org/ https://svn.codehaus.org/
--
David Winslow
OpenGeo - http://opengeo.org/
On 03/31/2010 03:30 AM, Andrea Aime wrote:
Rini.Angreani@anonymised.com ha scritto:
Hi list,
I've been trying to commit to Geoserver with no joy.
I can run update and diff though, and I haven't changed my password or
anything.
I tried committing from subclipse, command line, and tortoise svn, but
it's all the same.
Error: Commit failed (details follow):
Error: Server sent unexpected return value (403 Forbidden) in response
to MKACTIVITY
Error: request for
'/geoserver/!svn/act/b3af7fb2-6102-4347-b285-2c7b608474bd'
Is there something going on with the server, or is it only me?
Odd, I just made a test commit and it worked fine.
Looked on xircles and you are still listed as a GeoServer developer
too... so quite odd indeed.
Maybe it was a temporary problem? Can anyone else try out?
Cheers
Andrea
Hi all,
Just letting everyone knows in case some of you also have capitals in your username. It works for me.
Ben Walding commented on HAUS-1932:
-----------------------------------
Can you try with an all lowercase username - riniangreani
We changed the internals of authentication and this might be affecting you.
Cheers
Rini
-----Original Message-----
From: Andrea Aime [mailto:aaime@anonymised.com]
Sent: Wednesday, 31 March 2010 3:31 PM
To: Angreani, Rini (CESRE, Kensington)
Cc: geoserver-devel@lists.sourceforge.net
Subject: Re: [Geoserver-devel] Commit error
Rini.Angreani@anonymised.com ha scritto:
Hi list,
I've been trying to commit to Geoserver with no joy.
I can run update and diff though, and I haven't changed my password or
anything.
I tried committing from subclipse, command line, and tortoise svn, but
it's all the same.
Error: Commit failed (details follow):
Error: Server sent unexpected return value (403 Forbidden) in response
to MKACTIVITY
Error: request for
'/geoserver/!svn/act/b3af7fb2-6102-4347-b285-2c7b608474bd'
Is there something going on with the server, or is it only me?
Odd, I just made a test commit and it worked fine.
Looked on xircles and you are still listed as a GeoServer developer
too... so quite odd indeed.
Maybe it was a temporary problem? Can anyone else try out?
Cheers
Andrea
--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.