Re: Using 4D with Git...

2018-11-07 Thread Noah via 4D_Tech
We have been exporting our project and form methods to flat files that we track in the Bitbucket GIT service. We chose Bitbucket because it has free private repos. What does this accomplish? It allows us to keep a record of changes (but no smooth way to revert changes, and no way to track form

RE: Using 4D with Git...

2018-11-01 Thread Epperlein, Lutz (agendo) via 4D_Tech
If bitbucket works like a usual git server (I don't have experiences with it), you have to *clone* your repository (the remote one at github or the local repo) to bitbucket. The repository contains the whole history of all commits. You don't lose anything. Subsequent sync operations such as

Re: Using 4D with Git...

2018-11-01 Thread Robert ListMail via 4D_Tech
If you start with your own local git data and then publish the project to GitHub and then move it to bitbucket do you get to see the granularity of the commits and have all of the other options offered via Git? Or, do you lose the history with each transition? Thanks, Robert Sent from my

Re: Using 4D with Git...

2018-10-31 Thread John DeSoi via 4D_Tech
Yes, it can do those things plus just manage local repositories if you don't publish anywhere. I thought that was one of the questions in this thread - a usable git GUI client. John DeSoi, Ph.D. > On Oct 31, 2018, at 2:05 PM, Robert ListMail via 4D_Tech > <4d_tech@lists.4d.com> wrote: > >

Re: Using 4D with Git...

2018-10-31 Thread Robert ListMail via 4D_Tech
John, just clarify… Fork is simply a GUI client to access GitHub or BitBucket repositories? Thanks, Robert > On Oct 31, 2018, at 8:42 AM, John DeSoi via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I like Fork. Nice interface, open source, free. I tried to find a donation > page, but did

Re: Using 4D with Git...

2018-10-31 Thread John DeSoi via 4D_Tech
I like Fork. Nice interface, open source, free. I tried to find a donation page, but did not see one. https://git-fork.com John DeSoi, Ph.D. > On Oct 31, 2018, at 2:01 AM, Paul Dennis via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Ill give the client a try. There is defiantly a gap in

Re: Using 4D with Git...

2018-10-31 Thread Bruno LEGAY via 4D_Tech
Hi, We use git for projects other than 4D (and we can't wait to use git with 4D). For the git client we use Tower https://www.git-tower.com/mac And for the git platform, we use gitlab (hosted, free offering as in beer) https://about.gitlab.com And for ticketing : redmine

Re: Using 4D with Git...

2018-10-31 Thread Paul Dennis via 4D_Tech
Hello Milan, Ill give the client a try. There is defiantly a gap in market for a client simple easy to use client. Re Bitbucket, Jira and Confluence you can host your own versions in VM's you just need plenty of RAM. All three are great for collaboration and you get 10 users for $10 per year.

Re: Using 4D with Git...

2018-10-30 Thread Robert ListMail via 4D_Tech
Hi Mike, I’ll look into this. I like that all of the big git hosting companies like GitHub can integrate with third party trouble ticket trackers. For example I think GitHub works with ZenDesk while BitBucket uses Jira. Thanks, Robert Sent from my iPhone > On Oct 30, 2018, at 9:48 AM, Mike

Re: Using 4D with Git...

2018-10-30 Thread Milan Adamov via 4D_Tech
> On Oct 30, 2018, at 6:51 AM, Paul Dennis via 4D_Tech <4d_tech@lists.4d.com > > wrote: > > However I have yet to find a > nice simple client they are all very complicated to use Hi Paul, my old friend Dragan recently made https://gitfinder.com

Re: Using 4D with Git...

2018-10-30 Thread Mike Kerner via 4D_Tech
We've been using GitKraken for a couple of years because it seems the easiest to use to teach n00bs to use. It also has an integrated issue tracker called glo that is very nice. On Tue, Oct 30, 2018 at 2:11 AM Robert ListMail via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Paul, if you are using

Re: Using 4D with Git...

2018-10-30 Thread Robert ListMail via 4D_Tech
Paul, if you are using BitBucket aren’t they doing the hosting...? Also, BitBucket is free for up to 5 users with unlimited private repositories. R Sent from my iPhone > On Oct 30, 2018, at 12:51 AM, Paul Dennis via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > If you host your own stuff as

Using 4D with Git...

2018-10-28 Thread Robert ListMail via 4D_Tech
Historically I’ve not been much of a Git user… now that I’m using Git on other projects and that 4D v17 R3 brings a native way to represent a complete 4D structure as text that can be managed by a Git repository, I’m excited to use Git to mange version control of my projects. However at the