aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/rcs.mdwn
blob: 3cc5725168ff1d7a7323cdf1532d1507d0add3b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Here is a beginning of a rcs plugin that uses rcsmerge, rcs, ci, co and rlog.
I have used it probably over hundred times but needs some work.

<http://www.reedmedia.net/~reed/tmp-sfhkcjkfrfh/rcs.pm>

[[!tag patch]]

> Clearly needs some cleanup and perhaps some of the missing stubs
> implemented, before it can be included into ikiwiki. 
> 
> Notes on individual functions:
> 
> * rcs_prepedit - I'm not sure why you do the locking since the comment
>   notes that the locking does no good..
> 
> * rcs_getctime - You ask why this would be better than mtime. It's
>   because with something like subversion, a file's modification time or
>   ctime is not necessarily accurate WRT when the file was first checked
>   into the repo.
> 
--[[Joey]]

Also here is a quick script to browse the RCS history to use for "historyurl".

<http://www.reedmedia.net/~reed/tmp-sfhkcjkfrfh/rcshistory.txt>