mailr17903 - /website/faq.html


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 17, 2012 - 16:19:
Author: bugman
Date: Wed Oct 17 16:19:49 2012
New Revision: 17903

URL: http://svn.gna.org/viewcvs/relax?rev=17903&view=rev
Log:
A fix for the branch checkout instructions on the FAQ webpage 
(http://www.nmr-relax.com/faq.html).


Modified:
    website/faq.html

Modified: website/faq.html
URL: 
http://svn.gna.org/viewcvs/relax/website/faq.html?rev=17903&r1=17902&r2=17903&view=diff
==============================================================================
--- website/faq.html (original)
+++ website/faq.html Wed Oct 17 16:19:49 2012
@@ -39,9 +39,9 @@
      <h3>How do I check out a relax source code branch?</h3>
 
       <p>Sometimes code for a new analysis type or a new feature is 
developed within a dedicated branch within the <a 
href="http://svn.gna.org/viewcvs/relax/";>relax repository</a>.  To obtain for 
example the incomplete relaxation dispersion relax branch, type:</p>
-      <p><em>$ svn co svn://svn.gna.org/svn/relax/relax_disp</em></p>
+      <p><em>$ svn co 
svn://svn.gna.org/svn/relax/branches/relax_disp</em></p>
       <p>or:</p>
-      <p><em>$ svn co http://svn.gna.org/svn/relax/relax_disp</em></p>
+      <p><em>$ svn co 
http://svn.gna.org/svn/relax/branches/relax_disp</em></p>
       <p>This will create the directory <em>relax_disp</em> containing the 
source code of the branch.</p>
 
   </div>




Related Messages


Powered by MHonArc, Updated Wed Oct 17 16:40:01 2012