bash – svn ci vs svn commit.有区别吗?
发布时间:2020-12-15 18:19:49 所属栏目:安全 来源:网络整理
导读:两个命令之间是否有区别: svn ci -m "checking in." 和 svn commit -m "checking in." 解决方法 命令svn help将commit命令列为ci作为快捷命令.它们是等价的. $svn helpusage: svn subcommand [options] [args]Subversion command-line client,version 1.8.1
两个命令之间是否有区别:
svn ci -m "checking in." 和 svn commit -m "checking in." 解决方法
命令svn help将commit命令列为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) ... (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |