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

Problem accessing with ssh+svn with svnserve running on Windows Server. Please Help!!!

From: H P <subs1970_at_softhome.net>
Date: 2004-03-13 20:23:45 CET

Hi:
 
I tried posting this to the users@subversion list but did not get any
replies, hence posting here.
 
I am running subversion from a Windows 2003 server. My repository is
E:\svn_home\repos.
 
Now, when I access this locally using "svn co file:///E:/svn_home/repos
<file:///E:\svn_home\repos> repos", I am able to checkout the repository
fine.
 
When I run a svnserve locally using "svnserve -d -r E:\svn_home\repos", and
then issue a checkout using:
 
"svn co svn://localhost repos", it works fine.
 
But when I try to access it thru "svn+ssh://host_name///E:/svn_home/repos
repos" from another Windows XP client, I got the following error:
 
svn: Couldn't determine repository path
 
When I checked the SSHD logs on Windows 2003 Server (I'm using WinSSHD), I
got:
 
Executed "svnserve -t" in Working Directory "C:\Documents and
Settings\Username"
 
This indicates that the ssh tunneling worked fine, so I don't know why it is
not able to find the repository.
 
I even tried all possible URIs like "svn+ssh://host_name//E:/svn_home/repos
repos" , "svn+ssh://host_name/E:/svn_home/repos repos", but I get the same
error for all.
 
Please Help.
 
Thanks in advance.
 
- Himanshu
 
 
 
 
 
Received on Sat Mar 13 20:24:09 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.