You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pjproject/svn_pset.bat

12 lines
155 B

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