Joshua Paine <jos...@letterblock.com> wrote:
> On Wed, 2009-12-09 at 19:49 +0000, Jeremy Cowgar wrote:
> > If it were a config option
> 
> What kind of config option are we talking about here? This isn't the
> sort of thing that makes sense to be per-project or per-repo. If I want
> `fossil rm` to delete files too, I want it all the time.
> 
> It could be an environment variable, I guess, but I can't say I like
> that option either--it means remembering to set a fossil-specific env
> variable on every virtual private server I use.
> 
> What about
> 
> fossil rm --do foo.bar
> fossil mv --do foo.bar foo.baz
> or
> fossil rm --force foo.bar
> fossil mv --force foo.bar foo.baz
> 

I am thinking of a config option that is per repo, much like the "Require 
password for local access", "Automatically synchronize with repository" or 
"Sign all commits with GPG".

Although it's the default behavior of many SCM systems, I'm afraid some will 
not like it all of a sudden removing their files when it never did before.

I'd like to see the option be defaulted to on and then for that one in a 
million time when you don't actually want to remove the file, you can override 
it via the command line.

Jeremy

_______________________________________________
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