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.


Reply via email to