PowerBuilder Check at target level not creating revision

If reporting a bug with the Agent Git or Agent SVN plug-ins please post the details here. Please do not post questions here.
Post Reply
jwolbeck
Posts: 13
Joined: Fri Feb 19, 2016 10:08 pm

PowerBuilder Check at target level not creating revision

Post by jwolbeck »

Today we noticed that if we check in at the target level some objects claim to check into their previous revision instead of checking into a new SVN revision. It seems to only check in one PBL at a time.

The two in the phd_nvo pbl get checked in fine but the on in phd_structures does not. That object in phd_structures no longer has a lock but it still has my changes and everyone else is not informed about my change allowing them to checkout and override my changes.

This is a simplified example but the same holds true for any number of objects where only 1 pbl gets a new revision and the rest seem to update the revision from history.

I am on V255 and we tried to reset SVN on the server before posting here.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: PowerBuilder Check at target level not creating revision

Post by jussij »

Could you please do the following.

1. Try to come up with the shortest and simplest number of steps that still highlights the problem.

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. Replicate the issue using the details defined in step 1.

6. Send through that log file as an e-mail attachment.

Cheers Jussi
jwolbeck
Posts: 13
Joined: Fri Feb 19, 2016 10:08 pm

Re: PowerBuilder Check at target level not creating revision

Post by jwolbeck »

1. I cannot shorten the steps but I can shorten the words used to describe the 2 step issue: Checkout two objects in separate Folders/PBLs, Check in Objects by checking in all objects in the target.

I will send you the log of v249 where it worked along with the exact same steps in v255 where it no longer works.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: PowerBuilder Check at target level not creating revision

Post by jussij »

Please try the new beta version found here: http://www.zeusedit.com/agent/bin/asvn-dll.zip

Cheers Jussi
jwolbeck
Posts: 13
Joined: Fri Feb 19, 2016 10:08 pm

Re: PowerBuilder Check at target level not creating revision

Post by jwolbeck »

Thanks, that appears to have resolved the issue.
Post Reply