C:\Repositories>“C:\Program Files\VisualSVN Server\bin\svn.exe” help
usage: svn [options] [args]
Subversion command-line client.
Type ‘svn help ‘ for help on a specific subcommand.
Type ‘svn –version’ to see the program version and RA modules,
‘svn –version –verbose’ to see dependency versions as well,
‘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.
Subversion is a tool for version control.
For additional information, see http://subversion.apache.org/
C:\Repositories>”C:\Program Files\VisualSVN Server\bin\svn.exe” version
SVN のバージョンを確認するコマンド
C:\Repositories>“C:\Program Files\VisualSVN Server\bin\svn.exe” –version svn, version 1.10.6 (r1863367)
compiled Jan 27 2020, 14:34:18 on x86_64-microsoft-windows6.1.7601
Copyright (C) 2019 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/
The following repository access (RA) modules are available:
* ra_svn : Module for accessing a repository using the svn network protocol.
– handles ‘svn’ scheme
* ra_local : Module for accessing a repository on local disk.
– handles ‘file’ scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
– using serf 1.3.9 (compiled with 1.3.9)
– handles ‘http’ scheme
– handles ‘https’ scheme
The following authentication credential caches are available:
* Wincrypt cache in C:\Users\Administrator\AppData\Roaming\Subversion
コメント