The modules file in CVSROOT can specify that a program should be run whenever rtag is used on a module. The '-n' prevents any such program from getting run.
> From: Sangeetha Parthasarathy [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 18, 2001 10:53 AM > could any of you please explain to me the significance of > '-n' option > in rtag > > For example what os the difference between > > cvs rtag VersionNumberOne SManager and > cvs rtag -n VersionNumberOne SManager If your modules file does not have a line like: SManager -t program_name <other stuff> there is no difference. If it does, then in the first case, program_name would be executed. Jerry _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
