05-15-2020, 05:17 PM
There is some documentation on upgrading TACTIC found here:
http://community.southpawtech.com/docs/s...de-tactic/
It's a little old, but it describes how to do it.
Alternatively, you can clone a git repository instead of using the zip. We do this in development when we want to change versions a lot.
https://github.com/Southpaw-TACTIC/TACTIC.git
This has the advantage that you can jump between versions. In general, this should be possible to jump between versions as we really only add columns so there are no mismatches (the newer versions will make use of any new columns).
However, I just noticed when trying it out that a VFX project in 4.8 cannot go back to 4.7 due cached class error. I will look at this. This is usually where it will break, if for some reason a view using a class that is not defined in an older version.
http://community.southpawtech.com/docs/s...de-tactic/
It's a little old, but it describes how to do it.
Alternatively, you can clone a git repository instead of using the zip. We do this in development when we want to change versions a lot.
https://github.com/Southpaw-TACTIC/TACTIC.git
This has the advantage that you can jump between versions. In general, this should be possible to jump between versions as we really only add columns so there are no mismatches (the newer versions will make use of any new columns).
However, I just noticed when trying it out that a VFX project in 4.8 cannot go back to 4.7 due cached class error. I will look at this. This is usually where it will break, if for some reason a view using a class that is not defined in an older version.