Edgewall Software

Changes between Version 76 and Version 77 of Bitten Faq


Ignore:
Timestamp:
Oct 17, 2008, 5:25:42 AM (16 years ago)
Author:
tj_yang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Bitten Faq

    v76 v77  
    6161
    6262{{{
    63 bitten-slave https://trac.xxx.com/my-project/builds -u <username> -p <password>
     63bitten-slave https://trac.xxx.com/my-project/builds \
     64-u <username> -p <password>
    6465}}}
    6566
     
    9596=== How do I create my first build on  Admin -> Builds -> Configurations ? ===
    9697
     98Assume you have path of /srv/svn as svn repository head.
     99{{{
     100[root@ibm ~]# svn ls file:///srv/svn/projects
     101branches/
     102trunk/
     103[root@ibm ~]#
     104}}}
     105
    97106From that page, fill in the following fields:
     107so in "Path" field, you can fill in projects/branches or projects/trunk.
    98108
    99109{{{
     
    108118}}}
    109119
     120to get another screen.
     121
     122
    110123A new configuration will be created.
    111124