Dimitri Maziuk wrote:
> Christian Boos wrote:
>> fishy wrote:
>>> ...
>>> So I'm puzzled that is it just wrap a already generated doxygen doc
>>> into trac, or it can automatically generate doxygen doc from the svn
>>> repository?
>>>   
>> The former only. The latter would be definitely interesting, but would 
>> be a somewhat longer term goal (patches welcomed ;-) ).
> 
> It could also be a sure way to DOS the server: consider an svn checkout
> followed by doxygen run on a large project and multiply that by a couple
> of dozen per second.

That's assuming it attempts to spawn a new build process at the moment a
checking completes.  An alternative implementation would only ever have one
"build" process running at a time, and queue any others (possibly having a
maximum queue size of exactly one, since you don't really care about building
the intermediate versions of the documentation; only the latest version is
useful).

Another assumption is that bad guys can make commits (since that's the
trigger).  I don't know of any project, even open-source ones, that let joe
shmoe off the street have commit access.  You have to prove yourself by making
contributions to the community, etc.  Way more effort than some script-kiddie
is willing to put in...

Matt

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to