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

Re: svnserve

From: <cmpilato_at_collab.net>
Date: 2003-07-26 06:25:44 CEST

sashan <sashang@ihug.co.nz> writes:

> Hi
>
> How do i access a repository on my local machine using svnserve on WInXP?

I'm a big fan of svnserve's -r option. However, there might be a
gotcha regarding repositories in the root directory of a volume. So,
on Windows, I keep a directory C:\Subversion, and in it are various
repositories, like 'test-repo' or 'greek'.

Now, I do this:

   svnserve -d -r C:\Subversion

which, for some reason, doesn't get backgrounded (unfinished feature?)

Then, in another command shell (and at any filesystem location,
regardless of which drive I'm on), I can do:

   svn co svn://localhost/greek, or
   svn co svn://localhost/test-repo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 26 06:27:03 2003

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.