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

Problem: Cannot find repository from remote

From: Ben Schonle <ben_at_amigos24.net>
Date: Fri, 07 Mar 2008 20:47:15 +0200

Problem: Cannot find repository when connecting remotely

Hello,

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>

What I tried to connect:
----------------------------------------
1) connect with putty to the computer where the repository lies

2) Entering:

$ svn co svn://192.168.0.38/svn/myproject targetfolder --username ben

OR

$ svn co svn://localhost/svn/myproject targetfolder --username ben3

3) Error: $ svn co svn://192.168.0.38/svn/myproject targetfolder
--username ben

(Locally this is working "$ svn checkout file:///home/svn/myproject
targetfolder " )

=======================================
What is the correct syntax for connecting remotely to a svn?
=======================================

Would be great, if someone could help,
Ben

---------------------------------------------------------------------
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 19:48:45 CET

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.