You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by fe...@apache.org on 2006/05/17 13:07:26 UTC

svn commit: r407218 - in /forrest/trunk/site-author/content/xdocs: docs_0_80/howto/howto-dev.xml docs_0_80/howto/index.xml howto-dev.xml site.xml

Author: ferdinand
Date: Wed May 17 04:07:26 2006
New Revision: 407218

URL: http://svn.apache.org/viewcvs?rev=407218&view=rev
Log:
Moved "How to be a developer" from versioned docs to project-getting involved (where it belongs).

Added:
    forrest/trunk/site-author/content/xdocs/howto-dev.xml
      - copied unchanged from r407178, forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dev.xml
Removed:
    forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dev.xml
Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_80/howto/index.xml
    forrest/trunk/site-author/content/xdocs/site.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/howto/index.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/index.xml?rev=407218&r1=407217&r2=407218&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/howto/index.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/howto/index.xml Wed May 17 04:07:26 2006
@@ -48,9 +48,6 @@
         users and developers.
       </p>
       <ul>
-        <li><link href="site:v0.80//howto/forrest-dev">How to be a Forrest developer</link>
-          - Describes tips and procedures for efficiently developing with Forrest.
-        </li>
         <li><link href="site:v0.80//howto/pdf-tab">How to create a PDF document for each tab</link>
           - Describes the generation of a PDF document for each
           group of documents that is defined by a tab.

Modified: forrest/trunk/site-author/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/site.xml?rev=407218&r1=407217&r2=407218&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/site.xml (original)
+++ forrest/trunk/site-author/content/xdocs/site.xml Wed May 17 04:07:26 2006
@@ -38,6 +38,7 @@
     <contrib label="Contributing" href="contrib.html">
       <patch href="#patch"/>
     </contrib>
+      <forrest-dev label="Be a developer" href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest."/>  
     <SVN label="Browse SVN" href="http://svn.apache.org/viewcvs.cgi/forrest/trunk/"/>
     <mail-lists label="Mail lists" href="mail-lists.html">
       <forrest-user href="#forrest-user"/>
@@ -47,6 +48,7 @@
     <bugs label="Bugs and Issues" href="issues.html"/>
     <forrest-issues label="Open Issues" href="forrest-issues.html"/>
     <gump-forrest label="Gump Integration" href="gump.html"/>
+      
     <guidelines label="Project guidelines" href="guidelines.html">
       <way href="#way"/>
     </guidelines>
@@ -201,6 +203,34 @@
     <v0.80>
       <documentation label="0.80-dev" tab="v0_80" href="docs_0_80/">
         <index label="Overview" href="index.html"/>
+        <!-- Insert all instructional documentation here -->
+        <howto label="How-To" href="howto/">
+            <overview label="Overview" href="index.html"/>
+            
+            
+            <write-howto label="Write a How-to" href="howto-howto.html"/>
+            
+            <asf-mirror label="Download mirror" href="howto-asf-mirror.html"/>
+            <pdf-tab label="Create tab PDF" href="howto-pdf-tab.html"/>
+            <editcss label="Edit CSS (WYSIWYG)" href="howto-editcss.html"/>
+            <corner-css label="CSS corner SVG" href="howto-corner-images.html"/>
+            <maven label="Maven Integration" href="howto-forrest-from-maven.html"/>
+            <buildPlugin label="Build a Plugin" href="howto-buildPlugin.html"/>
+            <custom-html-source label="Custom html source" href="howto-custom-html-source.html"/>
+            <multi label="Multipage HowTo" href="multi/">
+              <intro label="Introduction" href="howto-multi.html"/>
+              <step1 label="Step 1" href="step1.html"/>
+              <step2 label="Step 2" href="step2.html"/>
+              <step3 label="Step 3" href="step3.html"/>
+            </multi>
+            <dispatcher label="Dispatcher">
+              <install label="Install" href="howto-dispatcher-install.html"/>
+              <structurer label="Structurer" href="howto-structurer-dsl.html"/>
+              <quickstart label="Quickstart" href="howto-dispatcher-quickstart.html"/>
+              <contracts label="Contracts" href="howto-structurer-contracts.html"/>
+            </dispatcher>
+          </howto>  
+          
         <faq label="FAQs" href="faq.html">
           <build_msg_a href="#build_msg_a"/>
           <docbook href="#docbook"/>
@@ -244,30 +274,7 @@
         <compliance label="Standards Compliance" href="compliance.html"/>
         <glossary label="Glossary" href="glossary.html"/>
         
