• 
      

    Use 'cvs rls' to check repository existance rather than checking CVSROOT/modules.

    Review Request #5392 — Created Feb. 3, 2014 and submitted — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    Use 'cvs rls' to check repository existance rather than checking CVSROOT/modules.

    The CVSROOT/modules file is not available on every CVS server, which makes it
    impossible to add some repositories. This change fixes check_repository to use
    'cvs rls' instead. If this command succeeds, we know that there's an accessible
    cvs server at the given cvsroot.

    Added the cvs cvs to my local server.