You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Pete Gieser <pg...@tampabay.rr.com> on 2004/05/12 08:51:58 UTC

Couldn't determine repository path (in Windows XP)

Starting the server thusly:

C:\>svnserve -d --listen-host 192.168.1.100

and executing the following:

C:\>svn list file:///G:/SVNRepository

I correctly get a list of directories contained in the repository.

But if I use:

C:\>svn list svn://192.168.1.100/G:/SVNRepository

I get the response:

svn: Couldn't determine repository path

Everything I seem to have read says I should be able to do this, but
perhaps I am missing something fundamental.

Any ideas what the issue is?  I installed using svn-1.0.2-setup.exe.

Pete


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Couldn't determine repository path (in Windows XP)

Posted by Illya Kysil <ik...@ua.fm>.
Pete Gieser wrote:

> Starting the server thusly:
> 
> C:\>svnserve -d --listen-host 192.168.1.100
> 
> and executing the following:
> 
> C:\>svn list file:///G:/SVNRepository
> 
> I correctly get a list of directories contained in the repository.
> 
> But if I use:
> 
> C:\>svn list svn://192.168.1.100/G:/SVNRepository
If you start svnserve with command
svnserve -r G:/SVNRepository -d
then anything after svn://192.168.1.100/ is REPOSITORY relative path.
svn list svn://192.168.1.100/ shoud work the same as
svn list file:///G:/SVNRepository

> ... 


-- 
Illya Kysil, software developer
Delphi/C/C++/C#/Java/Forth/Assembler
-------------------------------------------------------------------------
No trees were harmed in the generation of this e-mail.
A significant number of electrons were, however, severely inconvenienced.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org