Oscar,

> We work in java, and the cvs users have a directory called src and another
> called classes, both inside the module directory. When they have a
> half-finished module, they want to put it under source control. They do so
> by using "import module" from the WinCVS browser. The filtering selects
> ".class", ".bak" files and many others I just want to ignore. I have tried
> the .cvsignore in my home directory but it does not seem to be used when
> doing an import. I have also tried to use it on the server, but it is
> ignored as well.

If you got a .cvsignore file where are located your .class files, and if
your .cvsignore contains "*.class", then the import will ignore them.
The WinCvs import dialog doesn't handle the .cvsignore (this is missing
feature) but cvs will.

There is no way to force anyone to do something with cvs as a general
manner. The WinCvs import dialog let you ignore the .class files if you
wish by double-clicking and setting the ".class" entry to "Ignore".

Regards,
alex.

Reply via email to