wireshark/svnadd
Luis Ontanon fdc2d404f2 little helper script that sets props after adding a file
svn path=/trunk/; revision=20604
2007-01-29 14:12:57 +00:00

5 lines
78 B
Bash
Executable file

#!/bin/sh
svn add $*
svn ps svn:keywords Id $*
svn ps svn:eol-style native $*