auto_props

Dirk vss2svn at nogga.de
Sat Jan 27 17:59:39 CST 2007


initial code checked in, but there is a problem with binary files. If a 
binary file is found, the svn:mine-type is set on every change of the 
file. Setting a property, without specifying all other properties will 
delete all other properties again. I have to evaluate this further,but 
for the time being, other types of properties seem to work.

You need to specify your subversion config file on the commandline or 
any other auto_prop file like:

--auto_props="path/to/your/config"

The config file should look like:

[auto-props]
*.c = svn:eol-style=native
*.cpp = svn:eol-style=native
*.h = svn:eol-style=native
*.dsp = svn:eol-style=CRLF
*.dsw = svn:eol-style=CRLF
*.sh = svn:eol-style=native;svn:executable
*.txt = svn:eol-style=native
*.png = svn:mime-type=image/png
*.jpg = svn:mime-type=image/jpeg
Makefile = svn:eol-style=native



Dirk



More information about the vss2svn-users mailing list