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

RE: RE: initial import problem

From: Brown, Eric C. <eric.brown_at_hp.com>
Date: 2005-02-24 23:45:35 CET

Thanks Rob, but I believe that I am using the full path names to do the
checkout.
my project is actually in /project, and my repository is in
usr/local/repository.
 
ECB

________________________________

From: Rob Brown [mailto:RBrown@talkswitch.com]
Sent: Thursday, February 24, 2005 12:17 PM
To: users@subversion.tigris.org
Subject: RE: initial import problem

> svn import /project file:///usr/local/repository -m "initial import"
>
> I get the following error message:
>
> unable to open an ra_local session to URL
> unable to open repository file:///usr/local/repository
 
I had a similar problem a couple of days ago. I am using Windows so
things may be different for you. What I discovered is that relative
paths do not work very well in svn urls. When you do import or
checkout, make sure you use full path names to your repository and your
project directory. On Windows, this includes the drive letter. On
Linux/Unix you may need to add another slash at the beginning of your
repository path.
 
Regards,
Robert Brown
Received on Thu Feb 24 23:47:59 2005

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

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