A short update:
-------------------
Hello,
I can now check out to a remote machine using Tortoise.
- I mark a folder to be used for the local working copy and click
"Checkout" in the context menu appearing on right click.
- I enter: svn+ssh://ben3@192.168.0.38/home/svn/myproject
- It asks the psw for ben3 twice
- I enter password twice.
- It checks out and creates a local copy.
Now to the persisting problem:
-------------------------------------
- I use putty, ssh
- I login first with ben3, enter the password for ben3
- Then I enter:
svn co svn+ssh://ben3@192.168.0.38/home/svn/myproject BBBB
ben3_at_192.168.0.38's password:
ben3_at_192.168.0.38's password:
A BBBB/bewegtesbild
A BBBB/bewegtesbild/sbf
A BBBB/testsvnfolder
A BBBB/eigen
A BBBB/eigen/trunk
A BBBB/eigen/trunk/test
A BBBB/eigen/branches
A BBBB/eigen/tags
Checked out revision 3.
It checks out into a folder BBBB, BUT on the machine where the
repository is, not the remote machine.
I was wondering now whether I somehow have to define the path BBBB
differently like
svn co svn+ssh://ben3@192.168.0.38/home/svn/myproject
[url]http://192.168.0.35/C:/IBBBB[/url] ???
The problem is that this is not working and how would I define the path
if the remote machine uses Windows as OS?
Cheers,
Ben
PS: I started svn serve with:
$ svnserve -d --foreground -r /home/svn
Ryan Schmidt wrote:
> On Mar 7, 2008, at 12:47, Ben Schonle wrote:
>
>> I have managed to setup a repository (on ubuntu server), import,
>> update and checkout locally.
>>
>> However, if I try to connect to the svn remotely via putty from a
>> windows machine / or via terminal from another ubuntu machine I get
>> the error:
>>
>> "No repository found in svn://192.168.0.38/svn/myproject "
>> <svn://192.168.0.38/svn/myproject>
>
> [snip]
>
>> What is the correct syntax for connecting remotely to a svn?
>
> That depends on how you're starting svnserve, specifically on the "-d"
> argument you're passing to svnserve.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-07 21:15:58 CET