Re: [fossil-users] How to rename a directory

2018-05-05 Thread Andy Bradford
Thus said Dingyuan Wang on Sun, 06 May 2018 00:37:23 +0800: > The fossil mv command seems can't rename a directory. I thought Fossil only tracked files (which is their complete path relative to the repository checkout) and does not actually track directories by themselves. For

Re: [fossil-users] How to rename a directory

2018-05-05 Thread Richard Hipp
On 5/5/18, Dingyuan Wang wrote: > > The fossil mv command seems can't rename a directory. I thought somebody had fixed that. But maybe not. What version are you using? Renaming directories, or even files, is not something that I do very often, as I find that it disrupts the

[fossil-users] How to rename a directory

2018-05-05 Thread Dingyuan Wang
Hi, The fossil mv command seems can't rename a directory. eg. `fossil mv --hard test test1` then `fossil status` will give `RENAMEDtest1`. Suppose that there is a file `a/test`. `fossil mv --hard a b` then `fossil status` will give `MISSINGa/test`. `fossil commit` will abort due to