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

Re: Client error against svnserve

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-12-05 20:35:56 CET

On Dec 5, 2004, at 1:10 PM, Larry Marshall wrote:

> I installed Subversion 1.1.1 on a Windows 2003 DC. I
> issued the following commands:
> svnadmin create --fs-type fsfs
> k:\SharedData\Subversion
> (I uncommented the general section, anon-access,
> auth-access, passwd-db and realm lines in
> svnserve.conf and also created the passwd file)
> svnserve -d -r k:\SharedData\Subversion

This -r option creates a 'virtual root' at k:\SharedData\Subversion.

This virtual root is also the location of the repository...

>
> C:\>svn --editor-cmd notepad mkdir
> svn://server/Subversion/ProjectA
>

...therefore, from the client's perspective, the repository is now
located at

    svn://server/

So you'd want to run 'svn mkdir svn://server/ProjectA'.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 5 20:40:00 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.