On Thursday 31 May 2001 22:09, JES wrote: > Hi, > I'd like to get a specific version of a file out of cvs, but the only error I > get is : > cvs server: cannot find module `object.cpp' - ignored > cvs [checkout aborted]: cannot expand modules > > Does anyone know how to do this ? You get modules out of CVS, not single files. cvs checkout to checkout a complete module, and then cvs update to update it. cvs checkout -l to only get the toplevel and then check out specific subdirs of it. If you really want a single file, cvs checkout module/subdir/file should work, provided that you know the complete path to it. http://webcvs.kde.org comes to mind for that, too :) -- David FAURE, david@mandrakesoft.com, faure@kde.org http://perso.mandrakesoft.com/~david/, http://www.konqueror.org/ KDE, Making The Future of Computing Available Today >> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<