= Reschedule milestones on a new timeline = == Description == This isn't a normal Trac Hack, but a small standalone python program that stretches or compresses milestones between new start and stop dates, keeping the time allocations for each the same, proportionally. == Bugs/Feature Requests == Existing bugs and feature requests for ReScheduleScript are [report:9?COMPONENT=ReScheduleScript here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ReScheduleScript&owner=TerryBrown new ticket]. == Download == Download the zipped source from [download:reschedulescript here]. == Source == You can check out ReScheduleScript from [http://trac-hacks.org/svn/reschedulescript here] using Subversion, or [source:reschedulescript browse the source] with Trac. == Example == {{{python reschedule.py --dsn 'user=someuser host=localhost dbname=trac' --old 20071101 --start 20071203 --end 20090630}}} would reschedule the milestones for a project that originally started 20071101 and ran until the due date of the last milestone to run instead between 20071203 and 20090630, which the same proportional allocation of time for each milestone. == Recent Changes == [[ChangeLog(reschedulescript, 3)]] == Author/Contributors == '''Author:''' [wiki:TerryBrown] [[BR]] '''Contributors:'''