aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/rcs.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-05 21:03:55 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-05 21:03:55 +0000
commitb9ce74025e2e13972ae44f07e246adcad716a706 (patch)
tree837ddea92f7644dfa6ac6fd7eccae0e5d34cd6ab /doc/todo/rcs.mdwn
parent41d8586b94cc9d464fc3d3e09bda4be64fe9fe47 (diff)
downloadikiwiki-b9ce74025e2e13972ae44f07e246adcad716a706.tar
ikiwiki-b9ce74025e2e13972ae44f07e246adcad716a706.tar.gz
move, add link
Diffstat (limited to 'doc/todo/rcs.mdwn')
-rw-r--r--doc/todo/rcs.mdwn25
1 files changed, 25 insertions, 0 deletions
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.
+
+<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>