Downloading Rivendell Source from CVS
From Rivendell Wiki
The following instructions are based on Appnote0004.pdf written by Fred Gleason. Please consult it for more details.
Contents |
[edit]
Prerequisites
Make sure you have installed cvs.
[edit]
Downloading from CVS
- Open a console
- Change to a directory where you wish to store the cvs source files
- Type this to login to cvs
cvs -d :pserver:cvs@cvs.rivendellaudio.org:/home/cvs/cvsroot login
- When prompted for a password, enter
cvs
You may get an error like "failed to open /home/rduser/.cvspass for reading" which can be ignored.
- Now you are ready to download the cvs source files. Depending on your configuration, you may only need libradio and rivendell source files.
cvs -d :pserver:cvs@cvs.rivendellaudio.org/home/cvs/cvsroot co libradio cvs -d :pserver:cvs@cvs.rivendellaudio.org/home/cvs/cvsroot co librhpi cvs -d :pserver:cvs@cvs.rivendellaudio.org/home/cvs/cvsroot co gpio cvs -d :pserver:cvs@cvs.rivendellaudio.org/home/cvs/cvsroot co rivendell cvs -d :pserver:cvs@cvs.rivendellaudio.org/home/cvs/cvsroot co appnotes
[edit]
End Results
- You should now see 4 folders
- libradio
- librhpi
- gpio
- rivendell
- appnotes
[edit]
Updating (Refreshing) your CVS sources
Once you have downloaded source code via CVS, it's simple to update to the latest code.
cd <source-dir (i.e. libradio)> make maintainer-clean cvs update -Pd
[edit]

