The issues I encountered were.
- In PB, if you make changes to your local (disconnected from Source Control), it doesn’t give you a visual indicator to say it’s different
- I tried reverting to an older version (in essence, get an older version to my local), and it retrieved it to my SVN folder (C:\SVN\svn_folder), not my PB Working Folder (C:\pb_work_folder)
The main issues I see with PBSCC is that
- Get Latest version, doesn’t actually do that, it gets it from your SVN folder (which may/may not be the latest if you did a reversion)
- It doesn’t give you any visual indicator to tell you that it’s not the latest version
- There is no easy way to rollback / revert to an older version of an object.
Could you please teach me how to fix above issues?
Many Thanks
- In PB, if you make changes to your local (disconnected from Source Control), it doesn’t give you a visual indicator to say it’s different
- I tried reverting to an older version (in essence, get an older version to my local), and it retrieved it to my SVN folder (C:\SVN\svn_folder), not my PB Working Folder (C:\pb_work_folder)
If you do the revert or update to a specific revision number on your SVN working copy, PBSCC won't notice the change. You'd have commit your rollback as a new revision, and then do Get Latest Version.
- Get Latest version, doesn’t actually do that, it gets it from your SVN folder (which may/may not be the latest if you did a reversion)
In my experience it just pulls down the HEAD revision from the SVN repository. The SVN working copy on your machine appears to only be there as a middle-man between SVN and PowerBuilder.
- It doesn’t give you any visual indicator to tell you that it’s not the latest version
If PowerBuilder is properly connected to PBSCC-Proxy for source control, you should see little symbols just to left of EVERY object in the Project Tree
- There is no easy way to rollback / revert to an older version of an object.
If you do the revert or update to a specific revision number on your SVN working copy, PBSCC won't notice the change. You'd have commit your rollback as a new revision, and then do Get Latest Version. I don't think it's possible to do from directly within PowerBuilder