]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
move, add link
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 5 Aug 2007 21:03:55 +0000 (21:03 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 5 Aug 2007 21:03:55 +0000 (21:03 +0000)
doc/about_rcs_backends.mdwn
doc/todo/rcs.mdwn [new file with mode: 0644]
doc/todo/rcs___40__third-party_plugin__41__.mdwn [deleted file]

index a878d6daac1d075d2aeae736f3186c4494f92343..c92d377843154bce0f9b3f3a267e7dcd433514ff 100644 (file)
@@ -178,6 +178,10 @@ please refer to [Emanuele](http://nerd.ocracy.org/em/)
 
 ## [[tla]]
 
+## rcs
+
+There is a patch that needs a bit of work linked to from [[todo/rcs]].
+
 ## [Monotone](http://monotone.ca/)
 
 There is an unfinished patch in [[bugs/Monotone_rcs_support]].
diff --git a/doc/todo/rcs.mdwn b/doc/todo/rcs.mdwn
new file mode 100644 (file)
index 0000000..3793f75
--- /dev/null
@@ -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>
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 (file)
index 3793f75..0000000
+++ /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.
-
-<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>