LoginSignup
2

More than 3 years have passed since last update.

[UE4]UE4がサポートしている Subversion( SVN )のバージョンを確認する方法について

Last updated at Posted at 2020-06-24

Engine\Binaries\ThirdParty\svn\Subversion.tps にて確認可能です。

Subversion.tps
<?xml version="1.0" encoding="utf-8"?>
<TpsData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Name>Subversion 1.9.5</Name>
  <Location>/Engine/Binaries/ThirdParty/svn/</Location>
  <Date>2016-06-16T12:01:00.8219478-04:00</Date>
  <Function>Adds support for version control systems other than Perforce</Function>
  <Justification>Subversion provides all the features we need and can be used as a close analogue to Perforce (as opposed to say, GIT).</Justification>
  <Eula>http://www.apache.org/licenses/LICENSE-2.0</Eula>
  <RedistributeTo>
    <EndUserGroup>Licensees</EndUserGroup>
    <EndUserGroup>Git</EndUserGroup>
    <EndUserGroup>P4</EndUserGroup>
  </RedistributeTo>
  <LicenseFolder>/Engine/Source/ThirdParty/Licenses/Subversion_License.txt</LicenseFolder>
</TpsData>

1.10以降のバージョンでも動作する可能性はありますが、何らかの不具合が発生する可能性もあるため、Subversion.tpsに記載されたバージョンに合わせることを推奨いたします。
ちなみに、2017年頃からずっと1.9.5です。

Subversion 1.9.5のダウンロードはこちらから。
https://osdn.net/projects/tortoisesvn/storage/Archive/1.9.5/

SVNって何?という方はこちらをどうぞ
公式ドキュメント「ソース コントロールとして SVN を使用する」
https://docs.unrealengine.com/ja/Engine/Basics/SourceControl/SVN/index.html

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
What you can do with signing up
2