Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OT: retrieving log with svn
Date: Sun, 12 Jun 2011 16:04:34
Message-Id: 20110612152324.GB3061@solfire
In Reply to: Re: [gentoo-user] OT: retrieving log with svn by covici@ccs.covici.com
1 covici@××××××××××.com <covici@××××××××××.com> [11-06-12 17:12]:
2 > meino.cramer@×××.de wrote:
3 >
4 > > Hi,
5 > >
6 > > For tracing an issue with a software (OpenSource) I need to know,
7 > > what file gets changed in what revision (the change itsself is
8 > > subject to further checks...).
9 > > I dont want to stress the svn server more than nescessary so
10 > > I want to issue the correct command once.
11 > >
12 > > With other projects I did a
13 > >
14 > > svn log
15 > >
16 > > and its lists all revisions and the comments made, but
17 > > not a list of filenames of the files, which were changed
18 > > at each revision.
19 > >
20 > > Is there a way to get a list of all files changed
21 > > with each revision for all revisions?
22 > > What command do I need to submit?
23 > Check the man page, but I use svn -v log to get the file names.
24 >
25 > Hope this helps.
26 >
27 > --
28 > Your life is like a penny. You're going to lose it. The question is:
29 > How do
30 > you spend it?
31 >
32 > John Covici
33 > covici@××××××××××.com
34 >
35
36 Hi John,
37
38 YES! That helps a lot ! THX! :)
39 Best regards,
40 mcc