I might get flamed for this question, but here goes nothing.
I'm a developer/integrator working primarily with Kuka robots (KR C4 and KR C5). We have grown a lot in the past few years, and have added additional software developers to the team.
With our influx of developers we have started using git for version control on our software. These repositories use manually uploaded robot archives to track key files on the C drive and the KRC directory, but we still haven't solved a "graceful" way to deploy this code back to the robot. Currently we are manually copying files from our version controlled git directory into workvisual. This is obviously a pain in the a**, does not scale well, and is prone to errors if a dev is not meticulous about ensuring files are copied correctly.
Does anyone here have a better solution for git version control of robot code?