Re: [Codestriker-user] svn: Can't write to stream: Broken pipe
Brought to you by:
sits
|
From: Jason R. <jre...@ya...> - 2006-08-21 02:28:21
|
Hi,
Just in case it matters. What version of apache are you using, and if you are using mod_perl what
version is that as well.
If you look at the lib/Codestriker/Repository/Subversion.pm module you will see the getDiff
function. Su to your web server user (I think apache on redhat) and issue the same "svn diff"
command that getDiff is issuing and see if it works. If you are using mod_perl, try turning it
off.
Also, Codestriker will not show the repository if you only have one setup. Why show a combo box
that only will have once choice.
Lastly, I just looked over the code in it looks like there are some situations that errors would
not be logged to the apache error log. Towards the end of the getDiff function, you will see a
loop that looks like this.
my $buf;
while (read($read_stderr_fh,$bug,16384)) {
print $stderr_fh $buf;
}
Right after this loop add this line of code in, to get more information in your apache log.
print STDERR $buf;
Thanks
Jason.
--- Tim Casada <tim...@sh...> wrote:
---------------------------------
David & Jason,
On my recent fresh install of 1.9.2 on RHEL ES 4 I am getting thefollowing error when trying to
submit the topic and giving start andend tags with a module (single file) to subversion:
Problem generating topic text:
svn: Can't write to stream: Broken pipe
Can someone lead me in the right direction? I donot see anything in the Apache logs.
Thanks,
-- Tim Casada
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
_______________________________________________
> Codestriker-user mailing list
> Cod...@li...
> https://lists.sourceforge.net/lists/listinfo/codestriker-user
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|