zoukankan      html  css  js  c++  java
  • cvs update

    Usage: cvs update [-APCdflRp] [-k kopt] [-r rev] [-D date] [-j rev]
        [-I ign] [-W spec] [files...]
        -A    Reset any sticky tags/date/kopts.
        -P    Prune empty directories.
        -C    Overwrite locally modified files with clean repository copies.
        -d    Build directories, like checkout does.
        -f    Force a head revision match if tag/date not found.
        -l    Local directory only, no recursion.
        -R    Process directories recursively.
        -p    Send updates to standard output (avoids stickiness).
        -k kopt    Use RCS kopt -k option on checkout. (is sticky)
        -r rev    Update using specified revision/tag (is sticky).
        -D date    Set date to update from (is sticky).
        -j rev    Merge in changes made between current revision and rev.
        -I ign    More files to ignore (! to reset).
        -W spec    Wrappers specification line.
    (Specify the --help global option for a list of other help options)

     

     

    NAME cvs - Concurrent Versions System SYNOPSIS cvs [ cvs_options ] cvs_command [ command_options ] [ command_args ] NOTE This manpage is a summary of some of the features of cvs. It is auto-generated from an appendix of the CVS manual. For more in-depth documentation, please consult the Cederqvist manual (via the info CVS command or otherwise, as described in the SEE ALSO section of this manpage). Cross-references in this man page refer to nodes in the same. CVS commands Guide to CVS commands This appendix describes the overall structure of cvs commands, and describes some commands in detail (others are described elsewhere; for a quick reference to cvs commands, see node 'Invoking CVS' in the CVS manual). Structure Overall structure of CVS commands The overall format of all cvs commands is:

  • 相关阅读:
    Map,Multimap,Set,MultiSet,Hash_Map,Hash_Set,Share_ptr的区分
    mjpgstreamer源码分析
    S3C2410x介绍
    V4L2应用程序框架
    V4L2驱动框架
    Linux 视频设备驱动V4L2最常用的控制命令使用说明
    (转)在eclipse中查看android SDK的源代码
    [经验技巧] 利用WindowsPhone7_SDK_Full.rar_for_xp,在xp下安装sdk,部署xap软件的教程
    (收藏)智能手机开发
    Html5相关文章链接
  • 原文地址:https://www.cnblogs.com/edong/p/1792775.html
Copyright © 2011-2022 走看看