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

Problem accessing SVN repository using svn+ssh...

From: H P <subs1970_at_softhome.net>
Date: 2004-05-20 00:07:22 CEST

My repository root is E:\svn_home on a Windows 2003 Server.
 
When I try to access my repository, locally I got the following message:
 
C:\>svntmp>svn co svn+ssh://localhost/E://svn_home/trunk
svn: Couldn’t determine repository path
 
When I tried this, I got the following message:
C:\>svntmp>svn co svn+ssh://localhost/trunk
svn: No repository found in 'svn+ssh://localhost/trunk'
 
In both the above cases, my SSHD server logs (I have WinSSHD server)
indicated that it executed the command “svnserve –t” in E:/svn_home.
 
However, I was able to access the repository fine like this (when running
SVN server with svnserve –d –r E:/svn_home):
 
C:\>svntmp>svn co svn://localhost/trunk
 
What am I doing wrong? Do I need to somehow indicate thru SSH tunnel where
my repository root is? If so, how do I do this? Is there a way to have my
SSH server execute “svnserve –t –r E:\svn_home” instead of “svnserve –t”
(presumably this should solve the problem).
 
Thanks, in advance.
 
- Himanshu
 
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.686 / Virus Database: 447 - Release Date: 5/14/2004
 
Received on Thu May 20 00:08:55 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.