[Trac-tickets] [The Trac Project] #1271: [patch] Resync handles
changeset intervals
The Trac Project
noreply at edgewall.com
Wed Mar 9 12:10:33 EST 2005
#1271: [patch] Resync handles changeset intervals
-------------------------+--------------------------------------------------
Id: 1271 | Status: new
Component: trac-admin | Modified: Wed Mar 9 12:10:10 2005
Severity: enhancement | Milestone:
Priority: normal | Version: devel
Owner: daniel | Reporter: cboos at bct-technology.com
-------------------------+--------------------------------------------------
This was suggested by Juanma Barranquero on the Trac mailing list
[http://lists.edgewall.com/archive/trac/2005-March/002162.html Message
2162]
This feature is useful for fixing formatting errors in one changeset,
without having to resync the whole repository.
This is useful while waiting for #781.
Some explanations:
* {{{resync 1000}}}[[BR]]
will resync the repository starting at revision 1000
* {{{resync 1000:1010}}}[[BR]]
will resync the repository starting at revision 1000 ending at revision
1010
* {{{resync :1010}}}[[BR]]
will resync the repository starting at revision 1 ending at revision
1010
* {{{resync}}}[[BR]]
will resync the whole repository, as usual
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1271>
The Trac Project <>
More information about the Trac-Tickets
mailing list