Author: crossley Date: Fri Jan 14 01:52:19 2011 New Revision: 1058832 URL: http://svn.apache.org/viewvc?rev=1058832&view=rev Log: Added FAQ about "svn:eol-style".
Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml forrest/trunk/site-author/content/xdocs/howto-forrestbot-svn.xml forrest/trunk/site-author/status.xml Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml?rev=1058832&r1=1058831&r2=1058832&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml (original) +++ forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml Fri Jan 14 01:52:19 2011 @@ -1300,6 +1300,17 @@ X [0] /docs_0_80/upgrading_08.ht </p> </answer> </faq> + <faq id="svn-eol-style"> + <question>Why are there SVN diffs for some documents, even though they have not changed?</question> + <answer> + <p> + These un-necessary differences happen because the comitter who did 'svn add' for those files + did not have their Subversion client configured properly for the "svn:eol-style" setting. + See some <link href="site:tasks/subversion-monitoring">notes</link> + about rectifying this issue. + </p> + </answer> + </faq> </part> <part id="old_faqs"> <title>Older version: 0.6</title> Modified: forrest/trunk/site-author/content/xdocs/howto-forrestbot-svn.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/howto-forrestbot-svn.xml?rev=1058832&r1=1058831&r2=1058832&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/howto-forrestbot-svn.xml (original) +++ forrest/trunk/site-author/content/xdocs/howto-forrestbot-svn.xml Fri Jan 14 01:52:19 2011 @@ -202,6 +202,19 @@ svn update</source> </p> </answer> </faq> + <faq id="faq-svn-eol-style"> + <question> + Why are there SVN diffs for some documents, even though they have not changed? + </question> + <answer> + <p> + These un-necessary differences happen because the comitter who did 'svn add' for those files + did not have their Subversion client configured properly for the "svn:eol-style" setting. + See some <link href="site:tasks/subversion-monitoring">notes</link> + about rectifying this issue. + </p> + </answer> + </faq> <faq id="faq-pdf-timestamp"> <question> Why is every PDF document being deployed, even though they have not changed. Modified: forrest/trunk/site-author/status.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?rev=1058832&r1=1058831&r2=1058832&view=diff ============================================================================== --- forrest/trunk/site-author/status.xml (original) +++ forrest/trunk/site-author/status.xml Fri Jan 14 01:52:19 2011 @@ -154,8 +154,14 @@ <link href="site:upgrading_09">upgrading to v0.9</link> </action> <!-- 2011-01 --> - <action context="code" type="build" dev="DC"> - Added standalone 'validate-site' build target to validate the project + <action context="docs" type="update" dev="DC"> + Added an <link href="site:faq/svn-eol-style">FAQ</link> + to explain "svn:eol-style" and un-necessary svn diffs. + See also <link href="site:forrestbot-svn">How to deploy + documentation with the Forrestbot "svn" workstage</link>. + </action> + <action context="build" type="add" dev="DC"> + Added standalone 'validate-status' build target to validate the project status changes file. </action> <action context="code" type="fix" dev="DC" fixes-bug="FOR-1012">