]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add rcs/cvs
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 10 Sep 2009 20:31:58 +0000 (16:31 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 10 Sep 2009 20:31:58 +0000 (16:31 -0400)
doc/rcs/cvs.mdwn [moved from doc/plugins/contrib/cvs.mdwn with 79% similarity]
doc/rcs/cvs/discussion.mdwn [moved from doc/plugins/contrib/cvs/discussion.mdwn with 100% similarity]
doc/rcs/details.mdwn

similarity index 79%
rename from doc/plugins/contrib/cvs.mdwn
rename to doc/rcs/cvs.mdwn
index b759291396792af6b1eb7130962763d2e44792f0..f0bd0f6f0da902e7888fbf580c8950687b19d5d4 100644 (file)
@@ -1,8 +1,5 @@
-[[!template id=plugin name=cvs core=0 author="[[schmonz]]"]]
-
-[[!template id=gitbranch branch=schmonz author="[[schmonz]]"]]
-
-This plugin allows ikiwiki to use [[!wikipedia desc="CVS" Concurrent Versions System]] as an [[rcs]].
+If you really need to, you can use [[!wikipedia desc="CVS" Concurrent Versions System]]
+with ikiwiki.
 
 ### Usage
 7. Install [[!cpan File::chdir]], [[!cpan File::ReadBackwards]],
@@ -19,9 +16,6 @@ Consider creating `$HOME/.cvsrc` if you don't have one already; the plugin doesn
     rdiff -u
 
 ### Implementation details
-* `cvs.pm` started life as a copy of [[3.14159|news/version_3.14159]]'s `svn.pm`.
-* `IkiWiki.pm:wiki_file_prune_regexps` avoids copying CVS metadata
-into `$DESTDIR`.
 * [[ikiwiki-makerepo]]:
  * creates a repository,
  * imports `$SRCDIR` into top-level module `ikiwiki` (vendor tag IKIWIKI, release tag PRE_CVS),
index 6492cf38c6abe764c0b5c4eeb4f9ab1f42c67edd..013ddb7451877d7e2de047e8e9b9c92d30098ce8 100644 (file)
@@ -288,3 +288,5 @@ user for cleanup.  This is less neat than it could be, in that a conflict marked
 revision gets committed to the repository.
 
 ## [[bzr]]
+
+## [[cvs]]