aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/review_mechanism.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-08 14:07:21 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-08 14:07:21 +0000
commita8db6caf47263fd717d6ac375dbb7c0e2f11cf21 (patch)
treed10cf226577d4d49a854f659eaf8391062a492f2 /doc/todo/review_mechanism.mdwn
parentae0e6e816cd15dcadb88a8cf816d76b74a744ff3 (diff)
downloadikiwiki-a8db6caf47263fd717d6ac375dbb7c0e2f11cf21.tar
ikiwiki-a8db6caf47263fd717d6ac375dbb7c0e2f11cf21.tar.gz
web commit by JoshTriplett: Some of this works already.
Diffstat (limited to 'doc/todo/review_mechanism.mdwn')
-rw-r--r--doc/todo/review_mechanism.mdwn15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/todo/review_mechanism.mdwn b/doc/todo/review_mechanism.mdwn
index 13fc248e2..f02e11548 100644
--- a/doc/todo/review_mechanism.mdwn
+++ b/doc/todo/review_mechanism.mdwn
@@ -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]]