comparison doc/developers.txt @ 1247:7d8ab32fc829

cvs icky
author Richard Jones <richard@users.sourceforge.net>
date Fri, 04 Oct 2002 06:33:21 +0000
parents 8dd4f736370b
children c77483d2cda4 ef226254ef46
comparison
equal deleted inserted replaced
1246:46515c0d115e 1247:7d8ab32fc829
1 ================== 1 ==================
2 Developing Roundup 2 Developing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.5 $ 5 :Version: $Revision: 1.6 $
6 6
7 Note: the intended audience of this document is the developers of the core 7 Note: the intended audience of this document is the developers of the core
8 Roundup code. If you just wish to alter some behaviour of your Roundup 8 Roundup code. If you just wish to alter some behaviour of your Roundup
9 installation, see `customising roundup`_. 9 installation, see `customising roundup`_.
10 10
53 53
54 3. to merge changes from the maintenance branch to the trunk, in the 54 3. to merge changes from the maintenance branch to the trunk, in the
55 directory containing the HEAD checkout:: 55 directory containing the HEAD checkout::
56 56
57 cvs up -j maint-0-5 57 cvs up -j maint-0-5
58
59 though this is highly discouraged, as it generally creates a whole swag
60 of conflicts :(
58 61
59 Standard tag names: 62 Standard tag names:
60 63
61 *release-maj-min-patch[-sub]* 64 *release-maj-min-patch[-sub]*
62 Release of the major.minor.patch release, possibly a beta or pre-release, 65 Release of the major.minor.patch release, possibly a beta or pre-release,

Roundup Issue Tracker: http://roundup-tracker.org/