How is it possible to view the URL etc of a special remote with git annex? I checked out a git annex repository and would like to know where the files where fetched from.
How is it possible to view the URL etc of a special remote with git annex? I checked out a git annex repository and would like to know where the files where fetched from.
Recent versions of git-annex have expanded
git annex info $remote
to be able to show some info for special remotes. What is shown depends on the type of remote. For example, it will show the bucket used for a S3 remote, or the url used for a WebDAV remote.You say that the command shows the url used for a WebDAV remote, but this does not seem to be the case any longer:
I can get a list of special remotes with
git annex enableremote
but how can I get a more detailed list, with all the information on each special remote: the type, the configuration options (encryption or not, etc.), the URLs?