That's something you set up for Subversion itself, and Versions will respect it. Modify your ~/.subversion/config file by setting "enable- auto-props = yes" and adding lines (under the "[auto-props]" section) like the following:

*.html = svn:eol-style=native;svn:mime-type=text/html
*.jpg = svn:mime-type=image/jpeg
*.rtf = svn:mime-type=application/rtf

As you can see, multiple properties are separated by semicolons. These properties are applied to any new files added to a repository. There is a Python script (svn_apply_autoprops.py) for applying such properties to existing files, and you can review the property changes before committing.

 - Quinn


On Oct 2, 2009, at 9:08 AM, gwildar wrote:


Is there anyway to setup  specific mime types based on file extensions
with versions?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Versions" group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~----------~----~----~----~------~----~------~--~---


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to