Hi there!
Here in my company we have a round 50+ different systems.
Let's suppose I have to make a change in one of them. If I have the PBL's in my PC = no problem, just connect to TFS and do a GLV... But what if I don't have them?
That's what we do today: Find another developer who has the PBL'S from that system, and then connect to tfs and download the source. There must be a better way to do that...
Is there a way to build the pbl's from the files in TFS? If yes, how ?
- Pedro Lucas
- PowerBuilder
- Thursday, 6 February 2020 17:31 PM UTC
- Page :
- 1
There are no replies made for this question yet.
However, you are not allowed to reply to this question.
However, you are not allowed to reply to this question.
Create empty PBL >>> CREATE LIBRARY ...
Get latest >>> SCC GET LATEST ...
Deploy files >>> BUILD ...
Build target >>> SCC SET TARGET ... + SCC FRESH TARGET ...
Recommendations : : : Start with simplest possible example, like full build of a target. Then add gradually. Test continuously. Keep scripts for "deploy w/build" separate from scripts for "get-latest w/build".
I followed your instructions and started with the simplest: Connect with TFS..
Would you mind helping me with the connection with this ?
All the "scc set connect property" I've copied from the regedit of the pbw...
But when try the scc connect I get this error:
Unable to Read Registry Value: SOFTWARE\SourceCodeControlProvider\InstalledSCCProviders\Microsoft Team Foundation Serve