• [^] # Re: svn

    Posté par . En réponse au journal Filesystem "versionalisé" ? (!$@ de subversion). Évalué à 3.

    $ svn help rm
    delete (del, remove, rm): Remove files and directories from version control.
    usage: 1. delete PATH...
    2. delete URL...

    1. Each item specified by a PATH is scheduled for deletion upon
    the next commit. Files, and directories that have not been
    committed, are immediately removed from the working copy.
    PATHs that are, or contain, unversioned or modified items will
    not be removed unless the --force option is given.