Is it possible to use separate SVN-server or does it has to be installed on same machine where WINNCC OA is running ?
My SVN server is installed on separate network server and I got following output from Log Viewer:
WCCOAui1:["SVN_isInstalled() FALSE"]
WCCOAui1:["SVN_isInstalled() 'svn' is not recognized as an internal or external command,
WCCOAui1:operable program or batch file.
WCCOAui1:"]
WCCOAui1:["SVN: no command line installed or project not in repository. Use -dbg SVN for more information"]
config file settings:
[ui]
versionControl = "SVN"
defaultPanelFormat ="XML"
numPanelBakFiles = 0
versionControlDiff = "C:\Program Files\TortoiseSVN\bin\TortoiseUDiff.exe"
Tortoise SVN client shows that files are in version control but there is no functionality in the GEDI project view.
Version control
- dbindernagel
- Posts:161
- Joined: Mon Feb 23, 2015 1:34 pm
Re: Version control
The SVN server can be installed anywhere. It does not have to be on the same machine as the WinCC OA server.
I'm not using this feautre, but I would first check that you selected the option" command line client tools" during the TortoiseSVN installation. I think they are needed (although not stated in the help).
If they have been installed you probably need to add the bin folder of TortoiseSVN to your PATH environment variable.
I'm not using this feautre, but I would first check that you selected the option" command line client tools" during the TortoiseSVN installation. I think they are needed (although not stated in the help).
If they have been installed you probably need to add the bin folder of TortoiseSVN to your PATH environment variable.
- teemu_ylonen
- Posts:10
- Joined: Tue Jun 30, 2020 3:51 pm
Re: Version control
Thank you, "command line tools" was not selected in my Tortoise SVN installation, now it is working properly...