Alan W. Irwin writes:
 [ excellent quickie intro to svn properties ]

 > Note, that can be a bit of a burden for ordinary text files if you always
 > have to remember to set "svn:eol-style : native" by hand.  I just discovered
 > a way to do this automatically (and also do the right thing for some common
 > binary files) if you edit the auto-props section of
 > $HOME/.subversion/config.  That section sets properties of newly added files
 > based on file-globbing patterns.
 > 
 > Here is my new file-globbing setup in that file.  (You also have to enable
 > auto-props in that same file.)
 > 
 > * = svn:eol-style=native
 > *.png = svn:mime-type=application/octet-stream
 > *.jpg = svn:mime-type=application/octet-stream
 > *.jpeg = svn:mime-type=application/octet-stream
 > *.gif = svn:mime-type=application/octet-stream

Thanks for the advice, I just modified mine similarly.

-- 
Maurice LeBrun


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to