Re: [fossil-users] How to deal with obsolete stuff in a repository

2017-04-17 Thread The Tick
On 4/17/2017 9:11 PM, Ross Berteig wrote: On 4/17/2017 6:50 PM, The Tick wrote: I've put a project under fossil. Since it depends on a couple other libraries, I've also put those into the repository so that I am not dependent on being able to download those particular versions. Now, when new

Re: [fossil-users] How to deal with obsolete stuff in a repository

2017-04-17 Thread John P. Rouillard
Hi Ross: In message , Ross Berteig writes: >On 4/17/2017 6:50 PM, The Tick wrote: >> I've put a project under fossil. Since it depends on a couple other >> libraries, I've also put those into the repository so that I am not >> dependent on

Re: [fossil-users] How to deal with obsolete stuff in a repository

2017-04-17 Thread Ross Berteig
On 4/17/2017 6:50 PM, The Tick wrote: I've put a project under fossil. Since it depends on a couple other libraries, I've also put those into the repository so that I am not dependent on being able to download those particular versions. Now, when new versions of those dependent libraries

[fossil-users] How to deal with obsolete stuff in a repository

2017-04-17 Thread The Tick
I've put a project under fossil. Since it depends on a couple other libraries, I've also put those into the repository so that I am not dependent on being able to download those particular versions. Now, when new versions of those dependent libraries become available, I want to update my

Re: [fossil-users] Is there a way to find identical files?

2017-04-17 Thread Tony Papadimitriou
Thank you. I regret I didn't explain well enough what I was after. I'm looking for the simplest way (possibly even SQL, if nothing else is available) that I can get a list of all files in my repo that have duplicates, triplicates, or more in other folders (the comparison should be in terms

Re: [fossil-users] Is there a way to find identical files?

2017-04-17 Thread Richard Hipp
On 4/17/17, Tony Papadimitriou wrote: > Is there a way to find identical files by the artifact ID? > The empty file has a (SHA1) hash of da39a3ee5e6b4b0d3255bfef95601890afd80709. So if you visit the page that shows this artifact, it lists all of the files that are empty:

[fossil-users] Is there a way to find identical files?

2017-04-17 Thread Tony Papadimitriou
Is there a way to find identical files by the artifact ID? So, if ID 123456... appears two or more times in the repo, I want to see all the related paths. (This could be either for a single check-in or the whole repo regardless of check-in.)