> However I'm just trying to get my head around what fossil open does in > addition to creating the checkout database and populating the directory - > that is does it also open an sqlite db connection? >
I don't think there's ever a permanent sqlite connection. I thought that was essentially the point with an sqlite db, in that it is a self contained file that one can connect to as needed. I think you're right though, the only thing fossil open does is create the appropriate database (_FOSSIL_) and populate the directory. Tomek
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

