2013/5/25 Stefan Bellon <sbel...@sbellon.de>:
> Hi all,
>
> is it possible to read long lists of files from another file (or stdin)
> instead of the command line?
>
> Imagine having to commit hundreds of files (but not the complete current
> working copy!) and reaching the command line length limit of the
> underlying OS.

Isn't that why we invented pipes? Something like this should work in
unix and the like (not tested):

$ cat filenames.txt | fossil commit -m "Some stuff"

Goyo
_______________________________________________
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