Re: Changes to the output of diff after upgrade to 1.7.4-v1

2012-08-22 Thread Jan Swaelens
Perfect, thanks again for everything!

Re: Changes to the output of diff after upgrade to 1.7.4-v1

2012-08-22 Thread Dmitry Pavlenko
We post an announcement to this mailing list for every release. I think we'll release within the next 2 months. -- Dmitry Pavlenko, TMate Software, http://subgit.com/ - git+svn on the server side > Thanks, do you have an idea of the timing (as when it will be releases)? > Or is there some way I

Re: Changes to the output of diff after upgrade to 1.7.4-v1

2012-08-22 Thread Jan Swaelens
Thanks, do you have an idea of the timing (as when it will be releases)? Or is there some way I can be notified when it comes out? thx

Re: Changes to the output of diff after upgrade to 1.7.4-v1

2012-08-22 Thread Dmitry Pavlenko
Hello, We've not decided yet, whether it will be 1.7.5-v2 or 1.7.6. But the fix will be definitely included into all next releases whatever its version names will be. I think if you specify >=1.7.5-v2 at the ticket description, it would imply both 1.7.5-v2 or 1.7.6. -- Dmitry Pavlenko, TMate So

Re: Changes to the output of diff after upgrade to 1.7.4-v1

2012-08-22 Thread Jan Swaelens
Would the first version including the fix be 1.7.6?

Re: Changes to the output of diff after upgrade to 1.7.4-v1

2012-08-20 Thread Jan Swaelens
Hi, Thanks, I patched your changes and the diff is coming out nicely once again! Can you indicate in which version number the fix will be included, I will need that information to raise an issue at atlassian to get the latest SVNKit included in bamboo. many thanks

Re: Changes to the output of diff after upgrade to 1.7.4-v1

2012-08-20 Thread Dmitry Pavlenko
I hope, I've solved the problem at r9444 of trunk. If you build SVNKit from sources, you may build it with command. ./gradlew clean build -x test -x signMaven The fix will be included into the next release. Thanks for helping me to solve this problem. -- Dmitry Pavlenko, TMate Software, http://

Re: Changes to the output of diff after upgrade to 1.7.4-v1

2012-08-20 Thread Dmitry Pavlenko
Thanks, now I managed to reproduce. Actually in order to reproduce one can just set current directory not to a parent or child of the working copy (but to an unrelated directory instead). The diff generator tries to compute a relative path of the changed path to the current directory, but doe

Re: Changes to the output of diff after upgrade to 1.7.4-v1

2012-08-20 Thread Jan Swaelens
Hi, Yeah I would have liked to have a decent repro too! Anyway, I hacked the code and it is giving me this (several times) as output from the diff generator: path= myAnchorPath1=http://revbase.sofico.be/svn/miles/generic/server/trunk/_java/source/be/sofico/basecamp myAnchorPath2=http://revbase.

Re: Changes to the output of diff after upgrade to 1.7.4-v1

2012-08-20 Thread Dmitry Pavlenko
Hello, very strange that you can't reproduce the problem. If you build SVNKit from sources or have a possibility to add some logging, please log the following values: In DefaultSVNDiffGenerator#displayFileDiff please log 'path' parameter and 'myAnchorPath1', 'myAnchorPath2' and 'myBasePath' f

Re: Changes to the output of diff after upgrade to 1.7.4-v1

2012-08-20 Thread Jan Swaelens
Hello, I managed to get my local debug environment up and running, it is however not reproducing the issue i am having. I was able to find out that the DefaultSVNDiffGenerator is being used. The current directory is set to '/data/bamboo-home/xml-data/build-dir/CODEDIFFS-CORE-JOB1/core/_java/so

Re: Changes to the output of diff after upgrade to 1.7.4-v1

2012-08-20 Thread Jan Swaelens
Hello, Just a small update, the workspace is in version 1.6. I'm having some trouble updating my bamboo plugin to the latest version, I'll provide an update when I get that far. thanks Jan Swaelens Development Sofico NV - www.sofico.be Technologiepark 1, B-9052 Zwijnaarde, Belgium Tel +32 9 210

Re: Changes to the output of diff after upgrade to 1.7.4-v1

2012-08-15 Thread Dmitry Pavlenko
VEHICLEMGR_UPDATE_NOT_ALLOWED_WITH_CONTRACT = 30665; > > > > > > Is a part of the source tree (working set) good enough? Sending the full > > source will be hard (size and security wise). > > (how can I send it?) > > > > many thanks, > > jan >

Re: Changes to the output of diff after upgrade to 1.7.4-v1

2012-08-15 Thread Dmitry Pavlenko
2 9 210 80 40 - Mobile +32 My Mobile > > > > From: > Dmitry Pavlenko > To: > svnkit-users@svnkit.com, > Cc: > Jan Swaelens > Date: > 08/14/2012 04:45 PM > Subject: > Re: Changes to the output of diff after upgrade to 1.7.4-v1 > > > >

Re: Changes to the output of diff after upgrade to 1.7.4-v1

2012-08-14 Thread Jan Swaelens
The instance running the client code is on a Linux OS.

Re: Changes to the output of diff after upgrade to 1.7.4-v1

2012-08-14 Thread Jan Swaelens
utput of diff after upgrade to 1.7.4-v1 Hello, I can't reproduce the problem. Could you please provide all the code related to diff with arguments (what revisions do you use --- numbers, HEAD/WORKING/BASE?)? It would be good if you could provide any working copy on which the

Re: Changes to the output of diff after upgrade to 1.7.4-v1

2012-08-14 Thread Jan Swaelens
Maybe also important, the server is on version 1.6.2 (r37639).

Re: Changes to the output of diff after upgrade to 1.7.4-v1

2012-08-14 Thread Dmitry Pavlenko
Hello, I can't reproduce the problem. Could you please provide all the code related to diff with arguments (what revisions do you use --- numbers, HEAD/WORKING/BASE?)? It would be good if you could provide any working copy on which the problem is reproducible. From the first glance looks like