use compression for cvs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5015 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5107637e7e
commit
29c8d0da5c
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ VER_REVISION=0
|
||||||
VER_BUILD=0
|
VER_BUILD=0
|
||||||
|
|
||||||
[cvs]
|
[cvs]
|
||||||
CVS="C:\Program Files\TortoiseCVS\cvs.exe"
|
CVS="C:\Program Files\TortoiseCVS\cvs.exe" -z9
|
||||||
CVS_EXT="C:\Program Files\PuTTY\plink.exe" -2 -l "%u" "%h"
|
CVS_EXT="C:\Program Files\PuTTY\plink.exe" -2 -l "%u" "%h"
|
||||||
|
|
||||||
[compression]
|
[compression]
|
||||||
|
@ -223,7 +223,7 @@ def Tag():
|
||||||
print 'tagging...'
|
print 'tagging...'
|
||||||
|
|
||||||
run(
|
run(
|
||||||
'%s -z3 tag -R %s ..' % (CVS, CVS_TAG),
|
'%s tag -R %s ..' % (CVS, CVS_TAG),
|
||||||
LOG_ALL,
|
LOG_ALL,
|
||||||
'failed creating tag %s' % CVS_TAG
|
'failed creating tag %s' % CVS_TAG
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue