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

Re: unable to open an ra_local session

From: J Robert Ray <jrray_at_imageworks.com>
Date: 2004-10-23 10:23:00 CEST

Anders Sandholm wrote:
> Hi
>
> Thanks for the quick reply,
> I choose to go with you first sugestion, to run the import command from
> /reps so
>
> svn import /repos/ file:///home/andsa344/repos_files/filterVolume/ -m
> "Initial import"
>
> But I still get the same error

Your repository lives in /home/andsa344/repos, so all your 'svn'
commands will be relative to that path, such as:

svn ls file:///home/andsa344/repos/foo
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(file://[path_to_repository_on_disk]/[directories_in_svn])

svn mkdir file:///home/andsa344/repos/filterVolume

svn import /home/andsa344/repos_files/filterVolume
file:///home/andsa344/repos/filterVolume

I think what is getting confusing is you have your repo in 'repos' and
your files to be imported in 'repos_files'. Too many repos. ;)

- Robert

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 23 10:23:30 2004

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.