역시 결론은.. 꺼부기가 최고야 -_-!
$ svn list file:///home/pi/repo@2 --verbose |
$ svn help list list (ls): List directory entries in the repository. usage: list [TARGET[@REV]...] List each TARGET file and the contents of each TARGET directory as they exist in the repository. If TARGET is a working copy path, the corresponding repository URL will be used. If specified, REV determines in which revision the target is first looked up. The default TARGET is '.', meaning the repository URL of the current working directory. With --verbose, the following fields will be shown for each item: Revision number of the last commit Author of the last commit If locked, the letter 'O'. (Use 'svn info URL' to see details) Size (in bytes) Date and time of the last commit Valid options: -r [--revision] ARG : ARG (some commands also take ARG1:ARG2 range) A revision argument can be one of: NUMBER revision number '{' DATE '}' revision at start of the date 'HEAD' latest in repository 'BASE' base rev of item's working copy 'COMMITTED' last commit at or before BASE 'PREV' revision just before COMMITTED -v [--verbose] : print extra information -R [--recursive] : descend recursively, same as --depth=infinity --depth ARG : limit operation by depth ARG ('empty', 'files', 'immediates', or 'infinity') --incremental : give output suitable for concatenation --xml : output in XML --include-externals : include externals definitions Global options: --username ARG : specify a username ARG --password ARG : specify a password ARG --no-auth-cache : do not cache authentication tokens --non-interactive : do no interactive prompting (default is to prompt only if standard input is a terminal device) --force-interactive : do interactive prompting even if standard input is not a terminal device --trust-server-cert : accept SSL server certificates from unknown certificate authorities without prompting (but only with '--non-interactive') --config-dir ARG : read user configuration files from directory ARG --config-option ARG : set user configuration option in the format: FILE:SECTION:OPTION=[VALUE] For example: servers:global:http-library=serf |
[링크 : http://svnbook.red-bean.com/en/1.7/svn.tour.history.html]
'프로그램 사용 > Version Control' 카테고리의 다른 글
git 공부.. (2) | 2017.04.25 |
---|---|
git-svn 관련글 (0) | 2017.04.25 |
svn hook encv (0) | 2016.12.30 |
svn commit email - python / synology (0) | 2016.12.30 |
svn diff 결과물 컬러로 보기 (0) | 2016.12.30 |