-        <howto label="How-To" href="howto/">
-          <overview label="Overview" href="index.html"/>
-          <write-howto label="Write a How-to" href="howto-howto.html"/>
-          <forrest-dev label="Be a developer" href="howto-dev.html"/>
-          <asf-mirror label="Download mirror" href="howto-asf-mirror.html"/>
-          <pdf-tab label="Create tab PDF" href="howto-pdf-tab.html"/>
-          <editcss label="Edit CSS (WYSIWYG)" href="howto-editcss.html"/>
-          <corner-css label="CSS corner SVG" href="howto-corner-images.html"/>
-          <maven label="Maven Integration" href="howto-forrest-from-maven.html"/>
-          <buildPlugin label="Build a Plugin" href="howto-buildPlugin.html"/>
-          <custom-html-source label="Custom html source" href="howto-custom-html-source.html"/>
-          <multi label="Multipage HowTo" href="multi/">
-            <intro label="Introduction" href="howto-multi.html"/>
-            <step1 label="Step 1" href="step1.html"/>
-            <step2 label="Step 2" href="step2.html"/>
-            <step3 label="Step 3" href="step3.html"/>
-          </multi>
-          <dispatcher label="Dispatcher">
-            <install label="Install" href="howto-dispatcher-install.html"/>
-            <structurer label="Structurer" href="howto-structurer-dsl.html"/>
-            <quickstart label="Quickstart" href="howto-dispatcher-quickstart.html"/>
-            <contracts label="Contracts" href="howto-structurer-contracts.html"/>
-          </dispatcher>
-        </howto>
+        
         
         <developers label="Advanced Topics">
           <build label="Building Forrest" href="build.html">



Re: svn commit: r407218 - in /forrest/trunk/site-author/content/xdocs: docs_0_80/howto/howto-dev.xml docs_0_80/howto/index.xml howto-dev.xml site.xml

Posted by David Crossley <cr...@apache.org>.
Ferdinand Soethe wrote:
> Ferdinand Soethe wrote:
> 
> > Just did it but it logged an add and delete again. Is mv a different
> > command than move?
> 
> It's not. Just used move and the result is still add and delete.
> Sorry.

What you did is correct.

-David

Re: svn commit: r407218 - in /forrest/trunk/site-author/content/xdocs: docs_0_80/howto/howto-dev.xml docs_0_80/howto/index.xml howto-dev.xml site.xml

Posted by Ferdinand Soethe <fe...@apache.org>.





Ferdinand Soethe wrote:

> Just did it but it logged an add and delete again. Is mv a different
> command than move?

It's not. Just used move and the result is still add and delete.
Sorry.

--
Ferdinand Soethe


Re: svn commit: r407218 - in /forrest/trunk/site-author/content/xdocs: docs_0_80/howto/howto-dev.xml docs_0_80/howto/index.xml howto-dev.xml site.xml

Posted by Ross Gardler <rg...@apache.org>.
Ferdinand Soethe wrote:
> Ferdinand Soethe wrote:
> 
> 
>>OK, thanks for that. I already used the command line svn to make sure
>>of that but that didn't seem to suffice.
> 
> 
> Just did it but it logged an add and delete again. Is mv a different
> command than move?

No it is not different.

If you do a move and do not make any edits to the file the SVN message 
says something like "Copied without changes from"

Perhaps it just that you are editing the files at the same time. Anyway, 
as long as you are using move/mv then all is well.

Ross

Re: svn commit: r407218 - in /forrest/trunk/site-author/content/xdocs: docs_0_80/howto/howto-dev.xml docs_0_80/howto/index.xml howto-dev.xml site.xml

Posted by Ferdinand Soethe <fe...@apache.org>.
Ferdinand Soethe wrote:

> OK, thanks for that. I already used the command line svn to make sure
> of that but that didn't seem to suffice.

Just did it but it logged an add and delete again. Is mv a different
command than move?

--
Ferdinand Soethe


Re: svn commit: r407218 - in /forrest/trunk/site-author/content/xdocs: docs_0_80/howto/howto-dev.xml docs_0_80/howto/index.xml howto-dev.xml site.xml

Posted by Ferdinand Soethe <fe...@apache.org>.





Ross Gardler wrote:

> When doing a move please use "svn move fromFile toFile". This ensures 
> that the history of the item is not lost. If a delete and add is used 
> then there is no link in SVN between the two files.

OK, thanks for that. I already used the command line svn to make sure
of that but that didn't seem to suffice.


--
Ferdinand Soethe


Re: svn commit: r407218 - in /forrest/trunk/site-author/content/xdocs: docs_0_80/howto/howto-dev.xml docs_0_80/howto/index.xml howto-dev.xml site.xml

Posted by Ross Gardler <rg...@apache.org>.
ferdinand@apache.org wrote:
> Author: ferdinand
> Date: Wed May 17 04:07:26 2006
> New Revision: 407218
> 
> URL: http://svn.apache.org/viewcvs?rev=407218&view=rev
> Log:
> Moved "How to be a developer" from versioned docs to project-getting involved (where it belongs).
> 
> Added:
>     forrest/trunk/site-author/content/xdocs/howto-dev.xml
>       - copied unchanged from r407178, forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dev.xml
> Removed:
>     forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dev.xml


When doing a move please use "svn move fromFile toFile". This ensures 
that the history of the item is not lost. If a delete and add is used 
then there is no link in SVN between the two files.

Ross