Martijn Dashorst wrote:
Wicket's subversion repository has been moved to reflect our status as
a top level project within the Apache Software Foundation.
In order to keep your sources, you should do a switch of your local copy:
For non-committers:
svn switch --relocate http://svn.apache.org/repos/asf/wicket/trunk
For committers:
svn switch --relocate https://svn.apache.org/repos/asf/wicket/trunk
Note, you should not use --relocate (that is for when base URL changes,
but not the path within the repo). It should simply be:
For non-committers:
svn switch http://svn.apache.org/repos/asf/wicket/trunk
For committers:
svn switch https://svn.apache.org/repos/asf/wicket/trunk
Regards, Upayavira