Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WinCVS as document control tool

Status
Not open for further replies.

kjmast

Instructor
Aug 8, 2003
23
0
0
US
Hello all...
My company was about to purchase Revision Master for document control when our IT person suggested Wincvs. Has anyone used WinCVS for strictly document control? I would need the tool to do automatic locks of documents when checking them out. Any opinion would be appreciated...thanks.
 
Hi kjmast

I am not an expert on Wincvs but from my understanding of CVS, automatically locking files when they are checked out seems to go against the idea of CVS. (Concurrent Versions System). I think there is a way to get around this using [cvs admin -l {filename}] but I don't think that it is full proof.

If you REALLY want to lock a file after it has been checked out then you might want to look into RCS (Revision Control System)

HTH

#
###
#####
#######
Ziggurat
 
CVS (through WinCVS) allows such locking facility. But unlike VSS, WinCVS will not tell explicitely about the checked out files. It will announce about the lock only when the other user tries to check-in (or you can do a search in WinCVS to know about the status of the files).

I personally don't recommend cvs for binary file type maintenance but if you ought to use it you can use it only for version control purposes through its tagging feature. Can't make much use of its other powerful features.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top