> > On Thu, Sep 2, 2010 at 4:20 PM, Prit <[email protected]> wrote: > > > Hi, > > > > Firstly, thank you for this great scm. I really love SQLite and have been > > using it on my blogging app - Pritlog. I recently started using fossil as > a > > repository for this app. One question I had is - how do I remove all the > > physically deleted files from the repository? I know that we can do this > one > > file at a time. But, is there a way to do it at once? In Git latest > version, > > I believe when we use --all, it takes care of this. > > > > fossil rm `fossil status | grep MISSING | awk '{print $2}'` > > I have never created an automatic way to remove from the repository all > files that have been physically removed from the check-out - mostly becomes > that is not something that I often do, and on the rare occasions when I do > something like that, a unix shell command such as the above is usually > sufficient. > > > > > Thanks for your help, > > Prit (http://pritlog.com) > > > > > -- > D. Richard Hipp > [email protected] > > Thanks Richard for the prompt reply. It would be great if an automated way can be implemented into fossil. I switch between Windows and Linux quiet often. Some of the neat linux commands don't have equivalent in Windows. Also, it might be easier for users to remember and use if there is a pre-built option. Anyway, whether this is added to fossil or not, I am a fan of this software and have already switched over to fossil for the pritlog software.
Thanks for your help, Prit (http://pritlog.com)
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

