Menu

#3 cvs add

open-fixed
nobody
None
5
2003-12-01
2001-04-30
No

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'

Discussion

  • Kevin J. Grittner

    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.

     
  • Gábor Lipták

    Gábor Lipták - 2002-03-03

    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

     
  • Gábor Lipták

    Gábor Lipták - 2002-03-03
    • assigned_to: nobody --> gliptak
    • status: open --> pending-fixed
     
  • Gábor Lipták

    Gábor Lipták - 2002-03-03
    • status: pending-fixed --> open-fixed
     
  • Gábor Lipták

    Gábor Lipták - 2003-12-01
    • assigned_to: gliptak --> nobody
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.