Hi ALL,
I want check out a file with command:
$fp = popen('cvs -d /path/to/cvs checkout -p module_name','r') ...
.....
I can see the output text file on the screen.
But I want also to output a file.ext (text-plain or binary) and catch it to download by my users.
I know that there are many cvs client like "Chora", but I want to build my cvsweb client to complicate my life.
Can anyone help me?
Thanks.
Marco.