D-Modem/pjproject-2.11.1/svn_pset.bat
2021-10-29 14:41:03 -04:00

12 lines
155 B
Batchfile

@echo off
if "%*" EQU "" (
echo Usage: svn_pset.bat FILE1 ...
goto end
)
svn pset svn:keywords id %*
svn pset svn:eol-style native %*
:end