Is that something for users to click on within a webpage or something that I can easily trigger programmatically ?
Thanks. Kind regards, Francisco On Friday, May 13, 2016 at 6:41:52 AM UTC+1, Cooke, Mark wrote: > > > -----Original Message----- > > From: [email protected] <javascript:> On Behalf Of RjOllos > > Sent: 12 May 2016 19:04 > > > > > -----Original Message----- > > > On Thursday, May 12, 2016 at 9:31:58 AM UTC-7, [email protected] > <javascript:> wrote: > > > > > > Hello, > > > > > > Is it possible to remotely create a project with trac? > > > > > > So I have a trac server and I want to be able to create a project > > > without having to login to run trac-initproject, maybe through some > REST > > > API... > > > > > > Thank you, > > > > > > Kind regards, > > > Francisco Ribeiro > > > > > > You could try: > > https://trac-hacks.org/wiki/TracShellScript > > > > However, I think you'd probably be better off just running the commands > over > > ssh or some other protocol that gives you command line access. I haven't > seen > > a web-protocol implementation that allows creating an environment. > > > > - Ryan > > I have written a plugin that I use to allow groups with their own "parent > dir" to create new environments (and create or link to svn repositories on > the same server) but I have not released it as it is just "good enough" for > our uses (on windoze) and needs updating for the new repo sync mechanism. > However I could probably clean it up a bit and send out a copy if that > might be of interest? > > It works from a separate Trac which is used as a template (the local users > are copied to the new trac) and to control access to the functionality. > > ~ Mark C > > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
