Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subversion: "php-cgi -f plugin.php page=Source/import" hangs forever #291

Closed
palevi67 opened this issue Jan 26, 2019 · 1 comment
Closed

Comments

@palevi67
Copy link

palevi67 commented Jan 26, 2019

Centos7, svn 1.7.14

I have been debuging for a while, and after changing line 327 in SourceSVN.php to:

  array( array( 'pipe', 'r' ), array( 'pipe', 'w' ), array( 'pipe', 'a' ) ),

(changed mode in stderr from w to a):

seems to be working ...

P.

@dregad
Copy link
Member

dregad commented Jan 28, 2019

This seems to be a duplicate of #259

@dregad dregad closed this as completed Jan 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants