• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Tim Cooke
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
Saloon Keepers:
  • Piet Souris
Bartenders:

CVS & Java Development ????

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How important is CVS in regards to Java Development? Is this something that most programmers need? Am I going to have to learn this in order to participate in open source?
Paul
 
Ranch Hand
Posts: 1067
2
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
(The more general question is:) How important is source control in regards to software development?
As soon as you get more than a couple of people using the same code base you will need some sort of source control.
CVS isn't that difficult to pick up, in most cases only the most basic features are used of any source control package. Checkout, checkin, merge.
I am not sure what the most popular source control package is for open source people.
 
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've used both CVS and SourceSafe for source control. You will find that SourceSafe is a little more user friendly but CVS is definitely more powerful.

------------------
JScape - Java Network Components www.jscape.com
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic