Guenter wrote:
>
> Hi,
>
> did you try already SVNKit 1.7.4 on OpenVMS? I have troubles to get it
> work.
>
> When I want to checkout a repository jsvn hangs and no file is checked
> out.
> Adding a file and commit it to the repository is working well.
> With SVNKit 1.3.0 it is working well.
>
> Anyone has a hint what's wrong?
>
> I use OpenVMS Alpha V7.3-2, Java 1.5.0-3 and Subversion repository 1.6.4
> (r38063) on OpenSUSE 11.1.
>
> By the way, the modified jsvnsetup.openvms from Bill Pedersen is not
> included in the actual kit. There is still a problem with the script if
> you have defined decc$efs_case_preserve before you execute the
> jsvnsetup.openvms script. Here is the script I use:
>
> $!
> $ if f$type(java) .nes. "STRING" .or. "''java'" .eqs. ""
> $ then
> $ write SYS$OUTPUT "You must have the JAVA symbol properly set before
> using this command"
> $ exit
> $ endif
> $ env = f$env("PROCEDURE")
> $ home = f$parse(env,,,"device") + f$parse(env,,,"directory") - ".bin" -
> ".BIN"
> $ define/job/nolog svnkit_home 'home'
> $!
> $ define/job/nolog decc$argv_parse_style enable
> $ define/job/nolog decc$efs_case_preserve enable
> $!
> $ if f$edit(f$trnlnm("DECC$EFS_CASE_SPECIAL"),"UPCASE") .eqs. "ENABLE"
> $ then
> $ write sys$output " "
> $ write sys$output "JSVNSETUP: DECC$EFS_CASE_SPECIAL defined! Please
> deassign logical otherwise jsvn might not function properly!
> "
> $ write sys$output " "
> $ endif
> $!
> $!
> $ CP = "/svnkit_home/lib"
> $ CP = CP + ":/svnkit_home/lib/svnkit-1.7.4.jar
> $ CP = CP + ":/svnkit_home/lib/sequence-library-1.0.1.jar
> $ CP = CP + ":/svnkit_home/lib/sqljet-1.1.0.jar
> $ CP = CP + ":/svnkit_home/lib/antlr-runtime-3.4.jar
> $ CP = CP + ":/svnkit_home/lib/jna-3.4.0.jar
> $ CP = CP + ":/svnkit_home/lib/trilead-ssh2-1.0.0-build214.jar
> $ CP = CP + ":/svnkit_home/lib/svnkit-cli-1.7.4.jar
> $ OPT = " "
> $! OPT =
> "-Djava.util.logging.config.file=/svnkit_home/conf/logging.properties"
> $!
> $ JV = f$edit(java,"collapse")
> $ jsvn == "''JV' ''OPT' -cp ''CP' ""org.tmatesoft.svn.cli.svn.SVN"""
> $ jsvnadmin == "''JV' ''OPT' -cp ''CP'
> ""org.tmatesoft.svn.cli.svnadmin.SVNAdmin"""
> $ jsvnlook == "''JV' ''OPT' -cp ''CP'
> ""org.tmatesoft.svn.cli.svnlook.SVNLook"""
> $ jsvnsync == "''JV' ''OPT' -cp ''CP'
> ""org.tmatesoft.svn.cli.svnsync.SVNSync"""
> $ jsvndumpfilter == "''JV' ''OPT' -cp ''CP'
> ""org.tmatesoft.svn.cli.svndumpfilter.SVNDumpFilter"""
> $ jsvnversion == "''JV' ''OPT' -cp ''CP'
> ""org.tmatesoft.svn.cli.svnversion.SVNVersion"""
> $!
>
> @SVNKit developers: Please include this script in the next release of
> SVNKit.
>
>
Thanks, Guenter.
Have set this aside as I build up a test system here. And get some other
things - volunteering for the local high school robotics club competition -
out of the way...
I hope to get back to this sometime in May...
Thanks,
Bill.
--
View this message in context:
http://old.nabble.com/SVNkit-on-OpenVMS-Alpha-V8.3-with-Java-1.5...-tp33349771p33694058.html
Sent from the SVNKit - Users mailing list archive at Nabble.com.