Yes you are right Joost. The server is not accesible through any smb-mount, for two reason's. Firstly it is located in DMZ (on a nother network segement) since it's supposed to be accessible from the outside ( I don't want samba running for that reason). Secondly, I have never managed to get samba working correctly with restrictions, My fault (incompetence/lazyness, DRTFM) of course.
I guess that the aproach has to be like this: From a cron-job, checkout the source to a local scratch-area on the server, then run doxygen (installed on the server) on that source. Delete the source in the scratch-area. (Now can I use the local server-side svn-client in a cron-job?) With best regards Tomas Larsson TL Engineering & Consultants Engelbrektsgatan 121 SE 506 39 Borås Sweden +46 739 932 673 http://www.tlec.se Verus Amicus Est Tamquam Alter Idem > -----Original Message----- > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of Joost 't Hart > Sent: Friday, March 07, 2008 6:57 PM > To: [email protected] > Subject: [Trac] Re: DoxygenPlugin questions > > > Hm, > > So I must assume the trac area on the server is not reachable > through some smb mount, even for the "admin" kind of guy. > > Well, then install doxygen on the server and make it run on > an SVN workarea on the server. > There seems to be no need to have doxygen and workarea on > some windows-client-only... If, for some particular reason, > this _is_ the case, you have a problem indeed. > > One remark: The approach is lazy indeed, in that it may > create a bypass on "Browse Source" access restrictions in > trac (depending on what info you want doxygen to produce). I > guess this flaw can be avoided by using apache iso tracd, but > I have no experience on this track. > > Cheers, > Joost. > ----- Original Message ----- > From: "Tomas" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Friday 7 March 2008 18:28 > Subject: [Trac] Re: DoxygenPlugin questions > > > > > > Don't know either at the moment. > > The thing is that Trac/SVN is placed on a different server > (CentOS), the > > work-copy of the source is on an Windows XP workstation, thus the > > doxy-stuff > > is generated on the workstation. > > So, how in a simple way, do I get the doxy-stuff on the trac-server. > > > > With best regards > > > > Tomas Larsson > > TL Engineering & Consultants > > Engelbrektsgatan 121 > > SE 506 39 Borås > > Sweden > > > > +46 739 932 673 > > > > http://www.tlec.se > > > > > > Verus Amicus Est Tamquam Alter Idem > >> -----Original Message----- > >> From: [email protected] > >> [mailto:[EMAIL PROTECTED] On Behalf Of Joost 't Hart > >> Sent: Friday, March 07, 2008 5:58 PM > >> To: [email protected] > >> Subject: [Trac] Re: DoxygenPlugin questions > >> > >> > >> Done this the "lazy" way, using trac 10.4, not using fancy plugins: > >> > >> On my (windows) server I have something like a nightbuild > >> running, on a local workarea. > >> Part of the nightbuild is to generate doxygen html trees and > >> park them under <trac-folder>/htdocs/ This makes them > >> accessible through links from > >> <trac-url>/chrome/site/index.html, which is the static part > >> of the site as served by tracd. > >> > >> The whole thing is started from a script run by "Scheduled Tasks". > >> > >> Dunno if this fits your needs as well. > >> > >> Cheers, > >> Joost. > >> > >> ----- Original Message ----- > >> From: "Tomas" <[EMAIL PROTECTED]> > >> To: <[email protected]> > >> Sent: Friday 7 March 2008 17:29 > >> Subject: [Trac] DoxygenPlugin questions > >> > >> > >> > > >> > Thinking of installing the doxygen plugin. > >> > > >> > Have a fev questions how it's supposed to work. > >> > > >> > I have set up Trac with SVN on a separate server, supposed > >> to serve all > >> > people working within the project. > >> > I use DoxyGen to generate some documentation from the > source we are > >> > developing. > >> > I run doxygen at the moment locally on each workstation. > >> > If i understand it correctly I somehow need to uppload al > >> the generated > >> > documents to the server, in order to have it browsable, or > >> could doxygen > >> > generate the docs from SVN, or how am I supposed to use it? > >> > > >> > > >> > With best regards > >> > > >> > Tomas Larsson > >> > TL Engineering & Consultants > >> > Engelbrektsgatan 121 > >> > SE 506 39 Borås > >> > Sweden > >> > > >> > +46 739 932 673 > >> > > >> > http://www.tlec.se > >> > > >> > > >> > Verus Amicus Est Tamquam Alter Idem > >> > > >> > > >> > > > >> > > >> > >> > >> > >> > >> > >> > >> > > >> > > > > > > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
