[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Newbie Issue

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-06-01 20:58:10 CEST

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@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri Jun 1 20:58:44 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.