- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Problem committing...
Tue, 2010-04-20, 17:29
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
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.