This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Problem committing...

1 reply
Derek Chen-Becker
Joined: 2008-12-16,
User offline. Last seen 42 years 45 weeks ago.

I'm not sure what is going on here, but when I try to commit my latest
JSON code, I'm getting a 403 on the json.check unit test file:

derek@rocky:/home/software/scalastuff/scala$ svn commit
Sending src/library/scala/util/parsing/json/JSON.scala
Sending src/library/scala/util/parsing/json/Parser.scala
Sending test/files/run/json.check
svn: Commit failed (details follow):
svn: Server sent unexpected return value (403 Forbidden) in response to
CHECKOUT request for
'/svn-repos/scala/!svn/ver/18773/scala/trunk/test/files/run/json.check'
svn: Your commit message was left in a temporary file:
svn: '/home/software/scalastuff/scala/svn-commit.tmp'

json.check had been renamed to json.check.disabled to unbreak the build
due to my previous commit, so I wasn't sure if this was related. I
renamed it back to json.check and also updated the contents with some
new tests.

Apologies if this is the wrong list.

Thanks,

Derek

extempore
Joined: 2008-12-17,
User offline. Last seen 35 weeks 3 days ago.
Re: Problem committing...

On Tue, Apr 20, 2010 at 10:29:09AM -0600, Derek Chen-Becker wrote:
> I'm not sure what is going on here, but when I try to commit my latest
> JSON code, I'm getting a 403 on the json.check unit test file:

I periodically run into similar things. It (presumably) means the
filesystem permissions don't allow you write access right there. I
believe the correct contact about such things is Fabien Salvi
but listwise, the right list is scala-devel since
it's an issue only of interest to committers.

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland