On Mon, 30 Jul 2012 03:39:57 -0700, David Bariod <[email protected]> wrote:

I don't know if the revert command works for a full directory.

It doesn't, but if you happen to be on linux (or at least have grep and xargs in your path) this should work:

$ fossil ls | grep 'path/to/directory/' | xargs fossil revert



I'd definitely recommend doing a sanity check after the first pipe though, at least until you're pretty sure everything is working as you expect:

$ fossil ls | grep 'path/to/directory/'


--
Themba Fletcher

Description/Entity ...................... (tif@)descriptionentity.com
209-591-8096 ...................................... cell 317-435-6970
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to