How to find out whether a a file is currently checked out by myself

2004-09-18 Thread Wei Liu \(YahooMail\)
If I checkout and commit a file back and forth very frequently, sooner or later I may forget whether the file is being checked out by me or not. Is there a way to find this info with a cvs command? Thanks. ___ Info-cvs mailing list [EMAIL PROTECTED]

Re: Modify files on before commit using loginfo?

2004-09-18 Thread Glassmann, Lenny
I'd like to provide an example of a case where something like this would be useful. I want to prevent people from building a program that was compiled with 2 different versions of a C++ header file. We already use the cvs ident command to look for problems like this, but it would be even better

Re: Modify files on before commit using loginfo?

2004-09-18 Thread Paul Sander
Have you considered something like this? Create a special target in your makefile that performs all the auditing of your process that you want. Its prerequisites should be all of the header files you're concerned about. Put it under CVS control and commit it with all of your sources, and apply