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

Re: [Subclipse-users] Subclipse and local file: repositories (RadRails)

From: Mark Phippard <markphip_at_gmail.com>
Date: Fri, 21 Mar 2008 14:05:47 -0700

On Fri, Mar 21, 2008 at 2:01 PM, Doug Puchalski <doug316_at_gmail.com> wrote:
> I've got a project set up with a local file-based repository, and am not
> running a svn server.
>
> When I open the project, the Ruby Explorer correctly shows the repository
> location (file:///My Documents/.../trunk) and the file icons show the status
> of each file correctly.
>
> However, I am not able to use any of the subversion operations.
>
> When I try to get status for example, I get an error saying that:
>
> org.tigris.subversion.javahl.ClientException: Couldn't open a repository
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository
> etc.
>
> I've tried to set up a file: repository, and every time I try to examine it
> I get a Problem Occurred dialog saying "Folder '' does not exist remotely.".
>
> I have JavaHL (JNI) selected in the SVN settings, which I thought was
> supposed to support the file: option.
>
> I am curious as to why the Ruby Explorer can detect file status, but that I
> even have to set up the repository separately at all to to diffs, checkins,
> etc.
>
> I've searched but haven't found much regarding using the file: repository
> setting. Can anyone provide any insight?

It sounds like you are conflating the concepts of the repository
(which is an opaque database that can only be browsed using SVN API's)
and the working copy, which is a checked out instance of a specific
revision from the repository. The Ruby tool would likely only be
looking at the latter.

It sounds like the URL you are entering for your SVN repository is not
the proper URL to access it.

I would never put the repository in My Documents or any folder with a
space in it. I would stick it somewhere like C:\repos, then access it
via this URL:

file:///repos

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-03-21 22:06:02 CET

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

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