[Genabel-commits] r883 - www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Apr 3 12:36:06 CEST 2012
Author: lckarssen
Date: 2012-04-03 12:36:06 +0200 (Tue, 03 Apr 2012)
New Revision: 883
Modified:
www/tutHowToWorkWithDevelVersion.html
Log:
Added a few sentences to the tutorial on how to work with SVN and GenABEL-devel.
Modified: www/tutHowToWorkWithDevelVersion.html
===================================================================
--- www/tutHowToWorkWithDevelVersion.html 2012-04-03 10:22:19 UTC (rev 882)
+++ www/tutHowToWorkWithDevelVersion.html 2012-04-03 10:36:06 UTC (rev 883)
@@ -118,8 +118,11 @@
<pre>
cd ProbABEL
+autoreconf -i
+./configure
make
</pre>
+(See also the ProbABEL/doc/INSTALL file.)
<p></p>
<h4>Updating, making modifications, compiling, checking and committing the changes</h4>
@@ -155,7 +158,13 @@
<a href="http://cran.r-project.org/manuals.html">R Manuals page</a>.
<p></p>
-Commit the changes only if all checks pass! To commit changes:
+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
+</pre>
+to see if indeed the only the files you want to commit are marked with a
+''M''. To commit changes:
<p></p>
<pre>
@@ -164,9 +173,12 @@
<p></p>
We ask you to please always summarize introduced changes after the ''-m'' flag.
+If you don't specify the ''-m'' flag your default editor will open (in most
+cases this is vi). If you accidentally forget the ''-m'' flag and are not used
+to vi type '':q!'' to exit.
<p></p>
-If you need to add some files, first use syntax
+If you need to add some (new) files, first use syntax
<pre>
svn add [PATH-to-local-genabel-file-you-have-added]
</pre>
More information about the Genabel-commits
mailing list