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 repository
10
11       ikiwiki-makerepo bzr|mercurial srcdir
12

DESCRIPTION

14       ikiwiki-makerepo  injects  a  srcdir  directory,  containing an ikiwiki
15       wiki, into a repository that it creates. The repository can be  created
16       using any of a variety of revision control systems.
17
18       Note that for mercurial and bzr, the srcdir is converted into a reposiā€
19       tory. There is no need to have a separate repository with mercurial  or
20       bzr.
21
22       For darcs, the master repo's apply hook will be preconfigured to call a
23       ikiwiki wrapper.
24
25       Note that for monotone, you  are  assumed  to  already  have  run  "mtn
26       genkey" to generate a key.
27

EXAMPLE

29       ikiwiki-makerepo git /var/www/wiki /home/user/wiki/
30
31       The  above command creates a new git repo in /home/user/wiki as well as
32       a new git repo in the /var/www/wiki directory.  It then initializes the
33       /home/user/wiki git repo and makes the /var/www/wiki a clone.
34

AUTHOR

36       Joey Hess <joey@ikiwiki.info>
37
38                                                           ikiwiki-makerepo(1)
Impressum