Ashley Harvey

Results 21 comments of Ashley Harvey

Sorry about all the git nonsense, I'm still trying to learn it. What a headache sometimes.

> I'm not going to have a chance to look at this for a while. But, off the top of top of my head the "files" subcommand has functionality to...

I'd love to see this in Homebrew for macOS as well.

Because macOS ships with BSD cp, which behaves differently from GNU cp. If you have homebrew, simply `brew install gcp`. On 13 May 2022, at 13:05, Paul Ruane wrote: >...

> I think 1. back out the `gcp` changes, as they're not related to what this ticket is addressing. Fixing the `Makefile` for Mac can be a separate ticket. Understood....

> I don't have homebrew. I don't want TMSU to be dependent upon non-standard stuff. It would be better if we change the `Makefile` to use BSD `cp`. Agreed, okay.

I agree with you. The problem that arises would be if you're not using disparate hard links. For example: `/some/path/a` and `../path/a` (from within `/some/path`). These are the same file...

Looks like my Makefile and tests/runall changes were committed to the wrong branch. I fixed it locally but since I already opened this PR I didn't push again. Let me...

> To clarify: you can manually move the database file but then the paths are wrong because they are relative to the database. Do you know about `tmsu repair`? I'm...

So I wonder if 'tmsu repair' should also check the database path before doing its thing. I can't see most people using a database move command as opposed to however...