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)
>
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>


-- 
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