On Sep 30, 2005, at 5:03 PM, Yves Langisch wrote:
Hi,
I'm just trying to check out the actual xwiki source with IntelliJ
5.0.1. I can browse the repository but when I want to checkout
IntelliJ says: Cannot checkout from svn: Unknown command 'get-
locations'.
Is this an IntelliJ or svn repository problem?
Both :)
I think IntelliJ is using JavaSVN, which does not support older
repositories.
I was having the same problem under eclipse and talked to the JavaSVN
author some about it. This is what he said:
I've added some (limited) support for Subversion 1.0.* servers to
JavaSVN.
To try new version, please build JavaSVN from sources (see
http://tmate.org/svn/kb/build-subclipse.html) and replace existing
javasvn.jar with the one you build. Please let me know whether new
version
works with your repository. Thanks!
Matt