1. Yuri Denshchik
  2. PowerBuilder
  3. Thursday, 1 February 2018 18:39 PM UTC

I was unable to use native SVN connection in R2. After successful login and downloading files from SVN repository, PB threw error message "Could not add target because of bad library in ...pbt 

I assume this error refers to missing .pbl files. We do not store .pbl files in  SVN, don't they supposed to be created and loaded by PB ?

Thanks,

Yuri

Bruce Armstrong Accepted Answer Pending Moderation
  1. Saturday, 3 February 2018 21:57 PM UTC
  2. PowerBuilder
  3. # 1

That's a new (and rather nice IMHO) feature of the Git and Subversion source control implementations.  In addition to the raw source code you do version the PBL files.  You also version the PBW file as well, which is also new.

You'll still be working with the raw source code files under the covers when you are doing edits and commits.  So you're not going to end up locking PBLs and keeping other developers from using them.

The main reason the PBW and PBLs are in source control is so another developer an do a "checkout" from source control and get everything they need to get started working with the code.  With the old MSSCCI interface, raw source code was the only thing that got versioned.  So when a new developer did a "checkout" that's all they got, raw source code.  They would either need to get a set of PBLs from another developer or generate the PBLs from source code.  That's no longer necessary.

 

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Thursday, 1 February 2018 20:22 PM UTC
  2. PowerBuilder
  3. # 2

Hi Yuri;

   What SVN software package are you trying to use with R2?

Regards ... Chris

Comment
  1. Yuri Denshchik
  2. Friday, 2 February 2018 00:01 AM UTC
Chris, 



Not sure I understand your question. I am testing new feature of R2 - Native interface to Git & SVN



Yuri​

  1. Helpful
  1. Chris Pollach @Appeon
  2. Friday, 2 February 2018 04:54 AM UTC
There are many variations of GIT & SVN software. What package are you using?

  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.