]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by JoshTriplett: Some of this works already.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 8 Aug 2007 14:07:21 +0000 (14:07 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 8 Aug 2007 14:07:21 +0000 (14:07 +0000)
doc/todo/review_mechanism.mdwn

index 13fc248e2ba06f41937ef87982f680c2ffe5ecf8..f02e1154877057f15a688d6462fdfc5ec8a091da 100644 (file)
@@ -17,4 +17,17 @@ Each change would have its own wiki page under changes/revNNNN.
 Change queues would be wiki pages as well (probably using [[inlines|plugins/inline]]);
 [[Pagespecs|Pagespec]] and [[tags]] would be used to control the queues to which a given change would belong.
 
---[[JeremieKoenig]]
\ No newline at end of file
+--[[JeremieKoenig]]
+
+> You can achieve something like this right now, by using Git.  The
+> development and published versions each have their own repository, with
+> remotes set up so they push either to two backend repositories or to two
+> different branches of the same backend repository.  You can then merge from
+> one to the other whenever you want.
+>
+> You could theoretically do this with SVN as well.
+>
+> I do like the idea you suggest of reviewing and merging changes through the
+> web interface, though.
+>
+> -- [[JoshTriplett]]