Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
OK. So after much more reading I've almost got CVSROOT shadow to work. My line in shadow now reads: ^tools_tree Stable /projects/src/cvshome/cvscommon/tools_tree (I had missed the hat ^ out) I'm running on RHELV4.0 and using cvsnt-2.5.03.2132 both server and client in pserver mode. Now the shadow file works when I commit something, but when I actually move the Stable tag on the file, the shadow line doesn't execute. The code in checkout_trigger.cpp looks like it supports it. if(g_command!="tag" && g_command!="rtag" && g_command!="commit") return 0; Any suggestions? There is also a bug in the Plugins.example. It reads: #CommitTrigger=0 # Enable CVSROOT/shadow When I believe it should be: #CheckoutTrigger=0 # Enable CVSROOT/shadow As is suggested in checkout_trigger.cpp by: if(!CGlobalSettings::GetGlobalValue("cvsnt","Plugins","CheckoutTrigger",valu e,sizeof(value))) Regards, Steve