Why am I not using github as much as before?
contact me at [email protected] link If you’ve been following my projects over a stretch of time, or you stumbled upon me on GitHub, you might have noticed a curious absence of those familiar green squares on the update calendar widget on my website. The reason for this is that I’ve made a switch to SVN (Subversion) for my Unreal projects. Lately, I’ve been using TortoiseSVN connected to my home server (you can read about this in my NAS project articles). The decision stemmed from the specific requirements of Unreal projects, particularly their size. Despite employing the standard .gitignore file, my graduation project began raising concerns about heavy file sizes, necessitating paid LFS (Large File Storage) to hold them on GitHub. It was at this point that a colleague introduced me to SVN. ...