On 08/01/2016 10:25 PM, Steve Stefanovich wrote: > At the end, you didn't add the empty-dirs file. You need to do 'fossil add * > --dotfiles' or explicitly do 'f add .fossil-settings/empty-dirs', then > commit. Then a subsequent checkout will create the directories. >
Thanks. Following John's documentation links (below) led to that basic understanding a little earlier today. I also discovered some other fundamentally important configuration options there. In addition to empty-dirs, my setup also needs ignore-glob and keep-glob to avoid 'add'ing some files and to avoid 'clean'ing some files. Thanks for the help! On 08/01/2016 08:12 PM, John P. Rouillard wrote: > See: > > http://fossil-scm.org/index.html/help?cmd=settings > > empty-dirs A comma or newline-separated list of pathnames. On > (versionable) update and checkout commands, if no file or directory > exists with that name, an empty directory will be > created. > > Also see: > > http://fossil-scm.org/index.html/doc/cd58f59a474c7ef773d1/www/settings.wiki > > look under "Versionable" settings. > _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

