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

RE: [PATCH] New XFail test : 'svn up' fails if external propset is not committed.

From: Bert Huijben <bert_at_qqmail.nl>
Date: Fri, 25 Feb 2011 15:58:32 +0100

> -----Original Message-----
> From: Noorul Islam K M [mailto:noorul_at_collab.net]
> Sent: vrijdag 25 februari 2011 7:40
> To: Subversion
> Subject: [PATCH] New XFail test : 'svn up' fails if external propset is
not
> committed.
>
> Log
> [[[
>
> 'svn up' fails if external propset is not committed.

I'm not sure if we should call this an error/bug.

I think externals were designed to operate only on committed nodes.

This has the nice side effect that when you remove the externals definition
it gets removed later on.

Once we start parsing externals from property definitions that are only
edited locally we break this nice feature of automatically removing the
externals.

Note that we already started breaking this feature a bit before this patch,
because we now check externals definitions on added nodes.
(Which now has issues of its own; see issue #3819)

        Bert
Received on 2011-02-25 15:59:07 CET

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.