close tsvn dialog after export
This commit is contained in:
parent
3714f26e08
commit
b90612ef44
|
@ -2,7 +2,7 @@
|
|||
set PATH=%PATH%;%PROGRAMW6432%\7-Zip;%PROGRAMW6432%\TortoiseSVN\bin;%PROGRAMFILES(X86)%\TortoiseHg
|
||||
hg clone https://xchat-wdk.googlecode.com/hg/ xchat-wdk
|
||||
rmdir /q /s xchat-wdk\.hg
|
||||
TortoiseProc /closeonend:0 /notempfile /command:export /url:https://xchat.svn.sourceforge.net/svnroot/xchat /path:xchat-wdk-svn
|
||||
TortoiseProc /closeonend:1 /notempfile /command:export /url:https://xchat.svn.sourceforge.net/svnroot/xchat /path:xchat-wdk-svn
|
||||
rm xchat-wdk-svn\COPYING
|
||||
xcopy /E xchat-wdk-svn xchat-wdk
|
||||
rmdir /q /s xchat-wdk-svn
|
||||
|
|
Loading…
Reference in New Issue