centos7 安装SVN

xiaoxiao2021-02-28  103

[root@bogon ~]# yum install svn

安装包:

apr-util-1.5.2-6.el7.x86_64.rpm apr-1.4.8-3.el7.x86_64.rpm subversion-libs-1.7.14-10.el7.x86_64.rpm subversion-1.7.14-10.el7.x86_64.rpm 

检查是否安装成功

 

[root@bogon ~]# svn help usage: svn <subcommand> [options] [args] Subversion command-line client, version 1.7.14. 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) delete (del, remove, rm) diff (di) export help (?, h) import info list (ls) lock log merge mergeinfo mkdir move (mv, rename, ren) patch propdel (pdel, pd) propedit (pedit, pe) propget (pget, pg) proplist (plist, pl) propset (pset, ps) relocate resolve resolved revert status (stat, st) switch (sw) unlock update (up) upgrade Subversion is a tool for version control. For additional information, see http://subversion.apache.org/

 

 

 

 

 

转载请注明原文地址: https://www.6miu.com/read-61281.html

最新回复(0)