Hi Erik, We needed this feature ourselves and I could not find anyway to set a server-side defaults for mime-types. AFAIK svn does not offer that feature yet. However, we can do that on the client side using the [auto-props] section in the client configuration file (location: $HOME/.subversion/config). But again the catch is that this will be effective only on files that are newly *added* by that user. Does not affect modified files.
rgds -Hari > I'm sure the file is fine in Subversion. You may need to do an svn > propset: > > svn propset svn:mime-type "application/pdf" i18n.pdf > > (or whatever MIME type you like) > > There is a way to have defaults set for specific file types on the > server so this wouldn't be needed. > > Erik ------------------------------------------------------- This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click _______________________________________________ Nutch-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-developers
