Mantis 1.1.2 and Subversion

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
kinju
Posts: 4
Joined: 09 Oct 2008, 12:10

Mantis 1.1.2 and Subversion

Post by kinju »

Hi,


I'm on Windows.
I'm trying to connect my repository with Mantis (1.1.2), but in the file checkin.php the is :

Code: Select all

while ( ( $t_line = fgets( STDIN, 1024 ) ) ) {
...
}
So, in command line, I typed :
rep>php -f mantis/checkin.php

Then, I type :
rep>I'm resolved issue #1

But the checkin.php wait again a user entry.

Is there a command for fill STDIN ? I saw the type of command
rep>php -f mantis/checkin.php <<< "I'm resolved issue #1"

But on Windows it doesn't work :(

Thank you

thank you
Post Reply