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

Re: SVNServe andWindows

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-06-07 16:30:42 CEST

I'm a Win32 user and have managed to use SVN using both the http and svn
protocols.

On 07 Jun 2003 08:13:27 -0500, "Ben Collins-Sussman" <sussman@collab.net>
said:
> "Mark Watts" <mwatts3@stny.rr.com> writes:
>
> > 1. I have read the book, INSTALL in the source directory etc, and find no
> > instructions for installing subversion using Apache binaries. Everything
> > seams to be instructions for compiling everything for windows and I don't
> > really have the time to figure out how to do that. I want to use it. Yet
> > someone a few days ago indicated they had Subversion up and running in 5 min
> > using windows and Apache. Any pointers on how it was done? Have I missed
> > some documentation?
>
> I don't think it's documented, not sure. Some win32 person will have
> to answer.
>

I installed the Apache Win32 binaries. Then I copied the mod_dav_svn.so
file from the Subversion binary distribution to Apache's modules folder.
Can't remember the exact name but it had a bunch of other *.so files in
it.

Then, I modified Apache's configuration file as specified in INSTALL, and
Apache started serving repositories accross the network.

> > svnserve -r c:\svn

Add the -d option. This will make it a daemon and everything will be all
right.

>
> Um, that makes svnserve interact with stdin/stdout. Don't you want it
> attached to a network port instead? I don't think you read the entire
> explanation of svnserve in the book. :-)
>
> If you're on Unix, add '-d' to make it background as a daemon
> listening on port 3690. Or run it from inetd.
>
> Or instead, have your client invoke a remote ssh process that invokes
> a private svnserve. In that case, no need to run svnserve as a
> daemon at all.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>

--
  Francois Beausoleil
  Developer of Java Gui Builder
  http://jgb.sourceforge.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 7 16:31:34 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.