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

Re: Dynamic Content directly from Repository?

From: Michael Hogsett <hogsett_at_csl.sri.com>
Date: 2005-03-24 19:15:23 CET

This is an interesting subject because I am working on a project
that does a similar thing.

My current model has two virtual hosts running on the same (or
eventually different) hosts.

The first host is the edit server. It will allow a user to
edit and preview the content. It can read, write, and commit
to the repository. This host has stringent requirements regarding
who can connect to it (e.g. requires SSL client certificates and
those certificates have to match certain criteria).

The second host is the display server. It will only update its working
copy and display the content. None of the PHP code that performs
the editing and commiting functions will be present on this virtual
server. I had planned to have a crontab that would svn update the
wc every hour.

The post-commit hook is a great idea for immediate publishing
when the virtual hosts are on the same host.

Thanks.

  - Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 24 19:21:23 2005

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.