Are you on *NIX or Windows? If you're on *NIX, you can use fossil commit $(find dir -type f) or find dir -type f | xargs fossil commit
Bill On Thu, Apr 7, 2011 at 5:14 AM, Anthony Jefferson <[email protected]>wrote: > Typically when I do a commit I simply do : > > fossil commit > > From inside the tree of managed artifacts. However, yesterday I realized I > was working on 2 different problems and wanted to commit only the single > directory tree I was in. I looked up the syntax a realized I could give the > commit command a list of files. > > Question: > > Is there a way to do a commit on an sub-hierarchy of files e.g. commit from > a starting directory? > > I got the effect I wanted using individual files but it would have been > easier to simply supply a directory name such as: > > fossil commit directory-x > > Thanks, > Tony Jefferson > > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > >
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

