[fossil-users] uv add dir/filename

2017-09-18 Thread Andy Goth
Currently the "fossil uv add" command rejects filenames containing directory components. I suggest instead applying this restriction only to the value of the "-as" switch, with "-as" defaulting to the filename sans directory components. -- Andy Goth |

[fossil-users] Ignoring files/directories in automated zip files?

2017-09-18 Thread BohwaZ
I'm looking at ignoring some files when an archive (zip/tarball) is created by Fossil. Git has the ".gitattributes" file (at the root of the checkout) where you can stash "export-ignore" like this: tests/* export-ignore doc/* export-ignore .gitignore export-ignore so that your tarball is