SVK

 view release on metacpan or  search on metacpan

lib/SVK/Help/Environment.pod  view on Meta::CPAN


=item $SVKRESOLVE

If you set this variable, svk's interactive resolver will I<always>
perform the command it's set to. For more details about the commands
available in svk's interactive resolver, type C<perldoc SVK::Resolve>.

=item $SVKMIME

Indicates which module is used for automatically detecting the MIME types of
files.  Implementations included with core SVK are: "File::LibMagic",
"File::MMagic", "File::Type" and "Internal".  The value "Internal" means to use
SVK's own internal MIME detection algorithm which requires no external modules.
This poor, but fast algorithm simply assigns "application/octet-stream" to
anything that looks binary.  If $SVKMIME has no value, "Internal" is used.

=item $SVKPAGER

When svk needs to pipe long output through a pager, it uses $SVKPAGER
to send the output to your display.  If this variable is not set or set
to something that's not executable, the output will not be paged.  svk
ignores your $PAGER setting, so you must explicitly set $SVKPAGER if
you want paging.

=item $SVKLOGOUTPUT

By specifying this variable, you change the default output filter used by the
C<svk log> command.  The value of this variable can be anything that you can
pass to C<svk log>'s C<--output> option.

=item SVKBATCHMODE

When you set this variable to a true value, SVK should never prompt the user for an 
interactive response. 


=item $SVNFSTYPE

By default, svk creates its local repository as a B<fsfs> repository when
running on Subversion 1.1 and newer. On Subversion 1.0, SVK defaults
to B<bdb>.  To explicitly specify a repository type, set this variable
to B<fsfs> or B<bdb>.

=item $SVKNORAREPLAY

By default, svk tries to make use of the replay api provided by
Subversion if available.  You can turn this environment variable on to
tell svk not to do so.  svk will then use the old C<SVN::Mirror>
module to do mirroring.

=item $SVKSVNBACKTRACE

(For debugging use only.) If this environment variable is set to a
true value, any error message which comes from the Subversion
libraries will be accompanied by a stack backtrace.

=item $SVKPGP

svk supports the verification of historical changesets using the Gnu Privacy 
Guard. Note that SVK no longer allows users to sign new changesets.
By default, svk tries to run the first program called B<gpg> in your
path. To tell svk to use a specific gpg executable, set this variable
to the executable's name or path.

=back

=head2 Win32

These variables only apply to svk on Windows.

=over

=item $ProgramFiles

Set this variable to the directory you install programs into. It defaults
to 'C:\Program Files'.

=back

=cut



( run in 0.586 second using v1.01-cache-2.11-cpan-df04353d9ac )