On Sep 14, 2011, at 9:31 AM, Tom Browder wrote: > I'm trying to add some files to the trunk and get the commit rejected > because svn:mime properties aren't set. But I do have > enable-auto-props = yes and the regexes for the mime props set in my > subversion config file. Any idea what's happening?
My guess is that you attempted to add the file, got the mime-type rejection, made the changes to your svn config, and then tried to commit again? You have to either set the props manually or svn revert and re-add the file(s) in order for the autoprops changes to take effect. Otherwise, it could be as simple as a typo. There are more details with a couple examples here: http://brlcad.org/wiki/Mime-types Cheers! Sean ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA Learn about the latest advances in developing for the BlackBerry® mobile platform with sessions, labs & more. See new tools and technologies. Register for BlackBerry® DevCon today! http://p.sf.net/sfu/rim-devcon-copy1 _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
