I did set Fortress as the default source control, but I still keep getting errors that it can't connect to the source control system.
I came across this post from a while ago.
http://support.sourcegear.com/viewtopic ... 26&p=41134
Does this apply to Fortress as well as Vault, because using the tips here, I still get
Error Accessing Source Code Control system
followed by
Unable to connect to source control project $/Drivers/Current. Do you wish...
I have included the following lines in the DSP:
Code: Select all
# PROP Scc_ProjName "$/Drivers/Current"
# PROP Scc_LocalPath "."
Code: Select all
SCC = This is a Source Code Control file
[SETPASS.DSP]
SCC_Aux_Path = http://192.168.123.12:16434|neil:1
SCC_Project_Name = $/Drivers/Current
Code: Select all
SCC_Aux_Path = http://192.168.123.12:16434
Thanks.