2006-12-23 23:59:32 +01:00
|
|
|
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.
|
|
|
|
|
2006-12-27 18:42:27 +01:00
|
|
|
<http://www.reedmedia.net/~reed/tmp-sfhkcjkfrfh/rcs.pm>
|
|
|
|
|
2008-07-21 13:31:33 +02:00
|
|
|
[[!tag patch]]
|
2007-07-25 05:36:53 +02:00
|
|
|
|
2006-12-28 21:55:45 +01:00
|
|
|
> Clearly needs some cleanup and perhaps some of the missing stubs
|
|
|
|
> implemented, before it can be included into ikiwiki.
|
|
|
|
>
|
|
|
|
> Notes on individual functions:
|
2006-12-28 21:56:56 +01:00
|
|
|
>
|
2006-12-28 21:55:45 +01:00
|
|
|
> * rcs_prepedit - I'm not sure why you do the locking since the comment
|
|
|
|
> notes that the locking does no good..
|
2006-12-28 21:56:56 +01:00
|
|
|
>
|
2006-12-28 21:55:45 +01:00
|
|
|
> * 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]]
|
|
|
|
|
2006-12-27 18:42:27 +01:00
|
|
|
Also here is a quick script to browse the RCS history to use for "historyurl".
|
|
|
|
|
2006-12-28 21:49:30 +01:00
|
|
|
<http://www.reedmedia.net/~reed/tmp-sfhkcjkfrfh/rcshistory.txt>
|