christian0101 / svnx

Automatically exported from code.google.com/p/svnx
0 stars 0 forks source link

Blame gives some error #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Blame a file
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
1.1b0 r101
10.5.7

Please provide any additional information below.
Blamed file will be displayed but the Repo window shows some error.
(svnXScreenSnapz001.png)

With the patch to Resources/open.sh only one error remains.
(svnXScreenSnapz002.png)

Original issue reported on code.google.com by kim.take...@gmail.com on 22 May 2009 at 4:59

Attachments:

GoogleCodeExporter commented 8 years ago
Try this patch instead:
37c37
< elif [ \(-z "${apps##*BBEdit*}"\) -o $DIFF = 'bbedit' ]; then
---
> elif [ \( -z "${apps##*BBEdit*}" \) -o $DIFF = 'bbedit' ]; then

Notice the space before the -z.

Original comment by chris...@gmail.com on 22 May 2009 at 5:13

GoogleCodeExporter commented 8 years ago
Fixed in r102.

Original comment by chris...@gmail.com on 22 May 2009 at 10:23

GoogleCodeExporter commented 8 years ago
I still get the second error.
(Broken pipe...)

Original comment by kim.take...@gmail.com on 25 May 2009 at 9:09

GoogleCodeExporter commented 8 years ago
It turns out the broken pipe was a different problem to the open.sh one.
It also transpires that it is a know svn problem.  I don't see it with blame 
but I do see it (every time) with `svn 
info *.m | grep -m 1 '^Name: '`.  So I've made the change based on that.
Fixed in r108.

Original comment by chris...@gmail.com on 26 May 2009 at 10:22