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
_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user