Re: [fossil-users] Unversioned file replacement is broken?

2017-09-10 Thread BohwaZ
Le 08/09/2017 12:11, Richard Hipp a écrit : On 9/7/17, BohwaZ wrote: I managed to reproduce it on a different repo, it works if you change the file (like you did), but if you just add a file that didn't change it fails: Thanks for the additional information. I think I

Re: [fossil-users] Unversioned file replacement is broken?

2017-09-07 Thread Richard Hipp
On 9/7/17, BohwaZ wrote: > > I managed to reproduce it on a different repo, it works if you change > the file (like you did), but if you just add a file that didn't change > it fails: Thanks for the additional information. I think I have now found and fixed the problem. Try

Re: [fossil-users] Unversioned file replacement is broken?

2017-09-07 Thread BohwaZ
Kia ora, I managed to reproduce it on a different repo, it works if you change the file (like you did), but if you just add a file that didn't change it fails: % echo one > test.txt % fossil uv add test.txt % fossil uv sync -v Bytes Cards Artifacts Deltas Sent:

Re: [fossil-users] Unversioned file replacement is broken?

2017-08-30 Thread David Mason
I've seen it too, but it's sporadic. My crontab pull script now checks if the size is 0 and ignores the file if so. ../Dave ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] Unversioned file replacement is broken?

2017-08-30 Thread Richard Hipp
On 8/30/17, BohwaZ wrote: > Hey, > > I'm trying to update an unversioned file in my repo, so I do: > > # first add > fossil uv add file.zip > fossil uv sync > > # updating the file > fossil uv add file.zip > fossil uv sync > > And now the file is 0 bytes? I'm having trouble

Re: [fossil-users] Unversioned file replacement is broken?

2017-08-29 Thread Warren Young
On Aug 29, 2017, at 10:59 PM, BohwaZ wrote: > > But if you don't sync between removal and add, the 0 bytes bug is happening. I’ve seen this, too, but didn’t report it because there is the workaround you’ve discovered. ___