When doing an 'cvs add' on all classes within a
project (for initial checkin), you get a cvs error,
with only a subset of the classes are added to cvs. In
my case, only 13 of 20 classes where sucessfully added.
The work around is to select the classes and do a cvs
commit. The classes that were added will have the
version number change. Then you can select the
remaning classes and do a 'cvs add'
Logged In: YES
user_id=131845
Last I checked, the CVS server was not capable of handling
adds from multiple directories (packages) in a single
request. The command-line CVS client doesn't allow you to
add from multiple directories in a single invocation;
however, the vaj2cvs tool could potentially work around
this limitation by using a separate connection and command
stream for each package.
Logged In: YES
user_id=79346
I make mods to CvsAdd.java to support this. Can you please
also verify the updated code from CVS?
Thanks