The solution was indeed to use the "us" server, now it works.
Plus, the next version of netbeans will have a delay if that error happens.
Tilman
Am 08.02.2014 16:51, schrieb Maruan Sahyoun:
Hi Tilman,
although I’m using a different than yours I’ve setup to commit to
svn.apache.org wo any issues. So I think your assumption that committing to the
US server might resolve the issues you are facing is correct.
BR
Maruan Sahyoun
Am 08.02.2014 um 16:46 schrieb Tilman Hausherr <[email protected]>:
Am 08.02.2014 15:53, schrieb Andreas Lehmkuehler:
I'm wondering whether my problem is a configuration problem, an apache server
problem, or something else (e.g. a fault in the secret NSA gateway).
This is just a guess, but maybe it's a problem with the svn mirroring? The ASF
has an us and an eu located svn. Maybe the us mirror is used for the commit and
the following update runs on the eu mirror which doesn't know the version yet
due to the mirror delay.
Give svn.eu.apache.org instead svn.apache.org a try, maybe this will ease your
issue ... but maybe I'm simply wrong ....
That makes a lot of sense. Plus, after getting a different problem (certs), I
found this:
https://www.apache.org/dev/version-control.html#out-of-sync
"This may be because of a short lag in the synchronization between Subversion
mirrors, and can occur if multiple commits are run immediately after each other.
This error will usually only happen if you are located in Europe, or explicitly
using the European mirror.
Waiting for 10 seconds and repeating the command should succeed."
Sadly it didn't help. And reading the text again, I think the better solution
would be to try my next commit on the US server.
Tilman