Skip to content

Instantly share code, notes, and snippets.

@ryo-miyaji
ryo-miyaji / svn_add.bat
Created August 1, 2012 04:06
svn command on Windows command prompt
echo off
for /f "usebackq tokens=1,2" %%i in (`svn status`) do (
if %%i == ? (
echo add target file: %%j
) else (
echo modified file: %%j
)
)
@ryo-miyaji
ryo-miyaji / sourcemonitor-command.xml
Created July 12, 2012 04:33
SourceMonitor command line script for Jenkins.
<?xml version="1.0" encoding="UTF-8" ?>
<!-- =======================================================================
SourceMonitor command line script commands.
Use: SourceMonitor.exe /c sourcemonitor-command.xml
======================================================================== -->
<sourcemonitor_commands>