It seems that I cannot cat an older version of a file arraylist.cs.
I don't think I did anything unusual. Here is some output. Is this
what is supposed to happen? Any help would be appreciated. Please
send responses directly to me - I'm not on the mailing list.
% svn --version
svn, version 1.3.0 (r17949)
compiled Jan 15 2006, 23:18:48
% ls
assert.cs
% svn diff # directory is up to date
% svn update # be sure we're up to date
At revision 15.
% svn list -r 15 # as expected - does not include arraylist.cs
assert.cs
% svn list -r 11 # as expected - includes arraylist.cs
arraylist.cs
assert.cs
% svn cat -r 11 arraylist.cs # why can't I cat arraylist.cs?
svn: 'arraylist.cs' has no URL
% svn cat -r 11 assert.cs # works fine
(assert.cs's contents)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 8 08:15:04 2006