* Gilles <gilles.gana...@free.fr> [2013-01-08 09:00 -0500]:
> How do we cancel the result of "add", ie. tell Fossil to *not* add
> such and such new file the next time the user runs "fossil commit"?

I just tried using `fossil rm` on a mistakenly added file (in an
existing repository), and it does what you need.

#v+
dave@fork-pooh:~/tmp/sast.fossil/css$ touch t
dave@fork-pooh:~/tmp/sast.fossil/css$ fossil add t
ADDED  css/t
dave@fork-pooh:~/tmp/sast.fossil/css$ fossil rm t
DELETED css/t
dave@fork-pooh:~/tmp/sast.fossil/css$ fossil status
repository:   /home/dave/FOSSIL/sast.fossil
local-root:   /home/dave/tmp/sast.fossil/
checkout:     97085a7c5b559ae5d0fa0514c276014e6fd8db52 2013-01-08 13:54:43 UTC
parent:       2e8f22d3af1e698140537df0a1e33289f4e446b3 2013-01-08 03:07:22 UTC
tags:         trunk
comment:      Link reference to posts to posts. (user: dave)
EDITED     default.css
#v-

Regards,
-- 
dave [ please don't CC me ]

Attachment: pgp8grszmc77K.pgp
Description: PGP signature

_______________________________________________
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