close a bug report redundant with an existing todo

copied over the dandi tag

updated the todo, as now that sameas is done it's unblocked
This commit is contained in:
Joey Hess 2019-10-21 15:22:19 -04:00
parent 76c050de92
commit 913ac80d33
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 38 additions and 18 deletions

View file

@ -115,3 +115,5 @@ Shouldn't that URL be recorded in remote.log? (similarly to `type=git` remotes)
[[!meta author=yoh]]
[[!tag projects/dandi]]
> [[done]; see my comment --[[Joey]]

View file

@ -0,0 +1,24 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2019-10-21T19:07:42Z"
content="""
That is intentional, because a git-lfs remote can have multiple urls that
can access it, and different users of the remote might want to use
different urls.
It's also documented to work that way, the same as the directory
special remote documents that you have to provide directory= each time it's
enabled.
But, now that git-annex supports sameas remotes, it would be possible to
have one special remote for each different url to a given git-lfs remote,
and have git-annex know they're the same repository. The user can then
enableremote whichever one they want.
See [[todo/git-lfs_special_remote_simpler_setup]] for where I hope this
will lead.
Closing this bug report as redundant with that todo item, and not actually a
bug since it is documented to behave the way it currently behaves.
"""]]