SVK::Help::Environment

SVK::Help::Environment is a list of svk's environment variables.
Download

SVK::Help::Environment Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • SVK::Help::Environment Team
  • Publisher web site:
  • http://search.cpan.org/~clkao/SVK-1.08/lib/SVK/Help/Environment.pod

SVK::Help::Environment Tags


SVK::Help::Environment Description

SVK::Help::Environment is a list of svk's environment variables. SVK::Help::Environment is a list of svk's environment variables.A number of system environment variables influence how svk runs. Below is a complete list of variables you can use to alter svk's behavior.All Platforms$SVKROOTUnless you tell it otherwise, svk stores your configuration and repository in $HOME/.svk. If you set SVKROOT to a path on disk, svk will look there instead of in $HOME/.svk.$SVN_EDITOR / $EDITORSometimes, svk needs to pop up a text editor. svk first tries to launch the editor specified in $SVN_EDITOR and falls back to $EDITOR if that's not defined.$SVKDIFFIf you'd prefer to use an external "diff" tool instead of svk's builtin diff library, set this variable to your tool's name or path.$SVKMERGEsvk lets you resolve conflicts, interactively, with a text editor or use an external diff tool. Out of the box, svk comes with support for the following merge tools: AraxisMerge Emacs FileMerge GtkDiff Guiffy GVim KDiff3 Meld P4WinMerge TkDiff TortoiseMerge Vim XXDiffIf you want svk to spawn a specific merge tool, set this variable to the tool's name.$SVKRESOLVEIf you set this variable, svk's interactive resolver will always perform the command it's set to. For more details about the commands available in svk's interactive resolver, type perldoc SVK::Resolve.$SVKPAGERWhen 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.$SVKPGPsvk supports signing and verifying changesets using the Gnu Privacy Guard. By default, svk tries to run the first program called gpg in your path. To tell svk to use a specific gpg executable, set this variable to the executable's name or path.$SVNFSTYPEBy default, svk creates its local repository as a fsfs repository when running on Subversion 1.1 and newer. On Subversion 1.0, SVK defaults to bdb. To explicitly specify a repository type, set this variable to fsfs or bdb.$SVKNOSVMTo be able to talk to a remote Subversion server, svk needs the SVN::Mirror perl package installed. If you have SVN::Mirror installed, but want svk to operate as if you didn't, set $SVKNOSVM to a true value.Requirements:· PerlWhat's New in This Release:· Fix a bug that stalled schedule entries confusing merge to schedule entries for replace rather than add, which then makes revert fail.· report_copath now reports '.' for the anchor.· Don't die in svk mkdir when make_path returns undef, which means the directory is already there.· Fix warnings about "Use of uninitialized value in array element" when doing various "svk help command".· Dependency fixes


SVK::Help::Environment Related Software