1. Daniel Agudelo
  2. PowerBuilder
  3. Monday, 17 February 2020 14:40 PM UTC

Hi Guys,

Again i need of your help, we're working with PowerBuilder 2019 + GIT, and we're using FORK app to do everything about of git commands, till now we're working without any problem, but, when we want to do a commit of changes, GIT is suggest to do a stage of the .pbl files, but we don't want to do it, because isn't required, we're commiting just PoweBuilder objects (.sru, .srd, etc). So, i'm trying to configure the config file of git for will be ignore these files (.pbl and .pbd) but this isn't work with anyway.

i tried the followings settings:

* add .gitignore file and i specified the .pbl into this

* add .pbl into exclude file of GIT (.git/info/exclude)

i don't know how more to do because nothing works me.

i'll thank everyhelp that you can to give me and i hope that you'll excuse me for my English because i'm not a speaker of English :(

Regards

Who is viewing this page
Tom Jiang @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 18 February 2020 09:17 AM UTC
  2. PowerBuilder
  3. # 1

Do you mean Fork keeps suggesting you commit the PBL and PBD? If that's the case, I suggest that you try TortoiseGit and see if it works for you. It works in my test. 

BTW, PB IDE itself doesn't automatically commit the PBLs except for the first time when you do the Add to Source Control, which makes it easy for other developers to set up their environment using Connect to Workspace directly from PB IDE.  After that, it won't commit PBLs unless you do the Upload PBL in PB IDE. 

Regards,

Tom Jiang

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.