Page 1 of 1

difference between Git version and SVN version

PostPosted: Thu Aug 24, 2023 1:21 am
by simantic
Hi to all! :D

In the download page there are 2 versions: the Git version "Supermodel_0.3a-git-b2fee42_Win64.zip" and the SVN version "Supermodel_0.3a-svn-887_Win64.zip".
Which is the difference between Git version and SVN version?

Thanks

Re: difference between Git version and SVN version

PostPosted: Thu Aug 24, 2023 9:03 pm
by Bart
SVN was the version control system we used from 2011 until a couple years ago when we switched to Git and moved the repo to GitHub. The Git versions are therefore all newer. Unfortunately, Git commit hashes are unrelated to time, so you have to look at the commit date to see which is the newest version. SVN versions are numbered sequentially up until the switch over to Git happened.