Hello Daniel,
With Subversion you can't run diff on targets from different
repositories. What you can do is get file's contents using SvnCat
operation and save this contents to files. Then generate diff with the
help of internal SvnDiffGenerator class (may need to set more options
to make it work)
Hello Daniel,
> The repositories contains two differents evolutions of the ProjectX, so i
> want to do a diff of a fileX1 from svn1 to a fileX2 from svn2. In order to
> do this, i have to provide two credentials for my authentication manager
> (one for svn1 and other for svn2), right?
>
> Then i