Hi,
One last thing we'll need for release is to change the structure of our projects in subversion.

In detail right now we have:

framework
+ branches
  + TILES_2_2_X
+ tags
  + tiles-2.2.2
+ trunk
  + tiles-autotag
  + tiles-parent
  + tiles-request

But since we're managing Autotag and Request as separate projects with separate versioning (starting with JIRA), our target is:

framework
+ branches
  + TILES_2_2_X
  + TILES_3_0_X
+ tags
  + tiles-2.2.2
  + tiles-3.0.0
+ trunk
  + content of framework/trunk/tiles-parent here
tiles-autotag
+ branches
  + AUTOTAG_1_0_X
+ tags
  + tiles-autotag-1.0.0
+ trunk
  + content of framework/trunk/tiles-autotag here
tiles-request
+ branches
  + TREQ_1_0_X
+ tags
  + tiles-request-1.0.0
+ trunk
  + content of framework/trunk/tiles-request here

Nick.
PS: we should probably request additional git mirrors afterwards

Reply via email to