Hello Alexander,
the editor.getDirProps() Method returns a emtpy field. But why, I cannot reproduce. When I set a breakpoint in the PropFetchingEditor class it never stops there.
However, I upgraded the SVNKit library to the latest version and it works :). The changes I had to do, were minimal. I had to change the doCopy function because of the new construtor (->SVNCopySource). Furthermore the getFile() function of the SVNRepository class needed a SVNProperties object. That was all (hope so).
After the upgrade the editor.getDirProps() returns something about the repository dirs. And yes, also the paths :))!
Now I have to find out in which order the paths were returned. But I am sure you know it, don`t you?
Regards,
Sandro
Alexander Kitaev-3 wrote:
Hello Sandro,
> Does not work for me so far :(.
Could you provide more information on what exactly doesn't work?
> Does it only work with a new version from SVNKit? Unfortunately I have to
> use the very old version 1.0 :(! But, if this can fix my problem I
will try
> to update SVNKit. Are the new versions compatible to all 1.0 functions?
Newer versions of SVNKit are not binary compatible with 1.0 version of
it, but in general you'll have to do not a lot of changes to the
existing code you have - and we'll be glad to help you with the transition.
Alexander Kitaev,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!
Sandro F wrote:
> Does not work for me so far :(.
>
> Does it only work with a new version from SVNKit? Unfortunately I have to
> use the very old version 1.0 :(! But, if this can fix my problem I will try
> to update SVNKit. Are the new versions compatible to all 1.0 functions?
>
> Regards,
> Sandro
>
>
>
>