The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Pinto::Admin::Command::nop - initialize Pinto and exit

VERSION

version 0.029

SYNOPSIS

  pinto-admin --repos=/some/dir nop [OPTIONS]

DESCRIPTION

This command is a no-operation. It locks and initializes the repository, but does not perform any operations. This is really only used for diagnostic purposes. So don't worry about it too much.

Note this command never changes the state of your repository.

COMMAND ARGUMENTS

None.

COMMAND OPTIONS

--noinit

Prevents Pinto from pulling/updating the repository from the VCS before the operation. This is only relevant if you are using a VCS-based storage mechanism. This can speed up operations considerably, but should only be used if you *know* that your working copy is up-to-date and you are going to be the only actor touching the Pinto repository within the VCS.

--sleep=N

Directs Pinto to sleep for N seconds before releasing the lock and exiting. Default is 0.

AUTHOR

Jeffrey Ryan Thalhammer <jeff@imaginative-software.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Imaginative Software Systems.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.