Alexander,
Thank you for your repsonse. I tried setting the classpath variables at both
SYS and JOB levels with no luck. I am not a AS/400 expert but I checked
after setting the path and the java version is still pointing to 1.4. I
figured I would call jsvn with the full path and was able to get that
working. I was able to check-out, add files with no issues. But when I try
to commit the same files. I got the following error
java.lang.UnsatisfiedLinkError: com/sun/jna/Pointer
at java.lang.Throwable.<init>(Throwable.java:195)
at java.lang.Error.<init>(Error.java:49)
at
java.lang.UnsatisfiedLinkError.<init>(UnsatisfiedLinkError.java:35
)
at
org.tmatesoft.svn.core.internal.util.jna.SVNJNAUtil.isWinCryptEnab
led(SVNJNAUtil.java:157)
at
org.tmatesoft.svn.core.internal.wc.DefaultSVNPersistentAuthenticat
ionProvider.createPasswordStorages(DefaultSVNPersistentAuthenticationProvider
.java:69)
at
org.tmatesoft.svn.core.internal.wc.DefaultSVNPersistentAuthenticat
ionProvider.<init>(DefaultSVNPersistentAuthenticationProvider.java:61)
at
org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager
.createCacheAuthenticationProvider(DefaultSVNAuthenticationManager.java:323)
at
org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager
at
org.tmatesoft.svn.core.wc.SVNWCUtil.createDefaultAuthenticationMan
ager(SVNWCUtil.java:208)
at
org.tmatesoft.svn.core.wc.SVNWCUtil.createDefaultAuthenticationMan
ager(SVNWCUtil.java:160)
at
org.tmatesoft.svn.cli.svn.SVNCommandEnvironment.createClientAuthen
ticationManager(SVNCommandEnvironment.java:242)
at
org.tmatesoft.svn.cli.AbstractSVNCommandEnvironment.initClientMana
ger(AbstractSVNCommandEnvironment.java:201)
at
org.tmatesoft.svn.cli.svn.SVNCommandEnvironment.initClientManager(
SVNCommandEnvironment.java:157)
at
org.tmatesoft.svn.cli.AbstractSVNLauncher.run(AbstractSVNLauncher.
java:80)
at org.tmatesoft.svn.cli.svn.SVN.main(SVN.java:26)
I am guessing this is due to classpath or java issues. Please advise if you
have any solution for this
thanks
Gnan
Gnan Shabada wrote:
>
> hello
> I am trying to use SVNKit on iSeries servers. My repos are on a windows
> server and I plan to access them over HTTP. I installed Java 1.5 on
> iSeries servers and ftped the svnkit installation zip file
> (org.tmatesoft.svn_1.3.5.standalone.zip) and extracted under root using
> qsh. I tried running jsvn commands but it wont work. I googled a bit and
> bumped into this article
> (http://www.ibmsystemsmag.com/ibmi/developer/rpg/Free-Source-Version-Control-for-Your-RPG/)
> but this seems to be older version of SVNKit with different jar files. Do
> these instrucitons still apply to the newer version or is there any other
> documentation out there to make it work on iSeries.
>
> Would appreciate your help
>
> thanks
> gnan
>
--
View this message in context:
http://old.nabble.com/SVNKit-on-IBM-iSeries-tp31391528p31470820.html
Sent from the SVNKit - Users mailing list archive at Nabble.com.