On Mon, Dec 16, 2013 at 07:10:17PM +0100, Gilles wrote:
> Hello
> 
> I rearranged the directory tree where I keep source files, and need to
> remove a bunch of directories from Fossil.
> 
> However, it seems like "rm" doesn't support filename substitution, so
> this is impossible:
> 
> C:\Projects\Project1>fossil rm somedir/*
> www.sqlite.org/debug1/help?cmd=rm
> 
> Is there a faster way than removing each and every file manually
> before hitting "commit"?
> 

You don't need the '*', if you just specify somedir, it will remove all
files recursively inside this dir. 

e.g.
        fossil rm somedir

Then commit...

-- 
Martin G.
_______________________________________________
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