• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

installing CVS

 
Ranch Hand
Posts: 3389
Mac MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Ranchers,

I want to install a CVS in my own machine. I have successfully installed the CVS, but i could not proceed further in configuring the CVS like adding users, configuring repository details etc.

Is there anyone who involved in installation and configuration of CVS? Please guide me with any useful URLs so that i can go through.

I am actually looking for the opensource version control tools and not the proprietary as its for self-learning purpose

Thanks in advance.
 
Raghavan Muthu
Ranch Hand
Posts: 3389
Mac MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ranchers,

any inputs on this?

TIA.
 
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The definitive text on CVS is cederqvist. It's pretty easy to read and understand, considering that CVS can be quite frustrating. Plenty of simple examples showing the different ways you can set things up.

Note that CVS isn't really well-suited as a repository for a user machine. When you check a project out, it contains metadata that only permits check-in to the same machine (this is true of subversion, too). So you can't check a project out of a central repository, keep changes in a local repository, then check back into the central repository.
[ June 07, 2007: Message edited by: Tim Holloway ]
 
Raghavan Muthu
Ranch Hand
Posts: 3389
Mac MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Tim,

Many thanks for the link. I shall go through and get back for the clarifications if any.

I could not understand your statement stating that the CVS is not well appropriate for the user machine. Why is it so? since because both the Server and Client of CVS residing in the same machine?
 
Tim Holloway
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Because usually you want the CVS server to be accessible to other users as well, so it's better to put it in a central location where your infrastructure person(s) can keep it maintained. If are the one and only user, it's no problem to put the server on the same machine as the client.
 
Raghavan Muthu
Ranch Hand
Posts: 3389
Mac MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the clarifying and confirming my assumption on the same Tim.
 
If you open the box, you will find Heisenberg strangling Shrodenger's cat. And waving this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic