Re: [fossil-users] content missing - repository jammed

2010-01-28 Thread Jeremy Cowgar
"Wilson, Ronald" wrote: > > Normally this file has the hidden attribute. Could that be part of the > problem? Personally, I don't think that thumbs.db has any business > being in a source repository, but fossil add *.* would add it without > asking. > I know it's been discussed in the past, b

Re: [fossil-users] content missing - repository jammed

2010-01-28 Thread Dig412
est> fossil close > > PS C:\rev\src\test> > > > > I’m not seeing any error. However, the second fossil open created the > hidden_file.txt without the hidden attribute, as seen in the file listing > above. > > > > RW > > > > Ron Wilson, Eng

Re: [fossil-users] content missing - repository jammed

2010-01-28 Thread Wilson, Ronald
users-boun...@lists.fossil-scm.org] On Behalf Of Dig412 Sent: Thursday, January 28, 2010 5:28 PM To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users] content missing - repository jammed I've made a batch script that replicates the issue. It doesnt give the same error message, but

Re: [fossil-users] content missing - repository jammed

2010-01-28 Thread Dig412
I've made a batch script that replicates the issue. It doesnt give the same error message, but it demonstrates the problems opening, and failures in removing, hidden files: echo "test data" > hidden_file.txt echo "test data 2" > visible_file.txt attrib +h hidden_file.txt fossil new hidden-file-tes

Re: [fossil-users] content missing - repository jammed

2010-01-28 Thread Wilson, Ronald
> Yeah, the easy solution is not to add Thumbs.db in the first place, so I > might start from scratch with a new repository. > > I was mainly wondering why "rm" failed, unless I misunderstood what it's > meant to do in the first place. I'd like to get it to a state akin to > thumbs.db never having

Re: [fossil-users] content missing - repository jammed

2010-01-28 Thread Dig412
Yeah, the easy solution is not to add Thumbs.db in the first place, so I might start from scratch with a new repository. I was mainly wondering why "rm" failed, unless I misunderstood what it's meant to do in the first place. I'd like to get it to a state akin to thumbs.db never having been added

Re: [fossil-users] content missing - repository jammed

2010-01-28 Thread Wilson, Ronald
> > Hi > > > > I'm in the process of learning fossil, and made a repository for an > > existing project. > > I used "fossil add *" to add the files, and the initial commit worked. > > > > However, doing "fossil open" gives the error: > > fossil: content missing for resources/Thumbs.db > > > > "foss

Re: [fossil-users] content missing - repository jammed

2010-01-28 Thread D. Richard Hipp
On Jan 28, 2010, at 6:21 AM, Dig412 wrote: > Hi > > I'm in the process of learning fossil, and made a repository for an > existing project. > I used "fossil add *" to add the files, and the initial commit worked. > > However, doing "fossil open" gives the error: > fossil: content missing for re