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

Re: Can't import a eclipse project

From: Kurt Pruenner <leak_at_gmx.at>
Date: Tue, 11 Aug 2009 13:38:38 +0200

fxbird wrote:
> I create a version repository and import a eclipse project using below
> commands,creating is ok,but importing can't be done.
> svnadmin create e:\svn-repos
> svn import -m "" . file:///e:/svn_repos/trunk/petclinic
>
> the error is :
> svn:can't open ra_local session for url
> svn:can't open version repository “file:///e:/svn_repos/trunk/petclinic”

You're creating a repository in a folder named "svn-repos" but your URL
contains "svn_repos" - of course that's not going to work. :)

Make sure you use the same folder name everywhere and it should work.

-- 
Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria
.......It might be written "Mindfuck", but it's spelt "L-A-I-N".......
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2382430
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-11 13:39:37 CEST

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.