Edgewall Software

Changes between Initial Version and Version 1 of Ticket #10884, comment 3


Ignore:
Timestamp:
Oct 9, 2012, 11:53:33 AM (12 years ago)
Author:
Christian Boos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10884, comment 3

    initial v1  
    11Replying to [comment:1 cboos]:
    22> Wait a minute, are you really typing:
    3 > {{{
    4 > trac-admin /path/to/projenv repository resync "" rev
    5 > }}}
    6 > `<rev>` should be an actual revision, if `resync` is used that way.
    7 > [[TracAdminHelp(repository resync)]]
    8 >
    9 > But in your case, you should rather use //sync//:
    10 > [[TracAdminHelp(repository sync)]]
    11 > i.e.
    12 > {{{
    13 > trac-admin /path/to/projenv repository sync ""
    14 > }}}
     3> [...]
    154See my response in comment:2