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

Re: retrieving changelog of deleted files.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-10 05:19:40 CEST

On May 9, 2005, at 10:13 PM, Alan Knowles wrote:

> I was hoping to use it on the xul interface, unfortunatly something as
> simple as this produces 1.2Mb of data. (and this is not the root
> folder,
> where the original test was to occur..)
>
> svn log -v http://www.akbkhome.com/svn/akpear | wc
> 29087 115706 1267769
>

No need to grep all the commit messages. 'svn log -vq' shows only
the changed paths in each revision.

> looking at the client api / subversion book, it doesnt look like there
> is any method of either getting log info for
> - single level (eg. just log of files in this folder, not subfolders)
> - ls (with deleted items and last modified.)
>

Correct.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 10 05:22:31 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.