You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Aleksey Nogin <al...@nogin.org> on 2005/10/07 22:13:31 UTC

Getting a listing of files that ever existed?

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

P.S. If somebody is wondering what the motivation for this question is -
we are considering having a policy of removing (via "svn rm -R")
branches that are no longer "live" in order to make it easier to see
which branches are still live and to make it meaningful to check out the
"whole" repository (that would give the trunk and live branches). The
main problem with this approach it that extracting the list of _all_ the
branches (including the dead ones) would become pretty hard.

-- 
Aleksey Nogin

Home Page: http://nogin.org/
E-Mail: nogin@cs.caltech.edu (office), aleksey@nogin.org (personal)
Office: Moore 04, tel: (626) 395-2200

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Getting a listing of files that ever existed?

Posted by Eric Hanchrow <of...@blarg.net>.
>>>>> "Aleksey" == Aleksey Nogin <al...@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