- 1. バージョン番号の調べ方
1. バージョン番号の調べ方
ある理由により、「Subversion」のバージョンを調べなければなりませんでした。バージョンは以下のようにして調べます。
> svn --version
svn, version ここに Subversion のバージョン番号が表示されます (r1692801)
compiled Sep 10 2015, 09:07:49 on ここに OS のバージョン番号が表示されます
Copyright (C) 2015 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 ここに serf のバージョン番号が表示されます
- handles 'http' scheme
- handles 'https' scheme
|
|