]> sipb.mit.edu Git - ikiwiki.git/blob - doc/patchqueue/rcs___40__third-party_plugin__41__.mdwn
web commit by http://ethan.betacantrips.com/: updated patch
[ikiwiki.git] / doc / patchqueue / rcs___40__third-party_plugin__41__.mdwn
1 Here is a beginning of a rcs plugin that uses rcsmerge, rcs, ci, co and rlog.
2 I have used it probably over hundred times but needs some work.
3
4 <http://www.reedmedia.net/~reed/tmp-sfhkcjkfrfh/rcs.pm>
5
6 > Clearly needs some cleanup and perhaps some of the missing stubs
7 > implemented, before it can be included into ikiwiki. 
8
9 > Notes on individual functions:
10
11 > * rcs_prepedit - I'm not sure why you do the locking since the comment
12 >   notes that the locking does no good..
13
14 > * rcs_getctime - You ask why this would be better than mtime. It's
15 >   because with something like subversion, a file's modification time or
16 >   ctime is not necessarily accurate WRT when the file was first checked
17 >   into the repo.
18
19 --[[Joey]]
20
21 Also here is a quick script to browse the RCS history to use for "historyurl".
22
23 <http://www.reedmedia.net/~reed/tmp-sfhkcjkfrfh/rcshistory.txt>