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

Re: Listing deleted files

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-11-05 18:31:21 CET

Jason Rust <jrust@rustyparts.com> writes:

> Is there a way to list all the files in a directory, including the ones
> that were deleted?

If they were deleted, they aren't in that directory. :-)

> I know I could parse the log entries for a directory to find those
> files that were deleted, but it would be cool if there was something
> like svn ls --deleted with the result being a list of files in the
> directory (with deleted files being tagged somehow). Maybe a
> post-1.0 feature?

Are you talking about in the working copy, or in the repository?
I dunno why I asked. Regardless, this feature is a non-starter. As I
pointed out, if something is deleted (read "removed", "missing",
"absent", "not present"), there's nothing to say about it.

Deletion is an action between states, not a state itself.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 5 18:33:06 2003

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.