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

Re: svn cat doesn't work on moved files

From: Colin Watson <cjwatson_at_flatline.org.uk>
Date: 2003-03-27 23:23:25 CET

On Thu, Mar 27, 2003 at 10:18:00PM +0000, Philip Martin wrote:
> "SteveKing" <steveking@gmx.ch> writes:
> > seems there was a slight misunderstanding.
> > lets make it clear:
> >
> > svn cat -rX+2 wc/foo
> > would output "bar"
> >
> > svn cat -rX+1 wc/foo
> > would output "bar"
> >
> > svn cat -rX wc/foo
> > would output "bar"
>
> How about 'svn cat -rX http://server/repo/foo'? I suppose that would
> output "foo". What about 'svn cat -rX+1 http://server/repo/foo'? I
> suppose that returns an error "foo not found". It seems that working
> copy paths and URLs produce different results.

That's certainly what I'd expect. Intuitively, working copy paths should
use context from what's in the working copy; URLs should not.

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 27 23:24:11 2003

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.