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

Re: Getting a listing of files that ever existed?

From: Eric Hanchrow <offby1_at_blarg.net>
Date: 2005-10-08 21:05:04 CEST

>>>>> "Aleksey" == Aleksey Nogin <aleksey@nogin.org> writes:

    Aleksey> As far as I understand, "svn ls" is only capable of
    Aleksey> giving a listing of the files that exist[ed] in a
    Aleksey> _specific_ revision. Is there some way to get a listing
    Aleksey> of _every_ file that ever existed in a certain directory
    Aleksey> (i.e. a listing that would simultaneously include files
    Aleksey> long deleted and files recently added)? Thanks!

        svn log -vq url://repos | egrep '^ *\bA\b'
 

-- 
The only form of intelligence that really matters is the capacity to predict.
        -- Colin Blakemore
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 8 21:09:54 2005

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.