Actions
Task #174
openSVN tree management
Description
We'll have to do several SVN operations to go on with Squeeze as a replacement of Lenny:
- copy the current
trunk/
branch into an experimental branch and make it work with Squeeze - merge SVN commits that have occurred on the
trunk/
branch after the copy - tag the current
trunk/
branch into an official release when it is ready - move the experimental branch to the trunk
An alternative is to not do the 2nd point and merge the experimental branch into the trunk instead, since the experimental branch will move to trunk in the future:
- copy the current
trunk/
branch into an experimental branch and make it work with Squeeze - tag the current
trunk/
branch into an official release when it is ready - merge changes in the experimental branch to the trunk
- remove the experimental branch
Updated by Jean-Michel Philippe over 13 years ago
- Category changed from Programming to Code management
- Status changed from New to In Progress
Actions