Ulrik Mikaelsson wrote: > > As a sidenote, does anyone know of a cvs equivalent to "svn status" > (To see exactly which files in my working copy differ from the BASE > revision?) "cvs -nq up" should do it. Add -l to not do recursive checking.
cvs -nq up checks against the base revision in the repository so may be quite slow (svn by comparison keeps a local copy, so is very fast when just checking local changes). _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
