[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Possible bug in JavaHL?

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-02-11 19:20:13 CET

This came in through the Subclipse list and I did some testing to verify
it. Client and server are both at 1.1.3.

If I try to do a mkdir directly to the repository via JavaHL and the URL
contains spaces, then the command fails. Here is the transcript we see in
Eclipse:

mkdir -m "Test" http://svn.softlanding.com/svn/test/Test/New folder/ABC
    HTTP Path Not Found
svn: PROPFIND request failed on '/svn/test/Test/New folder'
svn: '/svn/test/Test/New folder' path not found

The "mkdir" you see above is just a pseudo-command for the user's benefit
that we place in the log. It is using JavaHL to make the directory.
Actually, if we change Subclipse to use the CLI, then everything works
fine.

This problem only happens over http://, not svn://

My guess is that the new auto-escaping code that went into 1.1 was done at
a level of the code that does not benefit JavaHL. This probably isn't the
only JavaHL method that would be effected by this.

Can I enter an issue for it?

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 11 19:23:00 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.