How to list all the diff file between two revisions

View: New views
2 Messages — Rating Filter:   Alert me  

Parent Message unknown How to list all the diff file between two revisions

by Dan HE :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

As the latest Svn client provides a GUI for user to list all the modified files between two revisions.
Do anybody know if there are corresponding APIs for this feature?
Thank you very much.

Dan


 



Re: How to list all the diff file between two revisions

by Alexander Kitaev-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Dan,

First normal "svn diff" (SVNDiffClient.doDiff(...)) will show all
modified files along with information on what exactly has changed.

Also, there is "svn diff -summarize" (SVNDiffClient.doDiffStatus(...)) -
that will report only information on files being modified to the
provided handler.

Alexander Kitaev,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!
http://sqljet.com/ - Java SQLite Library!

Dan HE wrote:

> As the latest Svn client provides a GUI for user to list all the
> modified files between two revisions.
> Do anybody know if there are corresponding APIs for this feature?
> Thank you very much.
>
> Dan
>
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: svnkit-users-unsubscribe@...
For additional commands, e-mail: svnkit-users-help@...