Changes between Version 2 and Version 3 of TracCreateWebUiScript


Ignore:
Timestamp:
Sep 4, 2009, 6:35:29 PM (15 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracCreateWebUiScript

    v2 v3  
    44
    55This trachack is a combination of scripts I had found and some custom coded.
    6 I started with the init.pl found @ http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/ and redid it in python.
    76
    8 That init.pl is great, however I don't want to always have to ssh to the server to create a new project/svn.
     7I started with the `init.pl` found @ http://anantgarg.com/2009/03/25/subversion-trac-multiple-projects/ and redid it in python.
     8
     9That `init.pl` is great, however I don't want to always have to ssh to the server to create a new project/svn.
    910
    1011I then took a great php form from http://www.easyphpcontactform.com/ and modified and hacked it up quite a bit.
    1112
    12 At this stage the application runns localy just fine, but when I move it to the server the script fails.  I havn't had much time to debug, and I think its time to hand it off to the community to help out.
     13At this stage the application runs locally just fine, but when I move it to the server the script fails.  I haven't had much time to debug, and I think its time to hand it off to the community to help out.
    1314
    1415Its a simple script, but it does the job.
    1516
    16 I've tested it with my trac install 0.11.5 and svnserve 1.4.6.
     17I've tested it with my Trac install 0.11.5 and svnserve 1.4.6.
    1718
    1819I know my python script needs work.  Also, notice the python script contains the superuser password.  I know this is unsecure, but any ideas on how to do it?
     
    4041User enters there registered name, short project name, long project name and that's it.
    4142
     43[[Image(tracWEB.png)]]
     44
    4245== Recent Changes ==
    4346