Hi All,

Maybe this is a bad practice on my part, let me know.

I have a directory called stuff and I also have a tag called stuff. Some of the commits are tagged with stuff, so that I can find it easier on the taglist page.

This page explains I can find information about the last check-in by providing the tag name:
http://fossil-scm.org/index.html/doc/trunk/www/checkin_names.wiki

% fossil info stuff

But that results in this error:
SQLITE_CANTOPEN: cannot open file at line 36100 of [284707a7b3]
SQLITE_CANTOPEN: os_unix.c:36100: (21) open(/usr/home/jungle/fossil-repos/repo/stuff) - Is a directory
fossil: [stuff]: unable to open database file

So can a tag not have the same name as its directory?

hmmm...interesting discovery here.

% fossil info stuff -R fossil-repos/repo.fossil
uuid: b31d4527215039dd473379d5776cdae0a725bef2 2017-07-01 20:30:02 UTC parent: f59bc1ed1f56ed92e2b03ae8a3ff805a9ccb9eb0 2017-07-01 02:57:32 UTC child: 96ea26bbd3f4f4a744e05451caaa4993c5b5c289 2017-07-01 23:50:12 UTC merged-into: 97cdf1f623273c76d0fb2d850fc31f674a1edc67 2017-07-02 01:15:40 UTC
tags:         trunk, stuff
comment:      well, stuff has been added

Is it this from os_unix.c in sqlite:
return unixLogError(SQLITE_CANTOPEN_BKPT, "openDirectory", zDirname);

Thanks!
_______________________________________________
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