zoukankan      html  css  js  c++  java
  • CVS添加用户的过程和命令列表

    CVS添加用户的过程
    D:/cvs/CVSROOT>set cvsroot=:pserver:administrator@127.0.0.1:/cvs

    D:/cvs/CVSROOT>cvs login
    Logging in to :pserver:administrator@127.0.0.1:2401:/cvs
    CVS Password:


    D:/cvs/CVSROOT>cvs passwd -a lrj
    Adding user lrj@127.0.0.1
    New Password:
    Verify Password:


    cvs可供使用的命令
    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
            chacl        Change the Access Control List for a directory
            checkout     Checkout sources for editing
            chown        Change the owner of a directory
            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
            info         Display information about supported protocols
            log          Print out history information for files
            login        Prompt for password for authenticating server
            logout       Removes entry in .cvspass for remote repository
            ls           List files in the repository
            lsacl        List the directories Access Control List
            passwd       Set the user's password (Admin: Administer users)
            authserver   Authentication 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
            rename       Rename a file or directory
            rchacl       Change the Access Control List for a directory
            rchown       Change the owner of a directory
            rlsacl       List the directories Access Control List
            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
            xdiff        Show differences between revisions using an external diff p
    rogram
    (Specify the --help option for a list of other help options)

     
  • 相关阅读:
    2019-2020-1 20175301 20175305 20175318 实验三 实时系统
    2019-2020-2-20175301 20175305 20175318-实验二固件程序设计
    2019-2020-1 20175301 20175305 20175318 实验一 开发环境的熟悉
    2019-2020-1 20175305 《信息安全系统设计基础》第4周学习总结
    20175305 《信息安全系统设计基础》第1-2周学习总结
    2018-2019-2 20175305 实验五《网络编程与安全》实验报告
    2018-2019-2 20175305实验四《Android程序设计》实验报告
    20175305张天钰《java程序设计》第十一周学习总结
    使用 JDK11 遇到的问题
    Oracle 从 dual 表中查询返回多行记录
  • 原文地址:https://www.cnblogs.com/superch0054/p/4010141.html
Copyright © 2011-2022 走看看