[lgfaq] SVN things

Ryan C. Gordon icculus at clutteredmind.org
Thu May 19 19:14:20 EDT 2005


Zachary J. Slater wrote:
> Whilst discussing the lgfaq in #timedoctor.org, and reading mail
> regarding the lgfaq I had a pretty good idea, it would be nice if
> something could update a text file in the svn whenever we commit, so it
> would list the last time the lgfaq was updated. Someone e-mailed
> wondering if the lgfaq was still worked on, which is the impetus.

Subversion lets you run a script on commit, per-repository; we could 
just have it do something like:

echo `date` >> /webspace/projects/lgfaq/changes.txt
echo $CHANGEDESCRIPTION >> /webspace/projects/lgfaq/changes.txt

--ryan.




More information about the Lgfaq mailing list