Click here to Skip to main content
15,886,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Question/problem:
I would like a kind of "version control" -system that looks for file-changes and saves copies, so that I don't have both backups and go back and "undue" the projects steps; or branch out from an earlier point in the project.

Background:
I've started developing in Unity3d, (scripting with C#). I am working with a bunch of tools at the "same time", changing textures, scripts, models and audio, Sometimes I do something stupid and things get lost. The only way I am saving "changes"/steps at this point, is through making a "rar/zip" archive of the project folder manually when I remember to do it, (in iterations). I want to automate this somehow, (not necessarily make archives, but the same overall functionality). Just to be clear: over-writing is NOT an option.

I might have missed something obvious, but my google-fu didn't give me the answers I am looking for.

Any help would be deeply appreciated!

-Frank
Posted

This sounds like the standard functionality of any version (source) control server. Examples include SVN, Git, CVS, Mercurial, TFS, and many others.
 
Share this answer
 
Comments
Frank R. Haugen 18-Nov-13 8:45am    
Your answer wasn't what I was looking for, HOWEVER it got me on the right track and I found: http://beanland.net.au/AutoVer/ - AutVer (lightweight freeware automatic app to do what I wanted). tnx anyway!
http://beanland.net.au/AutoVer/[^] -AutoVer

Dave Kreskowiak's answer below, got me stumbling on the right track and Found AutoVer, which does what I need

-Frank
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900