I want to learn and practice CVS on my PC (WIn XP). I know I can download a CVS client, but how about the repository ? I can just set my hard disk as the repository so that I can practice things like branch, merge, etc ?
Do I have to use Linux/Unix or use disk on another PC to be repository ?
For the repository you need (naturally) a CVS server. There are several available; I am running CVS/NT on a Windows machine, for example.
And you can run this server anywhere (at least anywhere it's designed to be run). Doesn't matter if you run it on your machine or on some other machine. If you're just playing then running CVS/NT on your own machine might be the simplest thing you could do.
Any reason you choose CVS? Have you considered subversion?
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
Originally posted by Paul Clapham: For the repository you need (naturally) a CVS server. There are several available; I am running CVS/NT on a Windows machine, for example.
And you can run this server anywhere (at least anywhere it's designed to be run). Doesn't matter if you run it on your machine or on some other machine. If you're just playing then running CVS/NT on your own machine might be the simplest thing you could do.
How to get a CVS server ? I am using windows XP. Do I need to download anything ?
I guess that, as a beginner, I am bit confused here. I just joined a company and they use WinCVS as the client to check-out/in files with the repository. Their repository is on the solaris box. I installed the WinCVS client on PC and I set "CVSROOT" to point to our unix repository.
I like this tool pretty much, so I want to practice it more at home. But I don't have any UNIX/LINUX server to serve as the repository. that's why I was wondering how I can get a "server" installed on my home PC and let my home PC functions as both the server and client (just let repository and client save files at two different places) ? Is that a stupid idea or what ?
So you see what I am confused. How can I get that done ? Is CVSNT a server I shall install ?