[server/doc] add eit-branch man page

This commit is contained in:
Fabio Erculiani
2011-11-10 16:22:58 +01:00
parent 2c1e69fcf4
commit 396f8714a0
2 changed files with 76 additions and 1 deletions

View File

@@ -0,0 +1,75 @@
eit-branch(1)
=============
:man source: eit {eitversion}
:man manual: eit {eitversion}
NAME
----
eit-branch - manage repository branches
SYNOPSIS
--------
eit branch [-h] [--quick] [--from <branch>] [--no-copy] [<branch>] [<repo>]
INTRODUCTION
------------
Switch to given branch. This will cause the creation of a
separate repository database on disk and remotely, taking the
name of the branch argument passed.
Only one branch should be used at the same time, but nothing
will prevent you from interleaving them.
Generally, this feature is used to switch the repository to a
new branch, copying all the packages over (default behaviour).
To just switch to an empty branch without copying the packages
over just use the *--no-copy* switch.
OPTIONS
-------
"eit branch" supports the following options which alters its behaviour.
POSITIONAL ARGUMENTS
~~~~~~~~~~~~~~~~~~~~
*<branch>*::
switch to given branch
*<repo>*::
repository
OPTIONAL ARGUMENTS
~~~~~~~~~~~~~~~~~~
*--help*::
show this help message and exit
*--quick*::
no stupid questions
*--from*=<branch>::
from branch
*--no-copy*::
don't copy packages from branch
AUTHORS
-------
Eit has been accidentally prototyped during a rainy Sunday by Fabio
Erculiani who was looking for innovative ways of handling package
bumps in Sabayon Entropy repositories.
A few months later, Eit saw the light.
REPORTING BUGS
--------------
Report bugs to https://bugs.sabayon.org or directly to the author at
lxnay@sabayon.org.
SEE ALSO
--------
eit(1),

View File

@@ -161,5 +161,5 @@ lxnay@sabayon.org.
SEE ALSO
--------
eit-add(1), eit-commit(1), eit-repack(1)
eit-add(1), eit-branch(1), eit-commit(1), eit-repack(1)