Discussion:
CVS client and history
Precisino
2009-02-11 20:20:25 UTC
Permalink
I'm searching a good CVS client.
I need to show history differences like ms source safe.
I would like to decide to watch old file version order by data, download
every single file version and compare file version differences.
I try wincvs but he doesn't satisfy my needs.
Anyone has some clues?
Thanks in advance
Arthur Barrett
2009-02-12 07:08:52 UTC
Permalink
Post by Precisino
I'm searching a good CVS client.
There is only one - it is called CVS.
Post by Precisino
I try wincvs but he doesn't satisfy my needs.
WinCVS is a GUI that runs CVSNT client commands with a CVS or CVSNT
server.
Post by Precisino
I need to show history differences like ms source safe.
If you want to use MS SourceSafe then use MS SourceSafe. The reason why
there are many verison control systems is because there are advantages
and disadvantages to working different ways - so each tool like CVS,
SourceSafe, ClearCase has it's own strengths and weaknesses.

It's always best to define what you want Software Change and
Configuration Management systems to deliver (using measurable criteria)
then decide what tools can deliver it (then measure the success). Do
not pick a tool then define what it can deliver as being what you need
it to deliver.
Post by Precisino
I would like to decide to watch old file version order by
data, download
every single file version and compare file version differences.
I'm not really sure I understand a word of that.

WinCVS is a good tool for CVS 'experts' (or at least people who know how
CVS works), more 'casual' users tend to use other tools.

You could check out CVSNT since I wrote some of it, oh and: the server
supports 'reserved' versioning like SourceSafe as well as 'unreserved'
versioning like CVS and the client package contains a bunch of GUI's
including Suite Studio (Trial) which is a bit like SourceSafe,
TortoiseCVS, WinCVS and others.

Check out the 'revision graph' view and the 'history' view of a sandbox
once you've got TortoiseCVS (it installs automatically with the CVSNT
client).

Regards,


Arthur Barrett

Loading...