SVNCOM ocx subversion

jmac13

Member
has anyone had a expecirnchas anyone had a experience with SVNCOM ocx subversion within open edge 10.2b
I’m trying to get a program to work with subversion it currently works with source safe and I want to copy what its doing but for subversion (e.g. check files out etc).
So far ive download the pushOkSvn off the web and got this code below:

Code:
CREATE "PushOkSvn.SVClient":U chSubVersion

create "PushOkSvn.StringVector" chSubVersionPath.

chSubVersion:InitClient.
chSubVersionPath:add("[URL]file:///C:/snv_repos[/URL]").

But I don’t know what the rest of the class is and what the methods are? Anyone done anything e with SVNCOM ocx subversion within
 
Top