Date: Fri, 21 Mar 2008 18:10:56 -0700 From: Tim Kientzle <kientzle@freebsd.org> To: d@delphij.net Cc: Giorgos Keramidas <keramida@ceid.upatras.gr>, freebsd-hackers@freebsd.org Subject: Re: Some versioned storage program? Message-ID: <47E45CA0.5000705@freebsd.org> In-Reply-To: <47E45984.3080907@delphij.net> References: <47E4405E.2080609@delphij.net> <874pazpqjq.fsf@kobe.laptop> <47E45984.3080907@delphij.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Xin LI wrote: > Ah... Ok I think I should have mentioned the purpose of the system. It > is supposed to be used in a CMS system, and the storage program will be > used as one auxiliary backend where rendered pages are being stored. I've considered using SVN+Apache behind one or more Squid caches for serving pages: * Easy remote update (via SVN command-line or other tools; TortoiseSVN even makes manual updates easy for most Windows users). * Easy tracking and rollback. * No need to mess with explicit "export" processes; simply committing the change to SVN makes it available. Not sure if this suits your needs or not, but I thought I'd throw the idea out there. Cheers, Tim Kientzle
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47E45CA0.5000705>