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

svn cat fails copied entry

From: OKADOME Junichi <tome_at_pe.hzs.co.jp>
Date: 2004-10-04 12:37:32 CEST

Hi all,

It seems like a bug.

svn cat -r <revision> URL fails copied (also moved) files.

To represent:
0.Confirm 'svn cat' success before copy.
  %svn cat -r 5 file:///C:/tmp/svnrepos/src/a.txt
  <snipped>

1.Make a copy of existent directory.
  %svn copy file:///C:/tmp/svnrepos/src file:///C:/tmp/svnrepos/copied
  Commited revision 10.

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'

Confirmed version is from 1.0.6 to 1.1.0.
I think that the way of searching revision of 'svn cat' is different
from 'svn diff''s, because 'svn diff' works well.
Could you tell me it is a known issue or not.

Thanks,

OKADOME Junichi <tome@pe.hzs.co.jp>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 4 12:38:11 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.