New and frustrated (PowerBuilder)

Get help with the installation and running of the Agent Git or Agent SVN plug-ins. This section can also be used for posting comments, suggestions or submitting feature requests. Please do not post bug reports here. When in doubt post your question here.
Post Reply
asnewsvn
Posts: 3
Joined: Tue Apr 05, 2016 2:13 pm

New and frustrated (PowerBuilder)

Post by asnewsvn »

We are researching for new source control for PowerBuilder 12 app and I thought I found perfect solution in AgentSVN. Before I commit to this product for all of our source control need, I wanted to test it against most tough environment of PowerBuilder. Anyway, here are steps what I did
1. Created repository on network from one of the server (VisualSVN Server Manager, Version: 3.3.3).
2. Installed AgentSVN on deployment m/c.
3. Configured AgentSVN (AgentSvnConfig.png)
4. Configured PB Source (see attached file PBConfig.png).
5. Used Project->rightclick->Add to Source Control option to add 30+ pbls. All fine at this point.
6. When I set up one of development m/c with similar settings, it keeps on showing refresh icon each time I click pbls. When I click on show difference, it says source copy is same so my question is why it's showing the refresh icon.
7. It's tremendously slow when switching to pbls or check-out/in.

Any help appreciated before I start evaluation for any other product.

Thanks.
Attachments
PBConfig.png
PBConfig.png (25.04 KiB) Viewed 32394 times
AgentSVNConfig.png
AgentSVNConfig.png (40.48 KiB) Viewed 32394 times
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: New and frustrated (PowerBuilder)

Post by jussij »

The first thing you need to ensure is you are running the latest version as shown in the About box.

The latest version of Agent SVN is 2.55 and can be found here: http://www.zeusedit.com/agent/download.html
6. When I set up one of development m/c with similar settings, it keeps on showing refresh icon each time I click pbls. When I click on show difference, it says source copy is same so my question is why it's showing the refresh icon.
If you send through the Agent SVN log file I should hopefully be able to provide some light into why this is happening.

You can create a log file as follows:

1. Make sure PowerBuilder is not running.

2. Deleted the Agent SVN log file found here:

Code: Select all

C:\Users\<User ID>\AppData\Roaming\Xidicone\AgentSVN\AgentSVN.log
NOTE: The <User ID> above represents your user ID.

3. Use the Windows Start Button, All Programs, Agent SVN, Agent SVN Configuration to start the utility program.

4. Turn on the Help debug the SVN setup... option.

5. Start PowerBuilder and replicate the issue.

6. Send through the resulting log file as an e-mail attachment.
7. It's tremendously slow when switching to pbls or check-out/in.
Could you please install the latest version: http://www.zeusedit.com/agent/download.html

That version has a new debug feature that measures the duration of commands.

Turn on the timing option using the same steps as above.

Also there are several threads on this forum specific to PowerBuilder so I would also read those. Just search for PowerBuilder.

Finally from this PowerBuilder thread: viewtopic.php?f=11&t=7551

The user reported improved performance by making the PowerBuilder refresh rate 600.

Cheers Jussi
asnewsvn
Posts: 3
Joined: Tue Apr 05, 2016 2:13 pm

Re: New and frustrated (PowerBuilder)

Post by asnewsvn »

Sorry I got away on higher priority issues. Just getting back. How do I email you?
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: New and frustrated (PowerBuilder)

Post by jussij »

Use the email address found inside the link to my user ID which is located at the top left of this reply.

Cheers Jussi
asnewsvn
Posts: 3
Joined: Tue Apr 05, 2016 2:13 pm

Re: New and frustrated (PowerBuilder)

Post by asnewsvn »

I guess I am missing something so sorry about my shortsightedness but when I click your name, it takes me to profile page where there is no link to send email. "Contact JUSSIJ" doesn't have clickable option.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: New and frustrated (PowerBuilder)

Post by jussij »

There is a contact link on this page: http://www.zeusedit.com/agent/index.html
Post Reply