This is not so much an answer as a subsequent one. I am a developer working on a web application using aLOT flash files, I also save the AS code in separate files (as much as possible). There are also PHP files and some javascript, libraries, graphics, etc.
Actually, I just created a system of connecting lines / branches on my local drive so as not to break old versions and allow me to experiment safely with functions, etc. It loads fast.
I was recommended to use GIT for version control and see the benefits of this for larger organizations with a large number of developers, as I am the only developer, so I just want to find a good solution for backing up and tracking the changes I made. Ive never used GIT before and it seems to have a steep learning curve ... so I looked at Adobe Version Cue, it’s much easier to configure.
Does anyone have experience using the cue version? Is it easy to revert to previous versions? My main problem with SVN (which I used when working as a development team) is that it is not suitable for Flash, as you indicated.
source share