Hello,
as I stated in other posts, I am implementing a piece of software which
analyzes source files for well known
open source projects. To do so I want to get all history of a project (log
entries) and then to download all source files that are referred (changed
paths of SVNLogEntry) to each log.
The problem is that:
Let say I have the SVNUrl which is java/core/trunk.... I get all history of
this directory recursively. At this moment everything is fine. The problem
is that this directory was not created since the beginning of the project,
Actually all source files has been added to this directory after the project
was confirmed to be to a "trunk" state. Sow what I need to know is: should I
call SVNRepository.log() with strictNode = true? If so what is ancestor log
history?
--
View this message in context:
http://old.nabble.com/What-is-ancestor-log-history%3A-SVNRepository.log%28%29--tp32571191p32571191.html
Sent from the SVNKit - Users mailing list archive at Nabble.com.