Is there any way to make this repository specific? Although I don't mind having eol-style=native for all my code I really don't want to turn on svn:keywords=Id for every other project that I use subversion with. :)
-Allen Dirk Reiners wrote: > Hi everybody, > >in an attempt to keep things consistent I would like to ask everybody to >add the following section to their ~/.svn/config. it makes sure that >eol-style and keywords are set consistent for newly created files. Let >me know if I missed something. > >Thanks > > DIrk > >[miscellany] >enable-auto-props = yes >[auto-props] >*.c = svn:eol-style=native svn:keywords=Id >*.cpp = svn:eol-style=native svn:keywords=Id >*.h = svn:eol-style=native svn:keywords=Id >*.inl = svn:eol-style=native svn:keywords=Id >*.ins = svn:eol-style=native svn:keywords=Id >*.fcd = svn:eol-style=native svn:keywords=Id >*.yy = svn:eol-style=native svn:keywords=Id >*.ll = svn:eol-style=native svn:keywords=Id >*.py = svn:eol-style=native svn:keywords=Id >SCo* = svn:eol-style=native svn:keywords=Id >build.info = svn:eol-style=native svn:keywords=Id >*.dsp = svn:eol-style=CRLF svn:keywords=Id >*.dsw = svn:eol-style=CRLF svn:keywords=Id >*.png = svn:mime-type=image/png >*.jpg = svn:mime-type=image/jpeg > > >------------------------------------------------------------------------- >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 >_______________________________________________ >Opensg-core mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/opensg-core > > > ------------------------------------------------------------------------- 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 _______________________________________________ Opensg-core mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-core
