Design repositories SVN not available after update from Nexus server
Created: March 30, 2021 | Updated: August 12, 2021
How to enable SVN repository support for NEXUS or Concord Pro managed content servers
Solution Details
Beginning with NEXUS (precursor to Concord Pro), only GIT repositories are support by default. SVN repositories are not automatically converted to GIT repositories by upgrade. Enabling SvnMode will allow for projects stored in SVN repositories to be available.If an upgrade doesn't enable SVN repository support, it can be enabled manually by setting SvnMode to Full, which will allow for projects stored in SVN repositories to be available. Here's how:
Edit C:\Program Files (x86)\Altium\[Altium Concord Pro]or[Altium NEXUS Server]or[Altium Vault]\LocalVault.ini
Change
SvnMode=None
To
SvnMode=Full
** Use the capital "F" **
*** To get the modified .ini file re-read by the system, use IISreset /Restart from an elevated command prompt. If that doesn't work, a restart of the server will be required. Also dis/re-connect your client to the server. ***
Was this article helpful?
Found an issue with this document? Highlight the area, then use Ctrl+Enter to report it.