• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

trying to use subversive plugin in eclipse, win xp

 
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I tried installing an svn server, then the eclipse subversive plugin.
I get this error when trying to connect to the repo:

svn: Unable to open an ra_local session to URL
svn: Unable to open repository



I created the repo during the installation from the binary.
The svn version is: 1.6.6
the svn connector I'm using is SVN Kit SVN/1.5.1

I did some googling and came across a post that said it may be a repo/connector version mismatch.
I don't know of a more current version of the svn connector.

Anyone else run into this?
bp
 
Edmund Castermund
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
solved...when I created a new repo using svnadmin, I was able to connect, for some reason the default repository that was created when I installed svn wasn't working.
bp
reply
    Bookmark Topic Watch Topic
  • New Topic