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

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

From: Illya Kysil <ikysil_at_ua.fm>
Date: 2004-05-12 11:19:23 CEST

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
Received on Wed May 12 11:21:03 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.