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

Possible subversion bug with svn log?

From: Srinivas Kotla <skotla_at_broadsoft.com>
Date: 2006-08-15 22:00:21 CEST

Hi,

We noticed that when a new directory with new files is added to
repository and then subsequently a merge is done to a different branch,
the log is incomplete.

 

[skotla@drew trunk]$ svn --version

svn, version 1.3.0 (r17949)

   compiled Mar 1 2006, 17:05:34

 

For example:

[skotla_at_drew trunk]$ svn log -r 56 -v file:///home/skotla/skrepos

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

r56 | skotla | 2006-08-15 15:34:19 -0400 (Tue, 15 Aug 2006) | 2 lines

Changed paths:

   A /sw/ws12/newdir

   A /sw/ws12/newdir/new.c

   A /sw/ws12/newdir/new.h

 

This is a test for svn log.

 

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

 

[skotla@drew trunk]$ svn merge -r55:56
file:///home/skotla/skrepos/sw/ws12

A newdir

A newdir/new.h

A newdir/new.c

 

[skotla@drew trunk]$ svn ci -m "Check svn log after merge of new dir and
files"

Adding newdir

Adding newdir/new.c

Adding newdir/new.h

 

Committed revision 57.

 

[skotla@drew trunk]$ svn log -r 57 -v
file:///home/skotla/skrepos/sw/trunk

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

r57 | skotla | 2006-08-15 15:36:06 -0400 (Tue, 15 Aug 2006) | 1 line

Changed paths:

   A /sw/trunk/newdir (from /sw/ws12/newdir:56)

 

Check svn log after merge of new dir and files

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

 

-- 
<http://www.broadsoft.com/images/r1c1.gif> 
  <http://www.broadsoft.com/images/r1c1.gif> 
<http://www.broadsoft.com/images/r1c1.gif> 
<http://www.broadsoft.com/images/r1c1.gif> 
Srinivas Kotla | BROADSOFT Inc. 
P| 240.364.5260  Email| skotla@broadsoft.com
<mailto:skotla@broadsoft.com> 
Mail| 220 Perry Parkway | Gaithersburg | MD 20877
 

image001.jpg
Received on Tue Aug 15 23:06:24 2006

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.