AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 55554
In Process
Andrei Chikatilo
Andrei Chikatilo
Asked: 2009-08-19 06:01:50 +0800 CST2009-08-19 06:01:50 +0800 CST 2009-08-19 06:01:50 +0800 CST

cvs标志问题

  • 772

当我与 cvs update 结合使用时,-PAd 是什么意思?

cvs
  • 2 2 个回答
  • 113 Views

2 个回答

  • Voted
  1. Bart B
    2009-08-19T06:27:03+08:002009-08-19T06:27:03+08:00

    要了解任何命令的作用,请使用 Unix/Linux/OS X 手册页:

    人简历

    无论如何,直接从标题“更新选项”下的那些页面:

    -P
    
             Prune empty directories.  See see node `Removing directories' in the CVS
             manual.
    
    -A
    
             Reset any sticky tags, dates, or -k options.  See see node `Sticky tags'
             in the CVS manual, for more information on sticky tags/dates.
    
    -d
    
             Create  any  directories that exist in the repository if they're missing
             from the working directory.  Normally, update acts only  on  directories
             and files that were already enrolled in your working directory.
    
             This is useful for updating directories that were created in the reposi-
             tory since the initial checkout; but it has an unfortunate side  effect.
             If  you  deliberately avoided certain directories in the repository when
             you created your working directory (either through use of a module  name
             or  by  listing  explicitly  the files and directories you wanted on the
             command line), then updating with  -d  will  create  those  directories,
             which may not be what you want
    
    • 3
  2. pyhimys
    2009-08-19T06:19:51+08:002009-08-19T06:19:51+08:00

    基本上它将签出的分支恢复到最新版本。

    -P 修剪空目录 -A 重置粘性标签 -d 创建存储库中存在但本地缺少的目录。

    参见:http: //ximbiot.com/cvs/wiki/CVS--Concurrent%20Versions%20System%20v1.12.12.1%3A%20Guide%20to%20CVS%20commands#SEC172

    • 1

相关问题

  • 在集群文件系统上使用 CVS 的经验

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    从 IP 地址解析主机名

    • 8 个回答
  • Marko Smith

    如何按大小对 du -h 输出进行排序

    • 30 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    Windows 中执行反向 DNS 查找的命令行实用程序是什么?

    • 14 个回答
  • Marko Smith

    如何检查 Windows 机器上的端口是否被阻塞?

    • 4 个回答
  • Marko Smith

    我应该打开哪个端口以允许远程桌面?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    MikeN 在 Nginx 中,如何在维护子域的同时将所有 http 请求重写为 https? 2009-09-22 06:04:43 +0800 CST
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    0x89 bash中的双方括号和单方括号有什么区别? 2009-08-10 13:11:51 +0800 CST
  • Martin Hope
    kch 如何更改我的私钥密码? 2009-08-06 21:37:57 +0800 CST
  • Martin Hope
    Kyle Brandt IPv4 子网如何工作? 2009-08-05 06:05:31 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve