Hello, * On Thu, Apr 29, 2004 at 06:11:10PM +0200 joman wrote: > Now when I connect and want to download files, all works fine except when > downloading .zip type files. Once downloaded I cant unpack them because I > get told that they are corrupted or something. > > When I do the same connecting from a Linux type System, running eclipse, all > the zip files download fine and all of them work.
You want to have a look at Chapter 9 of TFM: http://www.cvshome.org/docs/manual/cvs-1.11.15/cvs_9.html#SEC80 especially 9.2. tells you how to "rescue" your file. I would do it from a unix machine, this is better than the other proposed solution (IMO): [... somewhere in the repository on the unixoid machine ...] cvs admin -kb <zipfilename.zip> cvs update -A <zipfilename.zip> HTH, Spiro. -- Spiro R. Trikaliotis I'm subscribed to the mailing lists I'm posting, http://www.trikaliotis.net/ so please refrain from Cc:ing me. Thank you. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
