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

Bug on svn --verbose log?

From: Mario Amaro <MAmaro_at_colbun.cl>
Date: 2005-01-28 18:30:57 CET

I am watching the log verbosely from a repository with the following
conditions:

trunk: revision 1
copy trunk to branchA: revision 2
commit modifications to branchA: revision 3
commit modification to trunk: revision 4
copy branchA to branchB: revision 5
commit modification to branchA: revision 6

Now I checkout the whole project with trunk and branches and I type 'svn
--verbose log' on the root of the project and the result is below.
The problem is the Changed paths report of revision 5. It says:

Changed paths:
   A /branches/b (from /branches/a:4)

I believe it would be better if it were

Changed paths:
   A /branches/b (from /branches/a:3)

for branchB was copied from branchA when branchA was in its revision 3 and I
can easily recover the revision number. In the actual situation, I have to
watch all over the log to find out what was the revision number for branchA
when the copy was made. Furthermore, if this were intended, what is the
point of always displaying <n-1> as in "from /branches/a:<n-1>" when the
copy has revision number <n>?

Regards,

Mario Amaro

------------------------------------------------------------------------
r6 | mamaro | 2005-01-28 13:17:53 -0300 (Fri, 28 Jan 2005) | 2 lines

branchA modified again
------------------------------------------------------------------------
r5 | mamaro | 2005-01-28 12:57:30 -0300 (Fri, 28 Jan 2005) | 2 lines
Changed paths:
   A /branches/b (from /branches/a:4)

branchB

------------------------------------------------------------------------
r4 | mamaro | 2005-01-28 12:56:51 -0300 (Fri, 28 Jan 2005) | 2 lines
Changed paths:
   M /trunk/test.c

trunk modified

------------------------------------------------------------------------
r3 | mamaro | 2005-01-28 12:56:24 -0300 (Fri, 28 Jan 2005) | 2 lines
Changed paths:
   M /branches/a/test.c

branchA modified

------------------------------------------------------------------------
r2 | mamaro | 2005-01-28 12:55:03 -0300 (Fri, 28 Jan 2005) | 2 lines
Changed paths:
   A /branches/a (from /trunk:1)

branchA

------------------------------------------------------------------------
r1 | mamaro | 2005-01-28 12:53:39 -0300 (Fri, 28 Jan 2005) | 2 lines
Changed paths:
   A /branches
   A /trunk
   A /trunk/test.c

initial import

------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 31 06:32:41 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.