On Thu, Aug 15, 2013 at 11:11 AM, John Long <[email protected]> wrote:

>
> Ok so would you mind explaining how you deal with this issue? Are you
> manually adding stuff, or just adding .c and .h files, or ??
>

I add and remove files from configuration management individually and
manually.  Adding and removing files does not happen that often.  Look back
through the Fossil or SQLite history and see how many times files are
added, removed, or renamed.  Short answer: seldom.

I also tend to organize projects so that the build happens separately from
the source tree.  That facilitates doing multiple builds, with different
compilers (clang/gcc), different compile-time options or targeting
different platforms, from the same source tree.  This also makes grepping
easier if the source directory isn't filled up with build products.  So
nothing other than source files ever appear in the source tree and
"addremove" would work fine even if I were to use it frequently.

I'm curious as to what kind of workflow you are using that requires you to
"addremove" with such frequency that doing so is a burden.

-- 
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to