Schwenk, Jeanie writes: > > I'm running CVS 1.11.1p1 (client/server) on HP-UX 11.0. I really need to > find a way to get the last log entry for every file. rlog does not seem to > be working. What's wrong with this: > > cvs rlog AsyncEvent.java > cvs rlog: cannot find module `AsyncEvent.java' - ignored > > But the file is in the directory where I ran this command. I can "cvs log > AsyncEvent.java" and get tons of output. I read in a past posting that rlog > is an alias for log but I'm not seeing that behavior here.
rlog hasn't been an alias of log for a long time. Now, it's a completely separate command that works directly on the repository (like rdiff and rtag) rather than requiring a working directory. Thus, it takes module names rather than local file names like log does. Why were you trying to use rlog rather than log? -Larry Jones These pictures will remind us of more than we want to remember. -- Calvin's Mom _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
