|
I finally got frinky (my FreeBSD box that this webserver is
running on) setup to run CVS with pserver This
allows me to simply check my blog files into source control, and RubLog is
setup to read my entries directly out of the repository.
Also got the webserver tree checked into source control. This will allow
kathy an easier way to work on the website… and have revisions backed
up in case we need em.
Setting up pserver really wasn’t that hard to set up. Just
had to do a few google searches. My biggest gotcha was not getting
inetd restart properly (and the pserver line pointed to the right
repository). Next gotcha was in making sure that the passwd in the
repository matched the passwd in /etc/passwd. Also had to make
myself a member of the wheel group.
|