On Sun, Nov 28, 2004 at 11:42:10AM +0100, Olle Eriksson wrote: > On Sunday 28 November 2004 10.34, Sven Hoexter wrote: > > On Sun, Nov 28, 2004 at 02:29:40AM +0100, Olle Eriksson wrote: > > > Hi > > > > > > Where do I find the subversion-server package mentioned in the Debian > > > Reference? Is there any other way to install the server part of svn > > > in Debian (Sid)? The packages seem to have changed names, I can't > > > find any subversion-client package either, only just subversion. > > > > Looks like it's now named "subversion". > > > > apt-cache search subversion > > and > > apt-cache show subversion > > are your friends :) > > Exactly, so where is the server version? Thw package "subversion" which I > have installed claims to be only the client.
>From 'apt-cache show subversion': This package includes the Subversion client (svn), tools for creating a Subversion repository and tools to make a repository available over the network using a program like ssh. http://subversion.tigris.org/project_faq.html#apache-extension Subversion is a set of libraries. It comes with a command-line client that uses them. There are two different Subversion server processes: either svnserve, which is small standalone program similar to cvs pserver, or Apache httpd-2.0 using a special mod_dav_svn module. svnserve speaks a custom protocol, while mod_dav_svn uses WebDAV as its network protocol. svnserve is in the package "subversion" and mod_dav_svn seems to be in the package "libapache2-svn" HTH Sven -- Revolution is not a dinner party, not an essay, nor a painting, nor a piece of embroidery; it cannot be advanced softly, gradually, carefully, considerately, respectfully, politely, plainly, and modestly. - Mao Zedong (Mao Tse-tung) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]