Arthur Barrett wrote: > Can someone tell me exactly what commands ViewVC uses? Rlog etc... Looking at http://viewvc.tigris.org/svn/viewvc/trunk/lib/vclib/bincvs/__init__.py, I spot the following commands: - rlog - co - rcsdiff When configured to use CVSNT, ViewVC calls these through 'cvs rcsfile', i.e. 'cvs rcsfile rlog' etc. -Torsten