![]() |
tyCache Increment version issue? - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: Bugs and Issues (https://forum.tyflow.com/forum-3.html) +--- Thread: tyCache Increment version issue? (/thread-4694.html) |
tyCache Increment version issue? - betamax - 02-27-2025 Hey Tyson, we are sometimes using the handy tyCache 'increment version' feature. It seems that it's not just incrementing the v00# version, but also incrementing our project name as well? Guessing the increment code is just looking for all instances of v### ? Thank you, Max RE: tyCache Increment version issue? - tyFlow - 02-27-2025 Yes, you're right - it just searches for all cases of "V###" and assumes that's intended as a version marker. I'm not sure I have a solution that would work for all edge cases here, other than suggesting that in cases where "V###" appears in your project directory name, you'll need to increment versions manually (or change the project directory name). RE: tyCache Increment version issue? - betamax - 02-27-2025 Ok, thank you for confirming/clarifying. |