数据管理 - 版本控制
软件的功能取决于您购买的Altium产品级别。您可以比较Altium Designer软件订阅的各个级别中包含的功能,以及通过Altium 365平台提供的应用程序所能实现的功能。
如果您在软件中找不到某个讨论过的功能,请联系Altium销售团队以获取更多信息。
The Data Management - Version Control page of the Preferences dialog
Summary Copy Link Copied
The Data Management – Version Control page of the Preferences dialog allows you to set up version control options such as Providers and SVN Executables. By default, the VCS Provider - SVN extension is installed. This extension delivers implementation of version control functionality through the use of SharpSVN. This implementation has full support for Unicode (multi-byte) characters in file names. As an example, this allows you to add files to your SVN VCS repository that include Russian characters in their names.
Access Copy Link Copied
This page is part of the main Preferences dialog (DXP » Preferences) and is accessed by clicking Version Control under the Data Management folder in the left-hand pane of the dialog.
Options/Controls Copy Link Copied
- Provider - lists the version control providers available.
- Enabled - check to enable SVN - Subversion to enable the default provider.
Accessing Legacy SVN Functionality Copy Link Copied
If you require use of Subversion VCS functionality based on use of the SVN executable (svn.exe
), you can access that implementation by removing the VCS Provider - SVN extension from your installation. To remove the extension, click DXP » Extensions and Updates then, on the Installed tab, find the VCS Provider - SVN icon in Software Extensions. Click on thethat appears when hovering over the extension icon to remove the extension.
The following information relates to the Data Management - Version Control Preferences page if the VCS Provider - SVN extension has been removed from your installation.
Providers
Enable one or more Version Control Providers - applications or libraries which maintain access to version control repository and provider services to operate this repository.
- Provider
CVS
- Concurrent Versions System option if you are using the Concurrent Versions System version control system.SVN
- Subversion option if you are using the Subversion version control system.
- Enable - check to enable selected version control applications.
SVN Executables
You can use the Subversion that is built-in (recommended) or an external Subversion installation.
- Use built-in Subversion - check to use built-in Subversion.
- Use external Subversion- check to use external Subversion.
- Path to main executable - specify the path to the main executable, usually svn.exe. This will allow software to perform most of Subversions repository actions, such as commit and update.
- Path to admin executable - specify the path to the admin executable, usually svnadmin.exe. This will allow software to create a repository. If you already have a repository, you can skip this option. Restart Altium Designer to confirm your choice of version control system.
- Show a warning if installed version of Subversion is unsupported - check to show a warning if installed Subversion is not supported.
- Write debug information into the Output Panel - check to allow writing debug information to the Output panel.