2017/11/29

Svk 2.0.2

On svk version up, svk-win32 2.2.0 causes following errors at a computer of mine
Use of uninitialized value in concatenation (.) or string at
"Transaction is out of date:" svk sync
Under such condition, as svk cannot work well, new revision is added into dept whenever svl sync.
Then, I uninstalled 2.2.0 and have used svk 2.0.2 without problems.
Furthermore, the old version 2.0.0 causes access violation.

No comments:

How to set parameters to debugging program on Visual Studio 2019 with CMake

Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...