Try to set DECC$EFS_CASE_PRESERVE to "ENABLE" Günter
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of sebb Sent: Friday, June 24, 2011 7:04 PM To: SVNKit Library Users List Subject: Re: SVNKit on openVMS On 24 June 2011 16:56, Jackson, Craig <[email protected]> wrote: > I'm not in a position to check the manuals right now, but I think VMS Java > requires ODS-5. Not to my knowledge. I've not used Java 6 on VMS, but last time I tried (a year or so ago) Java 5 worked fine on ODS-2. One does have to be a bit careful with command-line quoting of Java class names, but otherwise it works OK in my experience. I've used Apache Tomcat and Apache JMeter on VMS without filename issues. > You might be able to get it to work by playing with parse style and the > related C Library feature logicals. Worth a try - also check the VMS Java release notes. > 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. > > >
