Not with Git but with others, there are a variety of ways. One simple way of doing this is to have an automated process run at night that commits all changes back to the repository from your BP file (or whatever it is)
The benefit is then you can browse the repo, and look to see when code has been changed (granularity by day), even find a line in a piece of code and find it was changed on a particular day. - Pretty useful when you are tracing why something used to work last month .. What this would not give is person , time of change, reason for change. You can further enhance this by getting the programmers a simple TCL command to commit a change they have done to a piece of code straight away and with a reason, maybe if they are changing a commonly changed piece of code, that way you get better granularity than your day, and also get a user and reason for change. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Aaron Titus Sent: 30 April 2013 15:14 To: U2 Users List Subject: Re: [U2] revision control with git/github Oops. Hit send a little too soon. I am curious to know if anyone has implemented revision control with git or github for Unibasic programs, and system builder objects. If so, how did you do it? *Aaron Titus* Senior Software Engineer F.W. Davison & Company, Inc. 508-747-7261 x245 [email protected] On Tue, Apr 30, 2013 at 10:12 AM, Aaron Titus <[email protected]> wrote: > I am curious to know if > > *Aaron Titus* > Senior Software Engineer > F.W. Davison & Company, Inc. > 508-747-7261 x245 > [email protected] > > _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.2241 / Virus Database: 3162/5784 - Release Date: 04/29/13 _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
