asgar
asgar

Reputation: 59

How to Check in and Check Out Power Builder Code

How to Check in and Check Out Power Builder Code.

I generally see they will do by exporting and checking in the code. But i am getting some dependency error when i am trying to import objects one by one.

Could someone please help me how to do this entire process of checking in and out of power builder code. Do we have to use any other third party software for this purpose?

Upvotes: 2

Views: 1039

Answers (2)

jussij
jussij

Reputation: 10580

In your comments above you say you're using PB 11.5 and SVN.

I'm the author of the Agent SVN plug-in and it integrates PowerBuilder with Subversion.

It does this using the MS-SCCI interface, meaning you integrate with SVN using the source control menus found inside PowerBuilder itself.

Because it uses MS-SCCI that means PowerBuilder itself will decide what needs to be done when-ever objects are checked in or out.

NOTE: Agent SVN is shareware.

Upvotes: 3

Matt Balent
Matt Balent

Reputation: 2397

When adding objects to source control you need to bring in the base classes (ancestors) first. Once these are successfully brought into the .pbl/target you can then add any descendant classes.

Upvotes: 0

Related Questions