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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to run a program before "Import" and "Add" CVS commands

Status
Not open for further replies.

davinod

Programmer
Dec 22, 2008
2
BR
Hello all,

I need run best practice programs before any "Import/Add" in CVSNT server. These programs would have to validate some rules and whether the file which the user is trying to import/add is not ok, the operation have to be canceled.

I´ve been researching and I only found how to get pre/post "Commit". But it does not work, because The files could not even be created on the server whether they are not ok according to our best practice.

Here are the versions of the CVS :
(CVSNT) 2.5.03 (Scorpio) Build 2260
(CVSNT) 2.5.03 (Scorpio) Build 2382


Thanks for the help.
 
K, I´ve spent more time researching about this issue and I think that I got it.

All that i´ve done was take a looked at the CVSROOT files:

taginfo
rcsinfo

Now all that I need to do is implement and make some tests.

Cya.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top