Hi,
I've been trying to track down a problem in Subclipse where we sometimes
don't get all the history for a file. This seems to occur to files that
have moved location.
Using the sample code I am only seeing two history entries
SVNClient svnClient = new SVNClient();
LogMessage[] logs =
svnClient.logMessages("file:///g:/repos/Test2/test/test2.txt", new
Revision.Number(0), Revision.HEAD);
System.out.println(logs.length);
Prints out "2"
I also only get two log entries when using RapidSVN .. yet ....
The svn command line svn log -r 0:HEAD
file:///g:/repos/Test2/test/test2.txt gives me the full history.
Any ideas? Should I send this over to the dev list?
(PS I guess I have to be subscribed to submit to this list?!)
------------------------------------------------------------------------
r27 | (no author) | 2004-02-06 17:43:30 +1100 (Fri, 06 Feb 2004) | 1 lin
test
------------------------------------------------------------------------
r28 | (no author) | 2004-02-06 17:52:39 +1100 (Fri, 06 Feb 2004) | 1 lin
test
------------------------------------------------------------------------
r30 | (no author) | 2004-02-06 17:53:30 +1100 (Fri, 06 Feb 2004) | 1 lin
ad
------------------------------------------------------------------------
r33 | (no author) | 2004-02-06 18:01:08 +1100 (Fri, 06 Feb 2004) | 1 lin
sdf
------------------------------------------------------------------------
r34 | (no author) | 2004-02-06 20:59:52 +1100 (Fri, 06 Feb 2004) | 2 lin
test
------------------------------------------------------------------------
r35 | (no author) | 2004-02-06 21:00:15 +1100 (Fri, 06 Feb 2004) | 1 lin
sdf
------------------------------------------------------------------------
r37 | (no author) | 2004-02-06 21:01:06 +1100 (Fri, 06 Feb 2004) | 1 lin
dsfsdf
------------------------------------------------------------------------
r38 | (no author) | 2004-02-06 21:01:31 +1100 (Fri, 06 Feb 2004) | 2 lin
test
------------------------------------------------------------------------
r39 | (no author) | 2004-02-06 21:03:07 +1100 (Fri, 06 Feb 2004) | 1 lin
test
------------------------------------------------------------------------
r40 | (no author) | 2004-02-06 21:04:44 +1100 (Fri, 06 Feb 2004) | 1 lin
sdf
------------------------------------------------------------------------
r42 | (no author) | 2004-02-06 21:07:23 +1100 (Fri, 06 Feb 2004) | 1 lin
------------------------------------------------------------------------
r46 | dbradby | 2004-02-07 10:11:13 +1100 (Sat, 07 Feb 2004) | 1 line
sdf
------------------------------------------------------------------------
r47 | dbradby | 2004-02-07 10:11:53 +1100 (Sat, 07 Feb 2004) | 1 line
sdf
------------------------------------------------------------------------
r48 | dbradby | 2004-02-07 10:17:14 +1100 (Sat, 07 Feb 2004) | 1 line
test
------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 12 01:21:11 2004