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

Re: Make part of repository visible via Apache?

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: 2007-12-04 20:46:42 CET

John Aldridge wrote:
> We run Apache as a web server for internal company material. One of the
> things it serves is a URL
>
> http://www/Documents
>
> which is currently an ordinary folder in the Apache DocumentRoot folder
> whose contents (mostly html files) are populated by checking out the
> "trunk/Documents" subtree of our repository.
>
> This has two disadvantages:
>
> a) Anyone who updates a document needs to remember to do an "svn update"
> in order to make the updated document visible, and

You could schedule an 'svn update' to run periodically.

> b) It's a waste of disk (& backup tape) space.

Have you looked at viewvc (http://www.viewvc.org/) or websvn
(http://websvn.tigris.org/) for read-only browser access? You may or
may not want to expose the history the way these do.

-- 
   Les Mikesell
    lesmikesell@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 4 20:45:37 2007

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.