[Zope-dev] Re: Proposal:  Scrap zpkg for Zope2 releases
    Florent Guillaume 
    fg at nuxeo.com
       
    Sun Jun 25 14:53:44 EDT 2006
    
    
  
Tres Seaver wrote:
> BTW, a small nit of mine with subversion:  can anybody tell me how to
> find the revision in which a directory was moved / removed, preferably
> via the web interface?  Subversion doesn't seem to expose a way to ask
> about a name which, like the "man upon the stair" isn't there any more.
Something based on svn log -v, for instance:
   svn log -v | awk '/^(r|   D}/{print};'
Florent
-- 
Florent Guillaume, Nuxeo (Paris, France)   Director of R&D
+33 1 40 33 71 59   http://nuxeo.com   fg at nuxeo.com
    
    
More information about the Zope-Dev
mailing list