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

Re: [PATCH] Make vanilla switch capable of changing the repository root

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 28 Aug 2008 07:02:59 +0300 (Jerusalem Daylight Time)

Karl Fogel wrote on Wed, 27 Aug 2008 at 23:30 -0400:
> I simply assumed that -rBASE did the right thing in the presence of
> mixed revisions, but I see I was wrong.
>
> Is this a bug? (The behavior, I mean, not me being wrong about
> something.)
>

At least, it's inconsistent. It's inconsistent with 'diff':

    % svnversion
    1

    % svn up iota -r0
    D iota
    Updated to revision 0.

    % svn di

    % svn di -r BASE

    %

and with 'proplist':

    % svnversion
    1

    % svn ps -q k v iota

    % svn ci -q -m ps iota

    % svn up -q -r1 iota

    % svn pl -r BASE -R

    %

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-08-28 06:03:15 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.