Hi
[...] > /base/submodule/code.c That wouldn't be $SANDBOX/base/submodule/code.c, would it? (or $CVSROOT, for that matter) > > This file's HEAD is currently at revision 1.18. I want to apply the tag > SHIPPED_2.0 to revision 1.15. I am attempting the command: > > cvs -n -t rtag -f -r 1.15 SHIPPED_2.0 /base/submodule/code.c > > But I get back: > > cvs rtag: notice: main loop with > CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/local/repository > cvs server: WARNING: global `-l' option ignored. > S-> my_module (/base/submodule/code.c, Tagging, , SHIPPED_2.0) > cvs [rtag aborted]: Absolute module reference invalid: > `/base/submodule/code.c' > S-> Lock_Cleanup() Module references are always with respect to the repository directory. You supplied an absolute path. Try skipping the leading '/' HTH, Arno _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs
