Modify ↓
Opened 15 years ago
Closed 15 years ago
#8263 closed task (fixed)
Create trunk and branches
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | TracHoursPlugin |
| Severity: | normal | Keywords: | |
| Cc: | ejucovy, Steffen Hoffmann | Trac Release: | 0.11 |
Description
Managing separate branches for 0.11 and 0.12 will be easier if we have the following structure:
/trunk /branches/0.11 /branches/0.12
I'll create trunk from 0.11, branch trunk to branches/0.11 and branches/0.12, and then patch branches/0.12 with the differences between 0.11 and 0.12. Further development will occur on the trunk, and changesets will be merged from the trunk to branches/0.11 and branches/0.12.
Attachments (0)
Change History (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
(In [9594]) Patched branches/0.12 with changes from 0.12 [8059:8160]. Refs #8263.
comment:3 Changed 15 years ago by
(In [9595]) Merged trunk [8059:9591] into branches/0.12. Refs #8263.
comment:4 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



(In [9592]) Reorganized repository tree with trunk and branches directories. branches/0.12 has been copied from 0.11 @ r8058. It will be patched with changes from the 0.12 branch from r8059 to r8160, and then the trunk will be merged. Refs #8263.