On 6/1/07, Brad Oleson <oleson@igist.com> wrote:
>
>
>
>
> Ok – Scenario – Just installed Subversion, TortoiseSVN and trying to access
> through NetBeans 5.5
>
>
>
> Created the repository and imported a test project into it (using
> Tortoise)…no problems.
>
>
>
> Opened NetBeans and tried to Checkout the version. Error message:
>
>
>
> org.tigris.subversion.svnclientadapter.commandline.CmdLineException:
> svn: Unable to open an ra_local session to URL
>
> svn: Unable to open repository 'file:///C:/svnrepos/Test'
>
> svn: Expected format '3' of repository; found format '5'
This isn't really a TSVN issue. You created the repository with TSVN
1.4.x. It looks like the NetBeans SVN plugin you're using is based on
the SVN 1.3 libraries, which can't read a repository (or working copy)
which has been created with the 1.4 libraries.
If you were running an SVN server, then you'd be OK as long as the
server could read the 1.4-created repository.
Get your NetBeans up to Subversion 1.4 compatibility, or run an actual
SVN server instead of using file:/// access.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 1 20:58:37 2007