On Tue, 29 Sep 2015 04:01:39 -0400, Stephen Chrzanowski <pontiac76 at gmail.com> wrote:
> Thanks, it does. > > I'm working under the Win7/64 environment doing the builds using the C++ > Builder from Bloodshed, but I do speak Linux, so I can follow along with > what you're saying here. > > I've found "fuel" and playing around with that to see if I can go back into > history instead of downloading the packages. This repo is a little bit > different from what I'm used to (But so is git and svn, and I'm just > beginning to wrap my head around those two) so I'm seeing if I can get fuel > to put those two files back in history so I can recompile. If I come up > with a procedure, I can turn off the script. :] A fossil checkout can go back to any point in time on any branch. fossil open FILENAME ?VERSION? ?OPTIONS? fossil update ?OPTIONS? ?VERSION? ?FILES...? In fact you can have multiple checkouts at the same time, each in a dedicated directory, each for a different point on the timeline, selected by the ?VERSION? (sha1-hash or symbolic name) of the checkin/commit you want to follow. -- Regards, Kees Nuyt