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

Re: How can i display all the file changes in a single revision on command line?

From: Steven Bakke <steven.bakke_at_amd.com>
Date: Wed, 29 Oct 2008 12:02:27 -0400

I don't think you can do it in a single command:

svn log --verbose

This will tell you all of the files changed plus the checkin comment.

svn blame <file> [--verbose]

This will tell you which lines were changed by which user in which
revision.

-steve

On Oct 29, 2008, at 11:56 AM, baz themail wrote:

> I tried that and it shows the changed files.
>
> Is there a way to show the comment for revision 1234 as well as its
> changes?
>
> On Wed, Oct 29, 2008 at 8:48 AM, Rock Sun <daijun_at_gmail.com> wrote:
> The command would be:
> svn diff -c 1234 --summarize http://svn/application
>
> btw:
> Please Reply To ALL when send mail back.
>
> 2008/10/29 Andy Levy <andy.levy_at_gmail.com>
>
> On Wed, Oct 29, 2008 at 11:42, Rock Sun <daijun_at_gmail.com> wrote:
> > In the Working copy run:
> >
> > svn diff -c 98 --summarize
>
> -c is the shortcut (which I forgot) for the syntax I gave where 98
> would be REVNUM (just a note to prevent confusion for the OP).
>
> > 2008/10/29 baz themail <bazthemail_at_gmail.com>
> >>
> >> How can i display all the file changes in a single revision on
> command
> >> line? What command should i use? Thanks. A.
> >
> >
> >
> > --
> > My Blog: http://rocksun.cn/
> > My Site: http://www.subversion.org.cn
> >
>
>
>
> --
> My Blog: http://rocksun.cn/
> My Site: http://www.subversion.org.cn
>
Received on 2008-10-29 17:03:17 CET

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.