Stefan Schwarzer wrote:
> Hi,
>
> I searched the forum and Google for answers to my question, but
> couldn't find anything similar to my problem.
>
> due to security reasons I have to do checkouts/updates from my local
> repository to a distant (web) server, and not as usual, vice versa.
> Is this possible? I can't see how the command would look like.
>
> ________________________________________________________________________
> _____________________
>
> I try this here:
>
> svn checkout file:///Users/schwarzer/Documents/subversion_cvs/
> geodataportal/trunk svn+ssh://testserver:/www/geodataportal
>
> ________________________________________________________________________
> _____________________
>
> which results in:
>
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository 'file:///Users/schwarzer/Documents/
> subversion_cvs/geodataportal/trunk'
>
May be you have used the wrong path? You have to give the complete
absolute path to file://. Maybe something like
file:///home/Users/schwarzer. Or is it 'users' with a small 'u'?
To just check the url and not test the checkout target
you can try 'svn info <url>'.
Hope this helps.
Mathias
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 10 15:54:54 2006