RE: Getting a listing of files that ever existed?
From: Dale Hirt <dale_at_sbcltd.com>
Date: 2005-10-08 00:27:49 CEST
You want to see the branches that are no longer in existence? or you want to see which current branches haven't been worked on in some time?
Here's a sample of what I did:
$ svn ls http://server/repos/branches
$svn info http://server/repos/branches/testing
This way you can manually see when the last time a branch was modified and do a 'vn rm' on it.
Dale
-----Original Message-----
As far as I understand, "svn ls" is only capable of giving a listing of
P.S. If somebody is wondering what the motivation for this question is -
-- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sat Oct 8 00:29:47 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.