Changeset 199 in tracdarcs for README.rst
- Timestamp:
- 07/30/10 14:08:49 (22 months ago)
- Hash name:
- 20100730120849-7a6fb-6b7c92483ad8f00bbd506a3b70615b4d20432992
- File:
-
- 1 edited
-
README.rst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
README.rst
r191 r199 110 110 __ http://trac.edgewall.org/wiki/0.12/TracRepositoryAdmin#ExplicitSync 111 111 __ http://darcs.net/manual/node7.html#SECTION00712000000000000000 112 113 Related repositories 114 -------------------- 115 116 When you manage multiple branches of the same darcs repository, you 117 may find useful to inform trac+darcs about that, so that it will show 118 additional properties on each changeset: 119 120 * a list of other "instances" of the same patch, that is when the 121 changeset is present in other related repositories, 122 123 * a list of related repositories where the changeset is *not* present. 124 125 To do that, you simply group together the related repositories giving 126 them a common ``identity``, an arbitrary string. 127 128 You can see current identity of a repository with:: 129 130 $ trac-admin . repository identity master 131 No identity set on repository master 132 133 and you can set it with:: 134 135 $ trac-admin . repository identity master ProjectFoo 136 Identity of repository master set to ProjectFoo 137 138 You can adjust it with:: 139 140 $ trac-admin . repository identity master ProjectBar 141 Identity of repository master set to ProjectBar (was ProjectFoo) 142 143 or remove it:: 144 145 $ trac-admin . repository identity master "" 146 Identity removed from repository oldgam
Note: See TracChangeset
for help on using the changeset viewer.