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

WIN32 compability in svn_ra_local__split_URL?

From: Magnus Sirwi� <sirwio_at_hotmail.com>
Date: 2001-04-26 15:06:27 CEST

Hi,

I think there are some WIN32 compability issues in function
svn_ra_local__split_URL in file split_url.c

A file URL will on uni* be something like:
file:///svnroot/HelloWorld
or with the host specified
file://localhost/svnroot/HelloWorld

On WIN32 the URL would be:
file://localhost/C:\svnroot\HelloWorld

The svn_ra_local__split_URL doesn't take this into account and doesn't
remove the first / from the url path.

What is the best way to fix this?

A while ago I submitted some WIN32 patches. Although I know some of them
didn't quite follow the submission guidelines they were not that ugly (I
would say that some even followed the guidelines).

Is there any use submitting WIN32 patches? I'm eager to contribute but if
nothing gets commited or if no one gives feedback I won't bother to annoy
this list any more...

\Magnus

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Received on Sat Oct 21 14:36:29 2006

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.