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

Can't list a deleted directory with revision number?

From: Jing Xue <jxue01_at_digizenstudio.com>
Date: 2007-02-14 20:20:20 CET

A while ago - r416 - I did some refactoring and deleted a directory. Now
I'm at r419, and need to have a list of the files that used to be in
that directory, so I do:

svn list -r 415 svn://server/proj/trunk/source_code/com/model

and get:

svn: File not found: revision 419, path '/proj/trunk/source_code/com/model'

If I try to list any of the directories above 'model' with '-r 415', it
always works, probably because they still exist in r419. For instance,
if I do:

svn list -r 415 svn://server/proj/trunk/source_code/com

I get:

model/
digizen/

which were the two directories under 'com' in r415.

So how do I go about and list the content of a deleted directory? And
why 'svn list -r 415' doesn't work for me?

Thanks for any pointers.

-- 
Jing Xue
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 14 20:21:01 2007

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.