All I am seeing is, there is a + symbol next to each of the PB objects.
The plus symbol means the as far as PB is concerned the files
ARE NOT in source control and need to be added.
There can be at least four reasons for this:
1. The item are in fact new and as such are not in in the SVN source control repository.
2. The case of the items on the disk is different to the case of the items in source control. SVN
is case sensitive whereas the Windows files system
is not case sensitive and this can cause problems. To fix this you must make sure the case of
the file names and the file folders are the same in the repository and on the local disk. Or you can install a SVN server check in hook that can fix this.
3. The local working folder does not contain a proper Subversion working copy. You can use TortoiseSVN to check this.
4. Your bindings in the PowerBuilder workspace are not correct.
I assume, this means, it is not recognizing the files are bound to the version control while i pulled the files from svn.
I do suspect this is the case as this is normally what happens to first time users of AgentSVN.
More details about how the bindings work can be found here:
http://www.zeusedit.com/agent/com/binding.html
Also if you turn on the debugging option and take look at the log file it will tell you much more about what is going on under the hoods.
Also to better understand how the bindings work I strongly recommend working through this three minute tutorial:
http://www.zeusedit.com/agent/pb/classic.html
That tutorial
will not touch your Subversion repository, but it will give you an idea on how things work.
Finally, if you can't get these bindings to work, turn on the debug option, start PB, open your workspace and send me the Agent SVN log file produced as an e-mail attachment. My e-mail details are found in my user details at the top left corner of this post.
Cheers Jussi