1. Gimmy Susan
  2. PowerBuilder
  3. Saturday, 3 February 2018 18:15 PM UTC
I would like to try interfacing with GIT.
Which gui do you suggest? what's the best?
(I saw on the git-scm.com site that there are many)

Thank you

GMY
Gimmy Susan Accepted Answer Pending Moderation
  1. Tuesday, 6 February 2018 12:55 PM UTC
  2. PowerBuilder
  3. # 2

someone have a small waltkthrow for use git and PB2017R2 ?

 

thy

 

GMY

Comment
There are no comments made yet.
Gimmy Susan Accepted Answer Pending Moderation
  1. Tuesday, 6 February 2018 12:54 PM UTC
  2. PowerBuilder
  3. # 3

Hi everyone

I'm going on to my project to use PB and GIT.

 

This is the situation:

I create my profile in 'https://github.com'

I create a new cartel in my disk

I put inside: workspace, *.pbl and all i need.

I use 'git init'

I push all to my git hub

I go to my WS for put uid and pwd.

 

Some questions:

1) in github i see my *.PBL and not the single export files

2) i saw that the files is under 'ws_objects' cartel ( in my disk),  but i don't saw that cartel in 'github'. Why ?

3) i modify an object. I do a commit from object or library or project, i do a push from the WS (is correct that the push is only on WS ). Nothing appare on github because i have an error in pb message windows ( see after ) why ?

 ---------- Source Control
Git push
Starting to push workspace...
Git client is pushing workspace. Please wait...
Git client error: Generic error..
Failed to push workspace.
Git push
 ---------- Done Source Control

 

 

some help ?

 

thy all

 

p.s.

After change source code ( ad save) if i check with 'git status' i see that there is a modify.

 

Comment
  1. Gimmy Susan
  2. Tuesday, 6 February 2018 13:04 PM UTC
if i push from terminal it's ok



Why ?

  1. Helpful
  1. Gimmy Susan
  2. Tuesday, 6 February 2018 14:29 PM UTC
i try step by step like write in pag.67 of user manual, but the problem is the same.



i'm not able to PUSH

  1. Helpful
  1. Gimmy Susan
  2. Wednesday, 7 February 2018 14:37 PM UTC
i resolve the problem.



it was the proxy.



 

  1. Helpful
There are no comments made yet.
Gimmy Susan Accepted Answer Pending Moderation
  1. Tuesday, 6 February 2018 08:35 AM UTC
  2. PowerBuilder
  3. # 4

Is there something that i have to know before installing GIT?

( version, 32 or 64 bit ,  ..... )

 

GMY

Comment
There are no comments made yet.
Stèphan Eizinga Accepted Answer Pending Moderation
  1. Monday, 5 February 2018 07:15 AM UTC
  2. PowerBuilder
  3. # 5

When you use your version control system only on your local network or VPN you can use an the standalone git installation for windows.

When you working with an team without an local network or VPN you can use paid version like GitHub or Bitbucket.

If your searching only for an GUI for your local git repo you can use SourceTree (www.sourcetreeapp.com).

Comment
There are no comments made yet.
Michael Kramer Accepted Answer Pending Moderation
  1. Sunday, 4 February 2018 03:02 AM UTC
  2. PowerBuilder
  3. # 6

Hi GMY,

I started testing PB 2017 R2 with native Git integration a couple of days ago. My setup:

  • "Global Git repo" :: Visual Studio Team Services (VSTS)
  • "Local tools" :: Git for Windows (link on provided by VSTS on my Git repo home page)

It worked out of the box when I got my password right and set PB workspace name = Git project's name in VSTS.

Others may favor other Git tools.

 

HTH /Michael

Comment
  1. Gimmy Susan
  2. Monday, 5 February 2018 14:27 PM UTC
Thanks for the answer. 



I have a free account on VSTS, i'd like to try.



How do you pubblicate your pb sources in it ?



thx



GMY



 

  1. Helpful
There are no comments made yet.
Bruce Armstrong Accepted Answer Pending Moderation
  1. Saturday, 3 February 2018 19:05 PM UTC
  2. PowerBuilder
  3. # 7

A couple of suggestions:

Bonobo Git Server:  https://bonobogitserver.com/  
Free, and asy to set up, and uses web based admin.  You'd could up an running in a few minutes.

GitHub:  https://github.com/
Let them host your repository for you so you don't have to maintain it.  General use is free, but open to the public.  Paid customers can host private repositories though.

 

 

 

 

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.