https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik 2011-12-03 14:10:23 -04:00 committed by admin
parent 0488cb312a
commit 95174ba9a3
1 changed files with 21 additions and 0 deletions

View File

@ -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,...