You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Brad Oleson <ol...@igist.com> on 2007/06/01 18:51:14 UTC

Newbie Issue

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'

Brad Oleson
GIS Programmer / Analyst

IGIS Technologies, Inc.
"Preparing you for Geographic Decisions."

10393 San Diego Mission Road, Suite 212
San Diego, CA 92108

Office: (619) 640-2330 x 118
Cell: (619) 504-7448
FAX: (619) 640-2334

Email:  <ma...@igist.com> oleson@igist.com
Web:  <http://www.igist.com/> http://www.igist.com

Industry affiliates: ESRI, Trimble, Leica Geosystems

 


Re: Newbie Issue

Posted by Andy Levy <an...@gmail.com>.
On 6/1/07, Brad Oleson <ol...@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