Hi J�rgen,

J�rgen Filseker schrieb:
> 
> I added a new file to my project, but whenever I try to add and commit the
> file to my project, WINCVS copies it to a location using the correct path,
> but it always adds a subdirectory called "Attic" where it puts the file.
> Btw, I use no such directory (not even the name) in my project...
> 
> Is this a known feature or did I do/configure something wrong??

Both.
The Attic subdir in the repository contains removed files. (In order to
retain file history files are not entirely removed ba CVS but moved to
the Attic subdir.)
It sounds as if you pushed the "Remove" button in WinCVS (send a cvs
remove command to the server).

> How to I add new files?

Just use the sequence "cvs add myfile" and "cvs commit myfile" as
described in the manual (If you haven't gotten it please look at
www.cyclic.com). But please be careful to add binary files a binaries,
not as text files, as that may corrupt them.

Martin

Reply via email to