이는 다음과 관련이 있습니다.Subversion은 CA 목록에 무엇을 사용합니까?.
SVN이 CA를 사용하고 있는지 알려주고 싶습니다. svn help
그것에 대해 논의하지 않는 것 같습니다(그러나 아래 하위 명령 목록에서 명확하지 않기 때문에 놓쳤을 수도 있습니다).
CA 목록을 인쇄하도록 Subversion에 어떻게 지시합니까?
$ svn help
usage: svn <subcommand> [options] [args]
Subversion command-line client, version 1.7.10.
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.