Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
What CVS stands for ?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Spanish newbie
n00b
n00b


Joined: 07 Nov 2002
Posts: 5

PostPosted: Sat May 10, 2003 2:56 am    Post subject: What CVS stands for ? Reply with quote

I'm a little bit ignorant, i found the CVS word searching in the portage in order to install phoenix.
Back to top
View user's profile Send private message
entropy
n00b
n00b


Joined: 27 Jun 2002
Posts: 32
Location: Denver, CO

PostPosted: Sat May 10, 2003 3:17 am    Post subject: Reply with quote

Concurrent Versions System.
See http://www.gnu.org/software/cvs/cvs.html for more information.
Back to top
View user's profile Send private message
magnet
Guru
Guru


Joined: 16 Mar 2003
Posts: 582
Location: france

PostPosted: Sat May 10, 2003 3:19 am    Post subject: Reply with quote

CVS stand for Concurrent Version Control System ( yea I know it should be CVCS , but this definition come from a howto ).
this just mean that the package will be build with the latest version avalaible.
_________________
every step aim at glory.
Back to top
View user's profile Send private message
fragbert
Tux's lil' helper
Tux's lil' helper


Joined: 18 Apr 2003
Posts: 75
Location: Dallas, TX

PostPosted: Sat May 10, 2003 8:24 am    Post subject: Reply with quote

magnet wrote:
CVS stand for Concurrent Version Control System ( yea I know it should be CVCS , but this definition come from a howto ).
this just mean that the package will be build with the latest version avalaible.


Yes, with one minor addition... It is called the "Concurrent" Versioning Control System because multiple developers should be able to have a source file checked-out at the same time (concurrently). In theory, they should then be able to check the files in at their leasure without any problems; this is different from other versioning systems, which allow for only one user to edit a file at a time. In practice, there are often merge problems when two people are editing the same source. When you're working with CVS, you never want to be the last one to check your file in. :x



Michael
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum