SVK
view release on metacpan or search on metacpan
MANIFEST.SKIP
META.yml Module meta-data (added by MakeMaker)
pkg/getsrc.pl
pkg/maketest
pkg/svk-wrapper
pkg/win32/builddist.bat
pkg/win32/LICENSE.txt
pkg/win32/maketest.bat
pkg/win32/paroptions.txt
pkg/win32/Path.nsh
pkg/win32/setenv.bat
pkg/win32/svk-uninstall.ico
pkg/win32/svk.ico
pkg/win32/svk.nsi
README
t/00use.t
t/01depotmap.t
t/01editor.t
t/01help.t
t/01init.t
t/01pod.t
lib/SVK/Command/Help.pm view on Meta::CPAN
Optionally, svk help can pipe output through a pager, which is
easier to read if the output is long. To use this feature, set the
environmental variable SVKPAGER to some pager program.
For example:
# bash, zsh users
export SVKPAGER='/usr/bin/less'
# tcsh users
setenv SVKPAGER '/usr/bin/less'
lib/SVK/I18N/i_default.po view on Meta::CPAN
#: lib/SVK/Command.pod:596
msgid "server instantly."
msgstr ""
#: lib/SVK/Command.pod:597
msgid "set to something that's not executable, the output will not be paged."
msgstr ""
#: lib/SVK/Command.pod:598
msgid "setenv SVKPAGER '/usr/bin/less'"
msgstr ""
#: lib/SVK/Command.pod:599
msgid "similar functionality."
msgstr ""
#: lib/SVK/Command.pod:600
msgid "smerge - Automatically merge all changes between branches"
msgstr ""
lib/SVK/I18N/zh_cn.po view on Meta::CPAN
#: lib/SVK/Command.pod:596
msgid "server instantly."
msgstr ""
#: lib/SVK/Command.pod:597
msgid "set to something that's not executable, the output will not be paged."
msgstr ""
#: lib/SVK/Command.pod:598
msgid "setenv SVKPAGER '/usr/bin/less'"
msgstr ""
#: lib/SVK/Command.pod:599
msgid "similar functionality."
msgstr ""
#: lib/SVK/Command.pod:600
msgid "smerge - Automatically merge all changes between branches"
msgstr "smerge - èªå¨åå¹¶ä¸ååæ¯çææå·®å¼"
lib/SVK/I18N/zh_tw.po view on Meta::CPAN
#: lib/SVK/Command.pod:596
msgid "server instantly."
msgstr ""
#: lib/SVK/Command.pod:597
msgid "set to something that's not executable, the output will not be paged."
msgstr ""
#: lib/SVK/Command.pod:598
msgid "setenv SVKPAGER '/usr/bin/less'"
msgstr ""
#: lib/SVK/Command.pod:599
msgid "similar functionality."
msgstr ""
#: lib/SVK/Command.pod:600
msgid "smerge - Automatically merge all changes between branches"
msgstr "smerge - èªååä½µä¸ååæ¯çææå·®ç°"
pkg/win32/builddist.bat view on Meta::CPAN
REM This script builds a SVK installation package
REM The environment (IE:system path) must be configured properly before
REM running this script! (see setenv.bat)
REM After this script finishes, compile the NSIS script (svk.nsi)
REM located in the build\win32\ folder.
REM
REM This script requires:
REM That SVK be built
REM That pp is installed
REM That a zip/unzip program is available (Info-Zip)
REM
REM If mtee is available, a logfile can be created with a command line like:
REM builddist 2>&1 | mtee /d/t log.txt
( run in 0.649 second using v1.01-cache-2.11-cpan-6aa56a78535 )