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

RE: Can't commit multiple externals with depth infinity

From: Bert Huijben <bert_at_vmoo.com>
Date: Wed, 9 Jul 2008 02:30:14 +0200

> -----Original Message-----
> From: C. Michael Pilato [mailto:cmpilato_at_collab.net]
> Sent: woensdag 9 juli 2008 2:01
> To: Bert Huijben (TCG)
> Cc: dev_at_subversion.tigris.org
> Subject: Re: Can't commit multiple externals with depth infinity
>

> > # But then I tried
> >
> > svn ci -m "" a/f b/f build/f
> > #svn: Commit failed (details follow):
> > #svn: Unrecognized URL scheme for ''
> >
> > ============================
> > I never would have guessed this error.
>
> So, was the problem then that the externals definition fields were
> reverse?

This syntax was added in 1.5

> Do we need to do a little svn_path_is_url() checking somewhere before
> trying to foist data off to the RA layer?

I haven't looked further into it (it's 2.23 AM here; will look further tomorrow), but the AnkhSVN user gets errors like
No repository found in 'svn://my.svn.machine'

Where the repository root of all his projects is at least one level below this url. (E.g. svn://my.svn.machine/repos1/)

And he also gets
Repository UUID '9b3d0423-60ab-dd4e-81ac-4adbc8f81a42' doesn't match expected UUID 'af68716e-4a8a-e246-9870-ab4ee277394c' errors with multiple repositories on the same machine.

(I asked him to perform a clean checkout and he could repeat the UUID issue. All this with 1.4 servers and a 1.5 client)

        Bert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-07-09 02:31:07 CEST

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.