diff --git a/server/doc/mansrc/eit-branch.1.txt b/server/doc/mansrc/eit-branch.1.txt new file mode 100644 index 000000000..cf5d9acf2 --- /dev/null +++ b/server/doc/mansrc/eit-branch.1.txt @@ -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 ] [--no-copy] [] [] + + +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 +~~~~~~~~~~~~~~~~~~~~ +**:: + switch to given branch + +**:: + repository + +OPTIONAL ARGUMENTS +~~~~~~~~~~~~~~~~~~ +*--help*:: + show this help message and exit + +*--quick*:: + no stupid questions + +*--from*=:: + 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), diff --git a/server/doc/mansrc/eit.1.txt b/server/doc/mansrc/eit.1.txt index 0bd2af23d..9b0b8c066 100644 --- a/server/doc/mansrc/eit.1.txt +++ b/server/doc/mansrc/eit.1.txt @@ -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)