summaryrefslogtreecommitdiff
path: root/svn_pset.bat
blob: 4dfa4d2461cb07cae2883198551836ec2ac4e59d (plain)
1
2
3
4
5
6
7
8
9
10
11
@echo off

if "%*" EQU "" (
	echo Usage: svn_pset.bat FILE1 ...
	goto end
)

svn pset svn:keywords id %*
svn pset svn:eol-style native %*

:end