Re: Error while trying to check out mounted repository

Alexander Mueller <[email protected]> Wed, 10 Mar 2010 09:07:53 +0100
Newsgroups gmane.comp.version-control.subversion.rapidsvn.user
Message-ID <[email protected]>
Ok, so you are using Linux or some Unix.
to be able to use svn file:/// urls you have to know where the mount 
point of the file system is.

I checked this that way:
- my home directory is /home/alex
- i created a mount point in /home/alex/samba
- i mounted the samba share
   mount.cifs //myserver/sharename /home/alex/samba -o user=alex
- the repository is in \\myserver\sharename\myrepos
- the file: url to use is file:///home/alex/samba/myrepos

That way it worked.
One thing to node: you will run into problems if the repository is in 
bdb format. fsfs repositories seem to work fine.

Alex


Am 09.03.2010 19:08, schrieb [email protected]:
> yes:
>
> $ svn checkout file:///thehostname/Documents file:///documents
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository 'file:///thehostname/Documents'
>
> The repository (and access to it) works fine on windows-machines in the same network, accessed via TortoiseSVN.
>
> Note: I use Samba-client to access the network. When I mount the repository server, it is displayed correctly in the file browser.
>
> ------------------------------------------------------
> http://rapidsvn.tigris.org/ds/viewMessage.do?dsForumId=671&dsMessageId=2457165
>
> To unsubscribe from this discussion, e-mail: [[email protected]].

------------------------------------------------------
http://rapidsvn.tigris.org/ds/viewMessage.do?dsForumId=671&dsMessageId=2457425

To unsubscribe from this discussion, e-mail: [[email protected]].