On Fri, Oct 4, 2013 at 4:07 PM, Ron Aaron <r...@ronware.org> wrote:

>
> On 10/04/2013 05:02 PM, Stephan Beal wrote:
> > echo "select rid from blob where
> > uuid='6c0d3704e381430edaef8424b1c1d8d059325a65';" | fossil sqlite
>
> For me it's 10798
>


Somehow the record of your checkout version and the actual checkout seem to
have gotten out of sync. i can't currently speculate as to how that might
happen. Rather than fiddle without the checkout db, i'd suggest trying the
following:


fossil close --force
cd ..
tar cf foo.tar $OLDPWD
cd -
fossil open /path/to/repo.fsl --keep
cd -
tar xf foo.tar # probably not necessary with --keep, but can't hurt
cd -

fossil status should show you your list of changes (several hundred, IIRC).

And then do your checkin again.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to