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

RE: svn cat on moved revisions

From: Ray Johnson <Rayj_at_ingenio.com>
Date: 2004-10-21 18:44:39 CEST

Intuitively that was what I was expecting with the 1.1 release. (But
you state it much more clearly than I would have! :)

I certainly vote for the bug to be reopened.

Ray

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Thursday, October 21, 2004 9:31 AM
To: Ray Johnson
Cc: users@subversion.tigris.org
Subject: Re: svn cat on moved revisions

On Oct 20, 2004, at 6:27 PM, Ray Johnson wrote:

>
> Oh. Bummer for me I guess... I'm working on a tool that access the
> repository through a URL, so the working copy thing doesn't work too
> well for me.
>
> I gather there is no way to do this via just a URL? Kind of weird
> (IMHO) that the command would work differently for a URL vs. a WC -
> but I guess this would not be the only example of that...
>

Actually, I think we implemented something different than what we
wanted.

What we have now:

   * svn cmd -rX URL --> doesn't trace renames.
   * svn cmd -rX working-copy-path --> traces renames, using
wc-path@BASE as start.

What we *should* have:

   * svn cmd -rX URL --> traces renames, using URL@HEAD as start.
   * svn cmd -rX working-copy-path --> traces renames, using
wc-path@BASE as start.
   * svn cmd URL@X --> doesn't trace renames.

Maybe we should re-open issue 1093 to fix this.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 21 18:45:08 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.