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

Re: Proper way to set-up SVN

From: Daniel Patterson <danpat_at_adaptiveinternational.com>
Date: 2003-07-03 16:15:38 CEST

On Thu, 2003-07-03 at 13:07, kfogel@collab.net wrote:
>
> I might be misunderstanding your requirements, but... wouldn't a
> checked-out working copy on the server, updated by a cron script (or
> on request from a form) solve this?

I don't think you're misunderstanding, I've had people here jump
to similar conclusions ("Hey, we can just serve everything right
out of Subversion!"), forgetting that Subversion plugs into Apache,
not the OS filesystem.

I think the fact that you can browse the repository directly using
mod_dav_svn creates the illusion that it's a general purpose filesystem
that'll plug behind the rest of your web applications.

One way that the original posters requirement *could* be met might
be to use davfs (http://dav.sourceforge.net/) to mount the SVN
repository into the webservers filesystem. This takes care of the
"live" requirement, but adds an unnecessary layer in the middle
(which could be a performance hit).

daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 3 06:17:15 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.