Re: 4D and Git Connection

2017-08-22 Thread John DeSoi via 4D_Tech
> On Aug 22, 2017, at 9:39 AM, Drew Waddell via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Yeah, it's incredibly noisy but we only keep the information around for a > release, then we fire up a new Git repo for the next one. Like I said it's > not perfect, far from it honestly, but it gives

RE: 4D and Git Connection

2017-08-22 Thread Drew Waddell via 4D_Tech
--Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Nigel Greenlee via 4D_Tech Sent: Tuesday, August 22, 2017 12:14 PM To: 4D iNug Technical Cc: Nigel Greenlee Subject: Re: 4D and Git Connection Neil. I would be interested in getting some info on doing this. I

Re: 4D and Git Connection

2017-08-22 Thread Nigel Greenlee via 4D_Tech
Neil. I would be interested in getting some info on doing this. I would like to move my repositories from local stores to a github. When i tried to set it up i was getting a problem with MaxBuffer size(not sure if I need to start with an empty(ish) directory on the local drive. Anything you

RE: 4D and Git Connection

2017-08-22 Thread Epperlein, Lutz (agendo) via 4D_Tech
We use this component daily: https://github.com/elutz/vc-framework-v15 After export, which happens instantaneously, the changes are committed into a Mercurial VCS. We do the check in manually, but it would be possible to define hooks to do an automatic check in. All is explained on the github pa

RE: 4D and Git Connection

2017-08-22 Thread Dennis, Neil via 4D_Tech
> When are you doing your commits? With each method? Daily? Neil suggested he > was looking for incremental commits. Which seems ‘noisy’. Commit each method each time it is modified. Yes it does sound noisy, but required for an audit trail of method modifications. I have the code to the point w

Re: 4D and Git Connection

2017-08-22 Thread Lee Hinde via 4D_Tech
When are you doing your commits? With each method? Daily? Neil suggested he was looking for incremental commits. Which seems ‘noisy’. > On Aug 22, 2017, at 9:00 AM, Drew Waddell via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I have done this. I used Macros to run methods that would commit t

RE: 4D and Git Connection

2017-08-22 Thread Drew Waddell via 4D_Tech
I have done this. I used Macros to run methods that would commit the text of the methods edited to a Git repo, there is an on save event. It's definitely not perfect but it helps my team track changes and look up potentially "ghost" changes in our codebase. Drew Waddell Development Team Lead