[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-10-21 18:30:38 CEST

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:32:19 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.