On Sun, Oct 31, 2010 at 3:48 PM, Benjohn Barnes <[email protected]> wrote:

>
> Hi,
>
> I've got a fossil repo I've not used for about a year and a half. I've
> updated my fossil binary a few times and moved machine (architecture, from
> PPC Mac to Intel Mac) in that time. When I try to perform operations, I get
> this result:
>
> > BetfairDev # fossil chan -v
> > fossil: SQLITE_ERROR: no such column: mtime
> > fossil: no such column: mtime
> > SELECT id, '/Users/benjohn/Code/BetfairDev/' || pathname,
> vfile.mrid, deleted, chnged, uuid, mtime  FROM vfile LEFT JOIN blob ON
> vfile.mrid=blob.rid WHERE vid=453
> >
> > If you have recently updated your fossil executable, you might
> > need to run "fossil all rebuild" to bring the repository
> > schemas up to date.
>
> I've performed the suggested rebuild, and I still get the same result.
>
> I'm not hugely fussed about this myself as this is now mostly a stale
> project. I thought it might be a point of concern for the project
> maintainers though. If a project member would like a copy of the repo, I'm
> happy to pass it on. I'd rather not share it publicly as it has some
> slightly sensitive information in it. The repo file is about half a meg.
>

The repository is probably fine - it is your checkout that is out-of-date.
Please try:

     fossil close
     fossil open ../old-repo.fossil

Please let us know if that doesn't fix your problem.



>
> Cheers,
>        Benjohn
>
>
> --
> [email protected] - Twitter @benjohnbarnes - Skype benjohnbarnes - Mobile
> +44 (0) 7968 851 636
>
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to