Derniers journaux de jpopcenter :

Journal : CVS & modules

Posté par s[e]th & h[o]lth () le 01 février 2005
0
Hello petit journal,

Cela va faire plus de 6 mois que je suis à la recherche d'une commande (pourtant bidon ?) particulière de cvs, à savoir :
Comment récupérer la liste des modules d'un projet cvs ?

Par exemple, prenons le cas de gaim (choix arbitraire car n°1 de la liste d'activité sur sourceforge)
On se loggue au cvs de cette façon :
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gaim login
Maintenant, comment je peux résupérer la liste des modules de ce projet ? C'est-à-dire "CVSROOT" (bon, ok, c pas un module), "gaim" et "web" ? (cf. http://cvs.sourceforge.net/viewcvs.py/gaim/(...))

J'espère que tu serais me répondre...

Obi-wan Kenobi... vous êtes mon seul espoir - une certaine princesse

> Lire le journal (3 commentaires, moyenne: 2,3).  

Cette discussion est archivée, il n'est plus possible de laisser des commentaires.

Note : les commentaires appartiennent à ceux qui les ont postés. Nous n'en sommes pas responsables.

...

Posté par Matthieu C () le 01/02/2005 à 19:45. (lien). Évalué à 3.

cvs ls doit le faire, mais ca marche pas partout...

  • [^]Re: ...

    Posté par chl (page perso, ) le 02/02/2005 à 12:15. (lien). Évalué à 2.

    cvs ls renvoie un unknonw command: 'ls'

    % cvs --version

    Concurrent Versions System (CVS) 1.11.17 (client/server)

    Copyright (c) 1989-2004 Brian Berliner, david d `zoo' zuhn,
    Jeff Polk, and other authors

    CVS may be copied only under the terms of the GNU General Public License,
    a copy of which can be found with the CVS distribution kit.

    Specify the --help option for further information about CVS
    % cvs ls
    Unknown command: `ls'

    CVS commands are:
    add Add a new file/directory to the repository
    admin Administration front end for rcs
    annotate Show last revision where each line was modified
    checkout Checkout sources for editing
    commit Check files into the repository
    diff Show differences between revisions
    edit Get ready to edit a watched file
    editors See who is editing a watched file
    export Export sources from CVS, similar to checkout
    history Show repository access history
    import Import sources into CVS, using vendor branches
    init Create a CVS repository if it doesn't exist
    log Print out history information for files
    login Prompt for password for authenticating server
    logout Removes entry in .cvspass for remote repository
    pserver Password server mode
    rannotate Show last revision where each line of module was modified
    rdiff Create 'patch' format diffs between releases
    release Indicate that a Module is no longer in use
    remove Remove an entry from the repository
    rlog Print out history information for a module
    rtag Add a symbolic tag to a module
    server Server mode
    status Display status information on checked out files
    tag Add a symbolic tag to checked out version of files
    unedit Undo an edit command
    update Bring work tree in sync with repository
    version Show current CVS version(s)
    watch Set watches
    watchers See who is watching a file
    (Specify the --help option for a list of other help options)
    %

Option de Check out

Posté par Gilles Mocellin () le 01/02/2005 à 23:30. (lien). Évalué à 2.

Un option du check out le fait :
cvs co -c

Revenir en haut de page