CVS: how to restore a deleted directory

2008-02-07 Thread Stefano Sabatini
Hi all, if I am in a directory managed by CVS and I do: rm FILE then cvs up will download the file. But if I do instead: rm -rf DIR cvs up won't download again the removed directory. Same problem seems to occurr when in a new CVS version new dir are added, cvs up doesn't seem to downlad them.

Re: CVS: how to restore a deleted directory

2008-02-07 Thread Stefano Sabatini
On date Thursday 2008-02-07 10:31:40 +0100, Stefano Sabatini wrote: > Hi all, > > if I am in a directory managed by CVS and I do: > > rm FILE > then cvs up will download the file. > > But if I do instead: > rm -rf DIR > cvs up > > won't download again the removed directory. > > Same problem se