[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: John Peacock <john.peacock_at_havurah-software.org>
Date: 2007-12-04 20:42:54 CET

John Aldridge wrote:
> c) $Revision$ and $Date$ keywords are not expanded in the displayed
> documents. Not a critical deficiency, but a pity.

Just to touch on this last point, all of the keyword expansion happens
in the client code exclusively, so there is no way to display the files
directly out of the server and still have keyword expansion.

Honestly, since diskspace is really cheap, you should just serve up a
working copy to your internal users, and just use a post-commit script
to ensure that this is always reflecting the most recent files
committed. I can recommend SVN::Notify::Mirror (with
SVN::Notify::Config) as a very low maintenance way of accomplishing that
(but then again I wrote the former and have adopted the latter, so I
would say that ;-)

John

---------------------------------------------------------------------
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:43:24 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.