You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/09/16 03:00:56 UTC

svn commit: rev 46141 - forrest/trunk/scratchpad/eclipsePlugin/src/org/apache/forrest/template

Author: crossley
Date: Wed Sep 15 18:00:54 2004
New Revision: 46141

Modified:
   forrest/trunk/scratchpad/eclipsePlugin/src/org/apache/forrest/template/new_xdoc.xml   (contents, props changed)
Log:
dos2unix to fix line-endings.
Do 'svn propset svn:eol-style native' for all text files.


Modified: forrest/trunk/scratchpad/eclipsePlugin/src/org/apache/forrest/template/new_xdoc.xml
==============================================================================
--- forrest/trunk/scratchpad/eclipsePlugin/src/org/apache/forrest/template/new_xdoc.xml	(original)
+++ forrest/trunk/scratchpad/eclipsePlugin/src/org/apache/forrest/template/new_xdoc.xml	Wed Sep 15 18:00:54 2004
@@ -1,10 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>New XDoc File</title> 
-  </header> 
-  <body> 
-    <!--  Add your content here -->
-  </body>
-</document>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document> 
+  <header> 
+    <title>New XDoc File</title> 
+  </header> 
+  <body> 
+    <!--  Add your content here -->
+  </body>
+</document>

Re: svn commit: rev 46141 - forrest/trunk/scratchpad/eclipsePlugin/src/org/apache/forrest/template

Posted by Ross Gardler <rg...@apache.org>.
thorsten wrote:

> Ross Gardler wrote:
> 
>> crossley@apache.org wrote:

<snip/>

>>> Do 'svn propset svn:eol-style native' for all text files.
>>
>>
>>
>> Blast, I forgot again. Is there any way of making the svn client do 
>> this automtically when a new ASCII file is added?

> http://issues.cocoondev.org/browse/FOR-124

Thanks, I'm making the necessary changes now.

Ross

Re: svn commit: rev 46141 - forrest/trunk/scratchpad/eclipsePlugin/src/org/apache/forrest/template

Posted by thorsten <th...@apache.org>.
Ross Gardler wrote:
> crossley@apache.org wrote:
> 
>> Author: crossley
>> Date: Wed Sep 15 18:00:54 2004
>> New Revision: 46141
>>
>> Modified:
>>    
>> forrest/trunk/scratchpad/eclipsePlugin/src/org/apache/forrest/template/new_xdoc.xml   
>> (contents, props changed)
>> Log:
>> dos2unix to fix line-endings.
>> Do 'svn propset svn:eol-style native' for all text files.
> 
> 
> Blast, I forgot again. Is there any way of making the svn client do this 
> automtically when a new ASCII file is added?
> 
> Ross
> 

http://issues.cocoondev.org/browse/FOR-124

HTH
thorsten


Re: svn commit: rev 46141 - forrest/trunk/scratchpad/eclipsePlugin/src/org/apache/forrest/template

Posted by Ross Gardler <rg...@apache.org>.
crossley@apache.org wrote:
> Author: crossley
> Date: Wed Sep 15 18:00:54 2004
> New Revision: 46141
> 
> Modified:
>    forrest/trunk/scratchpad/eclipsePlugin/src/org/apache/forrest/template/new_xdoc.xml   (contents, props changed)
> Log:
> dos2unix to fix line-endings.
> Do 'svn propset svn:eol-style native' for all text files.

Blast, I forgot again. Is there any way of making the svn client do this 
automtically when a new ASCII file is added?

Ross