User Tools

Site Tools


sourceforge:rsync

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
sourceforge:rsync [2018/02/17 06:51]
karl created
sourceforge:rsync [2018/04/21 18:44]
karl Fix internal links for arch and maps
Line 10: Line 10:
  
 <​code>​ <​code>​
-rsync -a -v a.cvs.sourceforge.net::​cvsroot/​crossfire/​$MODULENAME +mkdir -p ./NewDir/ 
-</​code>​ The above shell code would download the files.+rsync -a -v a.cvs.sourceforge.net::​cvsroot/​crossfire/​$MODULENAME ​./NewDir/ 
 +</​code>​ The above shell code would download the files into ./NewDir/ directory.
  
-**MODULENAME** would be the usual [[:arch]], [[:maps]], [[:​client]],​ [[:​server]],​ et cetera.+**MODULENAME** would be the usual [[:arch:]], [[:maps:]], [[:​client]],​ [[:​server]],​ et cetera.
  
 A short test for the /sounds/ directory worked for me. A short test for the /sounds/ directory worked for me.
 It downloaded mainly `,v' archive files, which need to be checked out using [[https://​www.gnu.org/​software/​rcs|rcs]] . It downloaded mainly `,v' archive files, which need to be checked out using [[https://​www.gnu.org/​software/​rcs|rcs]] .
sourceforge/rsync.txt · Last modified: 2018/04/23 19:30 by karl