Re: [fossil-users] Shunning files with confidential information - renames, removed files etc.

2015-08-18 Thread Kees Nuyt
[Default] On Mon, 17 Aug 2015 22:12:11 -0400, sky5w...@gmail.com wrote: Nice. Is it possible to trim the results to only a specific file using a raw SQL query or TH1? It probably is possible, start looking at http://fossil-scm.org/index.html/artifact/aa78af37cb3226cc?ln=717-733 and then

Re: [fossil-users] Shunning files with confidential information - renames, removed files etc.

2015-08-17 Thread Stephan Beal
On Mon, Aug 17, 2015 at 1:07 PM, Graeme Pietersz gra...@pietersz.net wrote: All the files concerned have a distinctive filename pattern (all start the same) and would only ever have been in one of two directories in any version. Not sure if that helps. Fossil does not shun by filename, but

Re: [fossil-users] Shunning files with confidential information - renames, removed files etc.

2015-08-17 Thread sky5walk
Nice. Is it possible to trim the results to only a specific file using a raw SQL query or TH1? Or is it quicker to just parse fossil test-whatis-all artifacts.txt output? Can I enter multiple artifacts(comma or space delimited) in the shun ui or only 1 at a time? Thanks On Mon, Aug 17, 2015 at

Re: [fossil-users] Shunning files with confidential information - renames, removed files etc.

2015-08-17 Thread Kees Nuyt
On Mon, 17 Aug 2015 16:37:41 +0530, Graeme Pietersz gra...@pietersz.net wrote: I have a Fossil repo that I expected to only work on myself. I have files containing confidential information and I now need to allow someone else developer access (so clone, push and pull as a minimum) to the

Re: [fossil-users] Shunning files with confidential information - renames, removed files etc.

2015-08-17 Thread Graeme Pietersz
On 17/08/15 16:47, Stephan Beal wrote: Fossil does not shun by filename, but my hash value, so you'll need to find all hashes of all versions of those files and shun those. I counted 71 versions of the most frequently changed of those files a lot easier to recreate. It is likely far