LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do I know what packages in a CVS to get (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-know-what-packages-in-a-cvs-to-get-247089/)

AttiqGomer 10-25-2004 10:30 AM

How do I know what packages in a CVS to get
 
As per this Area I am a newbie to linux...


My linux of choice is Xandros which is Debian based....

I need help in how to figure out what packages are needed from a certain site link below to make the program....

This is part of the answer I received from the creator of the program...


...Therefore no downloads are available for your distro, unless you are
comfortable building the packages yourself directly from CVS....


The link is cvs.sourceforge .net/viewcvs.py/quickdc/


Can someone please help me in putting the pieces of this puzzle that I dont understand together....

Either someone telling me what to do or working together to get it working would be great....

Thank You

ugge 10-25-2004 01:02 PM

The CVS is a version system used for developement. In this system you can check out different version of the project at will.
The CVS work with projects in what they call modules. A module could have any name, for example "mozilla".
This module contain all files to build that module. To get you hands on a CVS version you use the CVS command to connect to the repository (in your case cvs.sourceforge .net/viewcvs.py/quickdc/), and check out the module. Now the files are downloaded to your computer, you get your own working copy.

When you are involved in developement you check out the module, do your work and then commit your working copy, this makes the CVS server compare your version against the one on the server and the changes are recorded.

To get a hang about CVS I recommend a quick search with google.
This seems like a page to stat with: http://www.flipcode.com/articles/article_cvsintro.shtml


All times are GMT -5. The time now is 09:59 PM.