(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik <micheal@web>
Sat, 3 Dec 2011 18:10:23 +0000 (14:10 -0400)
committeradmin <admin@branchable.com>
Sat, 3 Dec 2011 18:10:23 +0000 (14:10 -0400)
doc/forum/Split_a_wiki.mdwn [new file with mode: 0644]

diff --git a/doc/forum/Split_a_wiki.mdwn b/doc/forum/Split_a_wiki.mdwn
new file mode 100644 (file)
index 0000000..f1c7e50
--- /dev/null
@@ -0,0 +1,21 @@
+Is it possible to split an ikiwiki (with git backend) in to two?
+
+Suppose I have an ikiwiki called myiki
+
+which contains the pages
+
+pageA1,pageA2,...,pageB1,pageB2,...
+
+now I want to have two wikis called myikiA and myikiB
+
+such that
+
+myikiA contains pageA1,pageA2,...
+
+The history of myikiA should contain the whole history of those pages but no history of pageB1,pageB2,...
+
+and 
+
+myikiB contains pageB1,pageB2,...
+
+The history of myikiB should contain the whole history of those pages but no history of pageA1,pageA2,...