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

Re: And now that *that's* over with...

From: Branko Èibej <brane_at_xbc.nu>
Date: 2001-01-13 01:02:04 CET

C. Michael Pilato wrote:

> ...let me ask a general question of any who might know?
>
> I'm looking at a bug Bill Tutt's found with path separators under Windows,
> and think I've found the root of the problem, but: does anyone know if
> the autoconf stuffs have been set up to properly #define separators for
> the svn_path_local_style and svn_path_url_style enums?

I don't think so, and anyway, we only use autoconf on Unix-like systems
that use "/".

> Karl's got
> SVN_PATH__REPOS_SEPARATOR doing its thing...but that seems to be the only
> one in place. I don't see anything in config.h,

I'd go ahead and just define the local separator as "/" in configure.in,
and put "\\" in config.hw, which is what config.h is created from on
Windows.

SVN_PATH__URL_SEPARATOR should always be "/", on all platforms.

> but Ben sez there's some
> history in existence as to why we don't use config.h anyway.

That's just because we didn't need it -- most of the system-specific
bits are handled by APR, and we want to keep it so. However, we already
use config.h to find the diff and patch programs for the client library.
There's nothing wrong with using it fot the path library, too.

> If you've
> got the time to download your brainshare into my current SVN void, I'm all
> ears (or eyes, as the case may be).

Ah, cat /proc/brain >/dev/null, and hope to get an ENOSPC. :-)

-- 
Brane �ibej
    home:   <brane_at_xbc.nu>             http://www.xbc.nu/brane/
    work:   <branko.cibej_at_hermes.si>   http://www.hermes-softlab.com/
     ACM:   <brane_at_acm.org>            http://www.acm.org/
Received on Sat Oct 21 14:36:19 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.