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

Re: Networked respository

From: Andreas Schweigstill <andreas_at_schweigstill.de>
Date: 2006-10-24 10:30:14 CEST

Dear Brian!

Brian Erickson schrieb:
> However, I'd really like to do this without have to define a network
> drive. Is this possbile?

Yes, of course. You just have to follow the preferred way of using a
Subversion repository. For this you have to install a Subversion server
on the machine holding the repositories ("snidely"). No network share
has to be created resp. mounted by the clients.

The server can be based on a stand-alone server process (svnserve) or
on an Apache HTTP server. svnserve uses only one TCP port (default:
3690). Both don't depend on any Microsoft-like stuff (SMB, CIFS, ...).

Before you ask how to install such a server you have to read the
Subversion documentation. And there have been LOTS of discussions if
the svnserve or Apache based server is better. Short answer: It depends
on your requirements. Apache allow more detailed access rights and user
authentication against LDAP, svnserve is faster and has very simple
configuration files with cleartext passwords.

For your first experiments I recommend svnserve since you are
independent of a properly configured Apache web server.

With best regards
Andreas

-- 
Dipl.-Phys. Andreas Schweigstill
Schweigstill IT | Embedded Systems
Schauenburgerstraße 116, D-24118 Kiel, Germany
Phone: (+49) 431 5606-435, Fax: (+49) 431 5606-436
Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 24 10:30:56 2006

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.