Skip to content

Commit

Permalink
subversion replaced by git
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed May 30, 2013
1 parent 72416a8 commit 0484f3b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -30,7 +30,7 @@ <h3>Create the new page/resource</h3>
<br />
For this tutorial, we will create a new tutorial called 'Adding Some Content' which will be placed at<br /> <a href="http://127.0.0.1:8080/yanel/yanel-website/en/documentation/tutorials/add-some-content/index.html">http://127.0.0.1:8080/yanel/yanel-website/en/documentation/tutorials/add-some-content/index.html</a></li>
<li>Select in the Yanel 'menu': file - new - Standard Page (XHTML)</li>
<li>You are redirected to the <em>first step</em> of creating a new page.<br /><br />In the 'title:' property text box enter the title that you would like to have for the page <em>Adding some content</em>. <br /><br />In 'Save as:' use the directory tree to navigate to where the new content is to be placed. For this tutorial this means, <em>/en/documentation/</em><br /><br /> Be very careful as there are currently no warnings about overwriting. If you do overwrite something, you may want to make<br /> use of <a href="http://www.google.com/search?q=subversion+revert">subversion's revert command</a> to restore what was overwritten.<br /><br /> In the 'New name:' text box enter <em>tutorials/add-some-content/index.html</em><br /><br /> Review your work and the click on the 'Save new resource' button. This will create the resource and move you to a confirmation and summary page.</li>
<li>You are redirected to the <em>first step</em> of creating a new page.<br /><br />In the 'title:' property text box enter the title that you would like to have for the page <em>Adding some content</em>. <br /><br />In 'Save as:' use the directory tree to navigate to where the new content is to be placed. For this tutorial this means, <em>/en/documentation/</em><br /><br /> Be very careful as there are currently no warnings about overwriting. If you do overwrite something, you may want to make<br /> use of <a href="http://git-scm.com/book/en/Git-Basics-Undoing-Things">git's revert commands</a> to restore what was overwritten.<br /><br /> In the 'New name:' text box enter <em>tutorials/add-some-content/index.html</em><br /><br /> Review your work and the click on the 'Save new resource' button. This will create the resource and move you to a confirmation and summary page.</li>
<li>Now that you've created the new page/resource, you may view it by clicking on the link on the confirmation/summary page.</li>
</ol>

Expand Down Expand Up @@ -58,7 +58,7 @@ <h4>2. Altering the source file</h4>
<p>Congratulations! You've created and edited some new content in Yanel.</p>
<p>&#160;</p>
<h3>Contribute to the Yanel documentation</h3>
<p>If you are really working on documentation<strong> </strong>for Yanel and you have commit privileges for the project you will need to use subversion to add the content you just created. One way of doing this is to open a shell and use the following sequence of commands:</p>
<p>If you are really working on documentation<strong> </strong>for Yanel and you have commit privileges for the project you will need to use git to add the content you just created. One way of doing this is to open a shell and use the following sequence of commands:</p>
<pre>cd /usr/local/wyona/yanel-trunk/src/realms/yanel-website <br />egrep -rio 'Adding some content' *<br /></pre>
As you don't really want to commit the results of this tutorial to the Yanel repository at Wyona, you should remove your local modifications
<pre>asdfafdasfasfasf</pre>
Expand Down

0 comments on commit 0484f3b

Please sign in to comment.