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

revision only visible in non-restricted logs

From: Matt McHenry <mmchenry_at_carnegielearning.com>
Date: Thu, 11 Jun 2009 14:17:53 -0400

I recently made a rather large commit to our repository, and
it's not showing up the way I would expect when I do 'svn log'.
Specifically, I did a 'merge --reintegrate' of a branch back into the
trunk. The resulting revision shows up in a log on the whole
repository, but not if I restrict that log to just the trunk. Is this a
known bug? Here are the commands I'm running:

$ svn --version | head -n 2
svn, version 1.5.0 (r31699)
   compiled Jun 20 2008, 22:11:29

$ svn log -r 103851 svn://dev # here's the revision in question
------------------------------------------------------------------------
r103851 | matt | 2009-06-09 13:40:23 -0400 (Tue, 09 Jun 2009) | 1 line

merging changes from localization branch
------------------------------------------------------------------------

$ svn log -v -r 103851 svn://dev | wc -l # it touched a lot of files
12580

$ svn log -qv -r 103851 svn://dev | grep -v trunk # all of them were on
the trunk
------------------------------------------------------------------------
r103851 | matt | 2009-06-09 13:40:23 -0400 (Tue, 09 Jun 2009)
Changed paths:
------------------------------------------------------------------------

$ svn log -q svn://dev | head -n 10000 | grep 103851 # it shows up in
the history of the full repository
r103851 | matt | 2009-06-09 13:40:23 -0400 (Tue, 09 Jun 2009)
svn: Write error: Invalid argument

$ svn log -q svn://dev/trunk | head -n 10000 | grep 103851 # but not in
the history of the trunk???
svn: Write error: Invalid argument

        On the server, I have:

$ svnserve --version | head -n 1
svnserve, version 1.5.2 (r32768)

        I get the same missing revision bug when running the log against
the trunk using file:// repository access on the server. Any help is
greatly appreciated!

Matt McHenry
412-690-2442 x150
Software Developer
Carnegie Learning, Inc.
Learning By Doing (r)
Helping over 500,000 students in 2,600 schools to succeed in math.
http://www.carnegielearning.com

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2361401

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-11 20:18:43 CEST

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.