comparison admin/template.ndev @ 2688:a52a009b4908 octave-forge

Break long cvs command into two lines
author hauberg
date Sun, 15 Oct 2006 08:55:05 +0000
parents 9da47715addc
children 6f8353d6a45b
comparison
equal deleted inserted replaced
2687:311cb011bbde 2688:a52a009b4908
342 package contains subdirectories. In this case, you should not put 342 package contains subdirectories. In this case, you should not put
343 your directory into the octave-forge tree. Instead, change to the 343 your directory into the octave-forge tree. Instead, change to the
344 root of your package tree and enter the following:</p> 344 root of your package tree and enter the following:</p>
345 <pre> 345 <pre>
346 $ cd <span style="color: #800000;"><i>package</i></span> 346 $ cd <span style="color: #800000;"><i>package</i></span>
347 $ cvs -d:ext:<span style="color: #800000;"><i>sflogin</i></span>@octave.cvs.sourceforge.net:/cvsroot/octave import -m "<span style="color: #800000;"><i>package name</i></span>" octave-forge/<span style="color: #800000;"><i>main/package</i></span> <span style="color: #800000;"><i>sflogin</i></span> start 347 $ cvs -d:ext:<span style="color: #800000;"><i>sflogin</i></span>@octave.cvs.sourceforge.net:/cvsroot/octave import \
348 -m "<span style="color: #800000;"><i>package name</i></span>" octave-forge/<span style="color: #800000;"><i>main/package</i></span> <span style="color: #800000;"><i>sflogin</i></span> start
348 </pre> 349 </pre>
349 350
350 <p>You can then fetch the new package from octave-forge as follows:</p> 351 <p>You can then fetch the new package from octave-forge as follows:</p>
351 <pre> 352 <pre>
352 $ cd octave-forge 353 $ cd octave-forge