On Thu, Jun 24, 2010 at 10:37 AM, Kohn Bernhard <bernhard.k...@ait.ac.at>wrote:

>  Hello all,
>
>
>
> I have experienced following behavior when removing files.
>
>
>
> I open a repository. I would like to delete all files, so I use
>
> fossil rm ./*
>
> In the output of the commandline the filenames (also with subdirectories)
> with DELETED in front appeared.
>
> When I try to commit the deleted files with
>
> fossil commit –m “remove all files”
>
> I get a response : nothing to commit
>
>
>
> I can only remove files out of the repository per typing every single file.
> Is this an expected behavior?
>
Try this:

    fossil rm `fossil ls`

Removing all the files from a repository seems to me to be a obscure corner
case (in 35 years of programming, it is not something that I've ever wanted
to do before - why not just start a new project?)  So it seems to me that
leveraging the unix shell to get the job done, as shown above is not an
especially onerous task.  Adding support for wildcards on "fossil rm" is not
a priority.


>
>
> Best regards
>
>   Bernhard
>
>
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>


-- 
---------------------
D. Richard Hipp
d...@sqlite.org
_______________________________________________
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