I'm not in a position to check the manuals right now, but I think VMS Java requires ODS-5.
You might be able to get it to work by playing with parse style and the related C Library feature logicals. Craig ----- Original Message ----- From: [email protected] <[email protected]> To: [email protected] <[email protected]> Sent: Fri Jun 24 11:00:00 2011 Subject: Re: SVNKit on openVMS Craig Volume Status: ODS-2, subject to mount verification, write-back caching enabled. Parse Style: Traditional Case Lookup: Blind Thanks gnan Jackson, Craig (Gale) wrote: > > Is the disk ODS-2 or ODS-5? > > What are the parse style settings? > > Craig Jackson > > ----- Original Message ----- > From: [email protected] <[email protected]> > To: [email protected] <[email protected]> > Sent: Fri Jun 24 10:05:02 2011 > Subject: SVNKit on openVMS > > > Hello > I am trying to checkout a working copy into my user dir on OpenVMS > platform. > My repo url has a mix of upper and lower case chars. When I try jsvn > checkout command, it converts all the url into lower case and throws error > saying it cant find the url i specified. > > My actual url is http://vpw39/svn/test_cms/trunk/SourceCode > > SEVERE: CLI: svn: URL 'http://vpw39/svn/test_cms/trunk/sourcecode' doesn't > exist > org.tmatesoft.svn.core.SVNException: svn: URL > 'http://vpw39/svn/test_cms/trunk/sourcecode' doesn't exist > at > org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64) > at > org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51) > at > org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:910) > at > org.tmatesoft.svn.cli.svn.SVNCheckoutCommand.run(SVNCheckoutCommand.java:99) > at > org.tmatesoft.svn.cli.AbstractSVNCommandEnvironment.run(AbstractSVNCommandEnvironment.java:134) > at > org.tmatesoft.svn.cli.AbstractSVNLauncher.run(AbstractSVNLauncher.java:81) > at org.tmatesoft.svn.cli.svn.SVN.main(SVN.java:26) > svn: URL 'http://vpw39/svn/test_cms/trunk/sourcecode' doesn't exist > > Any idea why the url is converted to all lower case while using svnkit? > > thanks > Gnan > > -- > View this message in context: > http://old.nabble.com/SVNKit-on-openVMS-tp31920129p31920129.html > Sent from the SVNKit - Users mailing list archive at Nabble.com. > > > > -- View this message in context: http://old.nabble.com/SVNKit-on-openVMS-tp31920129p31920553.html Sent from the SVNKit - Users mailing list archive at Nabble.com.
