Some versioned storage program?

Tim Kientzle kientzle at freebsd.org
Sat Mar 22 01:11:16 UTC 2008


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


More information about the freebsd-hackers mailing list