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

Re: Problem with ra_local

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-02-22 22:16:13 CET

On Feb 22, 2007, at 07:09, Virginie TRINITE wrote:

> I Just install Subversion on windows XP, with svn-1.4.2-setup.exe
> <http://subversion.tigris.org/files/documents/15/35379/svn-1.4.2-
> setup.exe>.
> I create a repository:
> svnadmin create --fs-type fsfs d:\GNU\repos

FYI: --fs-type fsfs is the default as of Subversion 1.2.0, so you
don't really need to specify that.

> and I did'nt managed to import a local repository in svn
> svn import essai file:///d:/fonction -m "ini"
> svn: Unable to open an ra_local session to URL
> svn:Unable to open repository 'file:///d:/fonction'

You created the repository in d:\GNU\repos, so that is the URL you
need to give when importing:

svn import essai file:///d:/GNU/repos/fonction -m "ini"

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 22 22:16:43 2007

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.