Re: [fossil-users] (no subject)

2014-08-30 Thread Stephan Beal
On Sat, Aug 30, 2014 at 8:41 AM, Stephan Beal wrote: > Out of curiosity's sake, i went ahead and used the various existing pieces > to create a standalone mini-timeilne application (to see if any needed > parts are missing). It's entire implementation: > And here it is with file listing support

[fossil-users] Receiving old versions

2014-08-30 Thread Andy Goth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm working on a project where the first version given to me was far from the first version that existed. Having nothing else to go on, I used it as the initial check-in of my new Fossil repository. Now I have been given a few older versions. What's

Re: [fossil-users] Receiving old versions

2014-08-30 Thread Andy Goth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/30/2014 2:40 PM, Andy Goth wrote: > Now I have been given a few older versions. What's the best way to > go about putting them into the repository? > > I know I can check them in with --allow-older and the > --date-override options, though this

Re: [fossil-users] Receiving old versions

2014-08-30 Thread Richard Hipp
On Sat, Aug 30, 2014 at 3:40 PM, Andy Goth wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm working on a project where the first version given to me was far > from the first version that existed. Having nothing else to go on, I > used it as the initial check-in of my new Fossil r

Re: [fossil-users] (no subject)

2014-08-30 Thread Timothy Beyer
At Sat, 30 Aug 2014 09:57:21 +0200, Stephan Beal wrote: > > [1 ] > [1.1 ] > > [1.2 ] > On Sat, Aug 30, 2014 at 8:41 AM, Stephan Beal wrote: > > Out of curiosity's sake, i went ahead and used the various existing > pieces to create a standalone > mini-timeilne application (to see if

[fossil-users] Shunning and assertion failure

2014-08-30 Thread Andy Goth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm continuing to experiment with putting old versions into the repository. This necessarily meant numerous false starts and failures (it's a fool's errand, really), which in turn mean shunning and trying again (compounding the mistake). I was able t

Re: [fossil-users] Shunning and assertion failure

2014-08-30 Thread Andy Goth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/30/2014 10:13 PM, Andy Goth wrote: > $ f up version-4.31 fossil: ./src/bag.c:146: bag_find: Assertion > `e>0' failed. Aborted > > Going to rebuild and keep trying Also I should mention that the assert failure goes away following rebuild. - --