]> sipb.mit.edu Git - ikiwiki.git/blob - doc/ikiwiki-makerepo.mdwn
response to response
[ikiwiki.git] / doc / ikiwiki-makerepo.mdwn
1 # NAME
2
3 ikiwiki-makerepo - check an ikiwiki srcdir into revision control
4
5 # SYNOPSIS
6
7 ikiwiki-makerepo svn|git srcdir repository
8
9 ikiwiki-makerepo mercurial srcdir
10
11 # DESCRIPTION
12
13 `ikiwiki-makerepo` injects a `srcdir` directory, containing an ikiwiki wiki,
14 into a `repository` that it creates. The repository can be a svn, git, or
15 mercurial repository.
16
17 Note that for mercurial, the srcdir is converted into a mercurial
18 repository. There is no need to have a separate repository with mercurial.
19
20 # AUTHOR
21
22 Joey Hess <joey@ikiwiki.info>
23
24 Warning: this page is automatically made into ikiwiki-makerepo's man page, edit with care