From kde-devel Thu May 31 22:49:38 2001 From: David Faure Date: Thu, 31 May 2001 22:49:38 +0000 To: kde-devel Subject: Re: cvs get file ? X-MARC-Message: https://marc.info/?l=kde-devel&m=99135311811911 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 <<