in reply to Re^3: SVN API log_msg help
in thread Reaped: SVN API log_msg help
Thanks very much. I slightly modified and now i am able to commit.
${ $log_msg } = join("", @lines); return; # i changed this to my $data =join("",@lines); return $data;
Now the question comes is when i enter a comment at
my @lines =<STDIN>;It is still waiting to take data until i used "ctrl +D" how can i automate it to close and continue executing and the second thing is the temporary file which it is creating to save message it is dont deleting from temp after program exits
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: SVN API log_msg help
by pemungkah (Priest) on Dec 23, 2011 at 20:09 UTC |