Hi Kristis,
 
I have been messing about with some Subversion hook code to convert
documents to PDF when they are committed to the repository.  I had a
problem where I could not get a remote user to get the spawned PDF
converter to run (It just hung). [Running directly on the machine worked
successfully].
 
I found a solution with the help of the Scmbug Daemon.  I added an extra
interface to the Scmbug Daemon that simply ran a command that was passed
to it.  It worked a treat.  The additional code for Scmbug was only a
few lines and I think it means that the Daemon can be re-used for other
simple tasks.
 
In my case it saves me having to run two daemons on the same machine
(And obviously I get to re-use all the code that you have already
written).
 
Would you be willing to integrate this change to scmbug for me? (It
would mike my life a hell of a lot easier!)
 
I know it isn't strictly source control related, but it is a very
generic interface that I think could be useful to a lot of people.
 
Thanks
 
Rob
 
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to