On Fri, Aug 26, 2011 at 1:30 PM, Richard Hipp <[email protected]> wrote:
> It's been a long time since there has been an official release of Fossil.
> Probably I should do another soon....
>
> To that end, I'm asking folks to please test the trunk. I use the trunk
> routinely, so it should be stable. But the more eyes the better.
>
> I say I'm using the trunk - actually I'm currently using Dmitry Chestnykh's
> "symlinks" branch. And the build of fossil that runs the
> www.fossil-scm.org and www.sqlite.org websites is also using that branch.
> I'm thinking we should probably wait until the following release to merge
> that branch into trunk. But "symlinks" and "trunk" are pretty close to one
> another, so active use of "symlinks" is nearly as good as active use of
> "trunk".
For what it is worth, I grabbed the [d0daac20da] leaf (trunk) and attempted
to build a Windows version of it with Visual Studio 2008. I had to make a
change in timeline.c to fix a compile error in print_timeline (local
variable declaration order). Here are the fixed related lines:
void print_timeline(Stmt *q, int mxLine, int showfiles){
int nLine = 0;
const char *zCurrentUuid=0;
int fchngQueryInit = 0; /* True if fchngQuery is initialized */
Stmt fchngQuery; /* Query for file changes on check-ins */
char zPrevDate[20];
zPrevDate[0] = 0;
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users