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

Re: svn cat fails copied entry

From: OKADOME Junichi <tome_at_pe.hzs.co.jp>
Date: 2004-10-07 04:00:26 CEST

Ben Collins-Sussman <sussman@collab.net> wrote:
> >
> > 2.Do 'svn cat' specified '-r' with any older revision and copied path.
> > %svn cat -r 5 file:///C:/tmp/svnrepos/copied/a.txt
> > svn: File not found: revision 5, path '/copied/a.txt'
>
> This will fail with svn 1.0.x clients. It should succeed with 1.1.x
> clients.
> It's one of the new "features" in svn 1.1 clients.

Does this relate to the 'Client follows renames' feature in 1.1.0's New
Major Features?

Surely, It works with working copy.
%svn cat -r5 a.txt

But does not work with URL to repos.
%svn cat -r5 file:///tmp/svnrepos/copied/a.txt

Arranged testing with '-r' and with older version (before copied):
cmd WC URL
-------------------------
cat OK NG
ls OK NG
diff OK OK
merge OK OK
log NG NG
copy NG NG

All should work right?

Thanks,
OKADOME Junichi
 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 7 04:00:43 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.