I'm trying to develop a quick tool that will log the differences between
different revisions of my subversion projects in eclipse. What I need to do is
for each revision 'r', do a diff between 'r' and 'r+1'. So, the problem is
pretty simple. However, I'm getting stuck trying to use the svnClientAdapter
library. The problem is that I can't simply get a list of different revisions in
the repository, or there is no way (that I can tell) to get the next or previous
revision given a particular revision (there is the PREVIOUS revision type in
SVNRevision... but what does that mean? Previous to what?). It would be a simple
task of incrementing revision numbers if it weren't for the fact that there is
the possibility of having a number revision or a date revision in the
repository. If I get a date revision from head or from start, how do I know what
the next revision should be? Any help would be greatly appreciated. Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri Sep 22 01:19:17 2006