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

Re: Is this correct behavior for svn cat?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-09-06 12:12:51 CEST

On Sep 6, 2005, at 2:50 AM, Tom Mornini wrote:
>
> Shouldn't I (in a perfect world, or if I submitted the
> patch myself...) be able to do:
>
> svn log URL
>
> and see the log entries for that URL if it ever existed?

Actually, you run

    svn log -vq parentURL

The '-q' suppresses log messages, and the '-v' shows changed paths in
each revision. You're running log on the parent directory, because a
deletion is a change to the parent, not the file itself. All you
need to do is grep for "D file".

-- 
www.collab.net  <>  CollabNet  |  Distributed Development On Demand
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 6 12:14:38 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.