I'm looking for a CVS server for UNIX, specifically for Solaris 8 x86, and also for Windows NT other than CVSNT. Thanks!
"Knowledge is power, but enthusiasm is the key." -- Lavern Barn
Tarun Ramakrishna Elankath
Greenhorn
Joined: Mar 27, 2002
Posts: 27
posted
0
Have a look at SVN. Its open-source (and free) and is very-very easy to use and setup on multiple platforms. Available at http://subversion.tigris.org And a FANTASTIC windows client(integrated with windows explorer) is available at http://tortoisesvn.tigris.org (I hope I got the url right)
Cheers.
Adrian Yan
Ranch Hand
Joined: Oct 02, 2000
Posts: 688
posted
0
I'm not quite comfortable with SVN yet, looks very impressive but havn't be proved by any real world project yet. I suggest using CVS or perforce (commercial). I use CVS at home alot, I lik e it very much, but I have to admit, it does lack of many useful features.
Val Pecaoco
Ranch Hand
Joined: Dec 05, 2001
Posts: 156
posted
0
Subversion is a very interesting improvement for the current CVS. And its got a nice tools portfolio already. When it gets into the mainstream I'd sure be switching to it.
Ernest Friedman-Hill
author and iconoclast
Marshal
To actualy answer your question: CVS for all platforms is available from the CVS web site at http://www.cvshome.org/ . For Windows, specifically, the best thing to do is to install Cygwin which includes CVS and lots of other goodies.
Originally posted by Adrian Yan: I'm not quite comfortable with SVN yet, looks very impressive but havn't be proved by any real world project yet.
Huh? Where do you get this from?
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
Adrian Yan
Ranch Hand
Joined: Oct 02, 2000
Posts: 688
posted
0
I have been asking around on irq. So far, the only site that uses it is tigris site itself. Unless you can give me another one.
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
posted
0
Originally posted by Adrian Yan: I have been asking around on irq. So far, the only site that uses it is tigris site itself. Unless you can give me another one.
o, wow, I did missed it completely. I need to look into it more. CVS is working very well for me right now, so I prolly won't switch until later. As a matter of fact, I'm working on a java enhanced (wrapper) for csv to help me with some common but lacking features of CVS.
Scott Ding
Greenhorn
Joined: Nov 27, 2002
Posts: 13
posted
0
Originally posted by Ernest Friedman-Hill: To actualy answer your question: CVS for all platforms is available from the CVS web site at http://www.cvshome.org/ . For Windows, specifically, the best thing to do is to install Cygwin which includes CVS and lots of other goodies.
hi, can you tell me how to configure the cvs server in Cygwin. very thanks.
Adrian Yan
Ranch Hand
Joined: Oct 02, 2000
Posts: 688
posted
0
Since I don't do development on NT so I can't really help you. But I remember along time ago, I checked if there is a NT version, it seems that the NT version only support local depository. Meaning no remote log on etc. I believe there is a patch for it, but not from CVShome.org.
Ernest Friedman-Hill
author and iconoclast
Marshal