source: main/trunk/greenstone3/ext-cli/setup-subversion-windows-64bit.bat@ 37511

Last change on this file since 37511 was 37511, checked in by davidb, 13 months ago

bootstrap files to get going with svn on the command-line in Windows

  • Property svn:executable set to *
File size: 207 bytes
Line 
1@echo off
2
3setlocal
4
5cd /d %~dp0
6cd subversion-windows-64bit
7
8
9set PATH=%CD%\bin;%PATH%
10
11endlocal && set PATH=%PATH%
12
13echo.
14echo Adding in Subversion command-line binaries into PATH
15echo.
16
17
Note: See TracBrowser for help on using the repository browser.