[Genabel-commits] r885 - www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Apr 3 12:51:40 CEST 2012


Author: lckarssen
Date: 2012-04-03 12:51:40 +0200 (Tue, 03 Apr 2012)
New Revision: 885

Modified:
   www/tutHowToMakeTags.html
   www/tutHowToWorkWithDevelVersion.html
Log:
Inserted correct svn command in devel tutorial.

Modified: www/tutHowToMakeTags.html
===================================================================
--- www/tutHowToMakeTags.html	2012-04-03 10:45:47 UTC (rev 884)
+++ www/tutHowToMakeTags.html	2012-04-03 10:51:40 UTC (rev 885)
@@ -1,10 +1,13 @@
 <h3>
-How to tag releases of GenABEL suite packaages
+How to tag releases of GenABEL suite packages
 </h3>
 <p></p>
 <i>
 by Lennart Karssen
 </i>
+<h4>
+Creating tags
+</h4>
 <p></p>
 
 I recently added a branches and a tags
@@ -27,9 +30,17 @@
 
 where the number 729 indicates the SVN revision that contains the
 released version. If no changes were committed to SVN since the release
-the -r <number> is unnecessary. The <committer-name> is the name of your
-R-forge account.
+the ''-r &ltnumber&gt'' is unnecessary. The ''&ltcommitter-name&gt''
+is the name of your R-forge account.
 <p></p>
 
+<h4>
+Creating branches
+</h4>
+
+
+<h4>
+Help
+</h4>
 If part of this process is unclear, don't hesitate to send a mail to the
-list.
\ No newline at end of file
+list.

Modified: www/tutHowToWorkWithDevelVersion.html
===================================================================
--- www/tutHowToWorkWithDevelVersion.html	2012-04-03 10:45:47 UTC (rev 884)
+++ www/tutHowToWorkWithDevelVersion.html	2012-04-03 10:51:40 UTC (rev 885)
@@ -161,7 +161,7 @@
 Commit the changes only if all checks pass! To make sure that you only 
 commit the changes you really want check with
 <pre>
-svn update
+svn status
 </pre>
 to see if indeed the only the files you want to commit are marked with a 
 ''M''. To commit changes:



More information about the Genabel-commits mailing list