1. Paweł Kasperek
  2. Beta Testing
  3. Monday, 4 November 2024 20:32 PM UTC

Hi,

I last tried migrating my workspace to PB2025. After migrating to PB 2025, I have two folders: .pb and build. Do I need to add these folders to the .gitignore file? Maybe I should store the build/objects folder in a git repository with other source files. Which folder is the output folder for PDB and Exe libraries (application)?

Regards

Pawel

Peter Pang @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 5 November 2024 02:03 AM UTC
  2. Beta Testing
  3. # 1

Hi Pawel,

Thank you so much for testing the PB 2025 Beta!
Do I need to add these folders to the .gitignore file?
Answer: Yes, it will be regenerated every time fullbuild.

Which folder is the output folder for PDB and Exe libraries (application)?
Answer: The PBD file path is in the same directory as pbl, and the default path of exe is in the .pbproj file directory. You can modify it in the application settings.

Best Regards,
Peter

Comment
  1. Peter Pang @Appeon
  2. Wednesday, 6 November 2024 01:45 AM UTC
Hi Simon,

It has been verified that the solution added to git through the Add to source control menu in PB IDE excludes these two folders.



Best Regards,

Peter
  1. Helpful
  1. Simon Jutzi
  2. Wednesday, 6 November 2024 11:21 AM UTC
Hi Peter

No it does not, at least not in my test environment.



I created a new solution in the IDE and committed and pushed it to a remote git repository,

After that, I ran "git status" on the project folder and got this result:

Untracked files:

(use "git add <file>..." to include in what will be committed)

.pb/

build/



I think this happens, because the IDE ignores these folders, but not through the normal .gitignore-approach, but in an Appeon-specific way.

While I'm OK with this behaviour, I ask to at least also create/append the .gitignore file to stay compatible to external tools.

Also, the IDE ignores pre-existing .gitignore files, I therefore filed a bug: https://www.appeon.com/standardsupport/track/view?id=12885
  1. Helpful
  1. Peter Pang @Appeon
  2. Thursday, 7 November 2024 00:41 AM UTC
Hi Simon,

Thanks for reporting this issue!

We will have someone follow up on this ticket.



Best Regards,

Peter
  1. Helpful
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.