From b9ce74025e2e13972ae44f07e246adcad716a706 Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 5 Aug 2007 21:03:55 +0000 Subject: move, add link --- doc/todo/rcs.mdwn | 25 ++++++++++++++++++++++++ doc/todo/rcs___40__third-party_plugin__41__.mdwn | 25 ------------------------ 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 doc/todo/rcs.mdwn delete mode 100644 doc/todo/rcs___40__third-party_plugin__41__.mdwn (limited to 'doc/todo') diff --git a/doc/todo/rcs.mdwn b/doc/todo/rcs.mdwn new file mode 100644 index 000000000..3793f7533 --- /dev/null +++ b/doc/todo/rcs.mdwn @@ -0,0 +1,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. + + + +[[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". + + diff --git a/doc/todo/rcs___40__third-party_plugin__41__.mdwn b/doc/todo/rcs___40__third-party_plugin__41__.mdwn deleted file mode 100644 index 3793f7533..000000000 --- a/doc/todo/rcs___40__third-party_plugin__41__.mdwn +++ /dev/null @@ -1,25 +0,0 @@ -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. - - - -[[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". - - -- cgit v1.2.3