1ikiwiki-makerepo(1)         General Commands Manual        ikiwiki-makerepo(1)
2
3
4

NAME

6       ikiwiki-makerepo - check an ikiwiki srcdir into revision control
7

SYNOPSIS

9       ikiwiki-makerepo git|svn|monotone|darcs|cvs srcdir repo
10
11       ikiwiki-makerepo bzr|mercurial srcdir
12

DESCRIPTION

14       ikiwiki-makerepo  injects  an  existing  srcdir  directory,  containing
15       sources for an ikiwiki wiki, into revision control. It  is  rarely  run
16       directly;   consider   using  ikiwiki  --setup  /etc/ikiwiki/wiki.setup
17       instead to set up a wiki.
18
19       For git, the repo is created as a bare git repository, and  the  srcdir
20       is made into a clone of it. (monotone and darcs are similar.)
21
22       For svn and cvs, the repo is the centralized repository, and the srcdir
23       is a checkout of it.
24
25       For mercurial and bzr, the srcdir is the only repository set up.
26
27       For darcs, the master repo's apply hook will be preconfigured to call a
28       ikiwiki wrapper.
29
30       Note  that  for  monotone,  you  are  assumed  to already have run "mtn
31       genkey" to generate a key.
32

EXAMPLE

34       ikiwiki-makerepo git /srv/web/wiki /srv/git/wiki.git/
35
36       This  creates  a  bare  repository  /srv/git/wiki.git/,  and  sets   up
37       /srv/web/wiki  to  be  a clone of it, committing any files that already
38       exist in that directory.
39

AUTHOR

41       Joey Hess <joey@ikiwiki.info>
42
43                                                           ikiwiki-makerepo(1)
Impressum