[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: Tom Mornini <tmornini_at_infomania.com>
Date: 2005-09-06 12:31:31 CEST

Thank you Ben!

I've been meaning to ask you a question for some time:

The quantity and speed of your responses to questions on the
list would indicate that you are a list bot and not a human.

The quality of your answers would indicate that you are a
human and not a list bot.

Which are you?

Something new, perhaps? :-)

--
-- Tom Mornini

On Sep 6, 2005, at 3:12 AM, Ben Collins-Sussman wrote:

> 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".

---------------------------------------------------------------------
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:33:19 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.