Re: Not able to use post-review

2014-06-20 Thread Maciej Jankowski
Hi, I removed three files: diff.exe diff3.exe diff4.exe from folder C:\Program Files\CollabNet\Subversion Server and GNU diff started to work. So far, I can see no side effects. I saved backup copies of those three files in separate folder. Prior to removal, I have installed GNU diff

Re: Not able to use post-review

2012-09-29 Thread Andrew Lansdowne
Hi, I had the same problem. The problem is that CollabNet SVN contains a 'diff.exe' program which is not GNUDiff. I uninstalled it and installed SilkSVN instead, which does not contain a diff.exe so it uses the GNUDiff from your path. Regards Andy On Monday, 6 August 2012 11:41:03 UTC+1,

Re: Not able to use post-review

2012-08-06 Thread Vijay Kumar Tiwary
Hi Christian, Thanks for the reply . I an getting following error when i typed post-review in cmd GNU diff is required for Subversion repositories. Make sure it is installed and in the path. On Windows, you can install this from: http://gnuwin32.sourceforge.net/packages/diffutils.htm; I have

Re: Not able to use post-review

2012-08-06 Thread Christian Hammond
Can you run diff --version and show me the output? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Sun, Aug 5, 2012 at 11:49 PM, Vijay Kumar Tiwary vijayktiw...@gmail.comwrote: Hi Christian, Thanks for

Re: Not able to use post-review

2012-08-06 Thread Vijay Kumar Tiwary
Hi , Following is the output diff --version. Usage: diff [OPTIONS] file1 file2 Display the differences between file1 and file2 in unified diff format. OPTIONS are diff extensions as described by 'svn help diff'. Use '--' alone to indicate that no more options follow. Regards Vijay On Monday,

Re: Not able to use post-review

2012-08-06 Thread Vijay Kumar Tiwary
Hi , As a workaround I guess ... I have put all the diff exe to the folder where I have installed post-review . Then this error goes off .Now I am getting another error. if i give command like post-review --server http:\\10.117.8.9 --debug ,i am getting following error RBTools 0.4.1 Home =

Re: Not able to use post-review

2012-08-06 Thread Christian Hammond
The version of diff it's using is not GNU diff. It sounds like it's some other diff tool, possibly from collabnet or Tortoise SVN. You need exactly GNU diff. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On

Re: Not able to use post-review

2012-08-06 Thread Vijay Kumar Tiwary
Hi Christian, But I have installed the GNU Diff . How can I override the property and use GNU Diff . Do you have idea ? Regards Vijay On Mon, Aug 6, 2012 at 3:59 PM, Christian Hammond chip...@chipx86.com wrote: The version of diff it's using is not GNU diff. It sounds like it's some other

Re: Not able to use post-review

2012-08-06 Thread Christian Hammond
It's going to be whatever is in the path first. When you run diff --version with GNU diff, you should see something like: diff (GNU diffutils) 3.0 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html . This is free software:

Re: Not able to use post-review

2012-08-06 Thread Michał Muszyński
Hi Vijay, Let's try few things. 1. Check if cmd finds 'diff' command. Send us the output of 'where diff'. This should basically point to your GNU diff installation directory ('C:\Program Files (x86)\GnuWin32\bin\diff.exe' in my system). If it doesn't, add this path at the beginning of system

Not able to use post-review

2012-08-03 Thread Vijay Kumar Tiwary
Hi , I was trying to use post-review filename but I get following error always : GNU diff is required for Subversion repositories. Make sure it is installed and in the path. On Windows, you can install this from: http://gnuwin32.sourceforge.net/packages/diffutils.htmd I have installed GNU Diff

Re: Not able to use post-review

2012-08-03 Thread Christian Hammond
Hi, Can you describe to me how GNU diff isn't working? What are you seeing? Christian On Aug 3, 2012, at 2:50, Vijay Kumar Tiwary vijayktiw...@gmail.com wrote: Hi , I was trying to use post-review filename but I get following error always : GNU diff is required for Subversion