[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn --diff-cmd not working

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 7 Apr 2016 15:25:10 +0200

On Thu, Apr 07, 2016 at 04:55:24PM +0800, Hongliang Wang wrote:
> Hi Stefan, Thanks for your reply. The contents of my wrapper likes this and
> it indeed has #!/bin/sh
>
> ~/bin $ cat svndiffwrap.sh
> #!/bin/sh
>
> /usr/bin/vim -d ${6} ${7}
>
> /bin/sh and /usr/bin/vim both exists.
>
> ~/bin $ ll /bin/sh
> lrwxrwxrwx. 1 root root 4 Mar 21 12:44 /bin/sh -> bash*
> ~/bin $ ll /usr/bin/vim
> -rwxr-xr-x 1 root root 2.1M Jul 24 2015 /usr/bin/vim*

I tried the equivalent configuration on my computer and it works for me.

I don't see why this doesn't work for you. Sorry, no idea :(
Received on 2016-04-07 15:25:35 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.