On Mon, Jun 9, 2014 at 4:18 PM, Urmil Parikh <[email protected]> wrote:
> Yes, once a .dotfile is added, it shows everywhere but I have a single > repo with multiple projects and sometimes after adding a new project if I > forget to use --dotfiles, some files get missed. So, I was wondering if > there is a project-specific option to not ignore .dotfiles. > Not that i'm aware of, but this will also do the trick if your problem is that you forget specific dotfiles but not others: fossil add .[a-zA-Z]* (Whether or not you need both lower and upper case is system-config dependent, but it can't hurt.) or: fossil add $(find . -type f -name '.*') -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

