Author: stocco Date: Mon Jul 19 13:50:24 2004 New Revision: 23069 Modified: incubator/beehive/trunk/DEVELOPING.txt Log: updated comments to reflect three issues from initial inspection/qa. A) Added comment to make sure [miscellany] is uncommented as well. B) Added comment that the config file for subversion on windows is hidden. C) Clarified slightly that [auto-props] needs to be uncommented.
Code Reviewed by: RFeit Modified: incubator/beehive/trunk/DEVELOPING.txt ============================================================================== --- incubator/beehive/trunk/DEVELOPING.txt (original) +++ incubator/beehive/trunk/DEVELOPING.txt Mon Jul 19 13:50:24 2004 @@ -13,14 +13,20 @@ An easier way to ensure that all added files have the right properties set is to use the "auto-props" feature in the SVN client configuration file. The location of this file varies depending on the operating system (see -http://svnbook.red-bean.com/svnbook/book.html#svn-ch-7-sect-1); on linux it's -at ~/.subversion/config, and on Windows it's typically in -"%SYSROOT%\Documents and Settings\<user name>\Application Data\Subversion". -Add (uncomment) the following line under the "[miscellany]" section: +http://svnbook.red-bean.com/svnbook/book.html#svn-ch-7-sect-1). +On Linux it is located + ~/.subversion/config +On Windows, it is typically located in a hidden directory + %SYSROOT%\Documents and Settings\<user name>\Application Data\Subversion + If you have problems locating this, make sure you can view + hidden directory contents. +Confirm the "header" named [miscellany] is uncommented. +Then, add (uncomment) the following line under the "[miscellany]" section: enable-auto-props = yes -Then, add (uncomment) an "[auto-props]" section with a list of file extensions -that will automatically trigger the svn:eol-style=native property: +Then, add (uncomment) an "[auto-props]" section (include the [auto-props] +header as well) with a list of file extensions that will automatically +trigger the svn:eol-style=native property: [auto-props] *.txt = svn:eol-style=native *.java = svn:eol-style=native
