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

svn+ssh with svnserve running on Win2003 server...

From: Himanshu Patil <proseon_at_softhome.net>
Date: 2004-03-10 21:50:40 CET

Hi:
 
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 machine, I got the following error:
 
svn: Couldn't determine repository path
 
When I checked the SSHD logs (I'm using WinSSHD), I got:
 
Executed "svnserve -t" in Working Directory "C:\Documents and
Settings\Username"
 
This indicates that the ssh tunneled 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.
 
- Himanshu
 
 
 
 
Received on Wed Mar 10 22:44:47 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.