D-Modem/pjproject-2.11.1/svn_pset.bat

12 lines
155 B
Batchfile
Raw Normal View History

2021-10-30 02:41:03 +08:00
@echo off
if "%*" EQU "" (
echo Usage: svn_pset.bat FILE1 ...
goto end
)
svn pset svn:keywords id %*
svn pset svn:eol-style native %*
:end