bash - svn ci 与 svn 提交。有区别吗?

标签 bash svn

这两个命令有区别吗:

svn ci -m "checking in."

svn commit -m "checking in."

最佳答案

命令 svn helpcommit 列为命令,将 ci 列为快捷命令。它们是等价的。

$ svn help
usage: svn <subcommand> [options] [args]
Subversion command-line client, version 1.8.11.
Type 'svn help <subcommand>' for help on a specific subcommand.
Type 'svn --version' to see the program version and RA modules
  or 'svn --version --quiet' to see just the version number.

Most subcommands take file and/or directory arguments, recursing
on the directories.  If no arguments are supplied to such a
command, it recurses on the current directory (inclusive) by default.

Available subcommands:
   add
   blame (praise, annotate, ann)
   cat
   changelist (cl)
   checkout (co)
   cleanup
   commit (ci)
   copy (cp)
   ...

关于bash - svn ci 与 svn 提交。有区别吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28801408/

相关文章:

svn - SVN 存储库如何损坏?

svn - 重新组织 svn 存储库

svn - 颠覆: How to preview a commit?

svn 更新覆盖现有的非版本文件

windows - 如何在Windows xp 上使用svn 命令行?

linux - 命令输出重定向到文件和终端

bash - 如何使用 BASH 从文件名中删除特定字符

git - git 中的 ANSI 颜色显示不正确

linux - Bash switch 语句和执行多个程序

linux - Ubuntu 命令行强制从辅助(或特定)监视器运行应用程序