PLDWWW: DevelopingPLD

PatrykZawadzki PatrykZawadzki at pld-linux.org
Sun Dec 4 17:52:09 CET 2005


Author: PatrykZawadzki   Date: Sun Dec  4 16:52:09 2005 GMT
Module: PLDWWW   URL: http://pld-linux.org/DevelopingPLD
---- Log message:
as suggested by Glen

---- Page affected: DevelopingPLD

---- Diffs:

================================================================
  
  To make sure your current working directory is your home directory.
  
- {{{$ CVSROOT=:pserver:cvs at cvs.pld-linux.org:/cvsroot \
- cvs co rpm}}}
+ {{{
+ $ mkdir -p rpm/{RPMS,BUILD,SRPMS}
+ }}}
  
- To fetch all the files from the [:Repositories: repository]. If you already have an account there, replace {{{cvs at cvs.pld-linux.org}}} with your account name. You can abort the above command as soon as it starts to download files from the ''SOURCES'' module. Most probably you will never need to have all of them on your machine.
+ To create necessary directories.
+ 
+ {{{
+ $ CVSROOT=:pserver:cvs at cvs.pld-linux.org:/cvsroot \
+ cvs co SOURCES/.cvsignore SPECS
+ }}}
+ 
+ To fetch all the files from the [:Repositories: repository]. If you already have an account there, replace {{{cvs at cvs.pld-linux.org}}} with your account name.
  
  Now you are ready to start your work.
  


More information about the pld-cvs-commit mailing list