You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a dataset shared with me by a colleague through Sciebo with a webdav remote. It's in an export tree mode.
Cloning produces an warning, and a repo without history or files:
❱ datalad clone webdavs://...
[WARNING] You appear to have cloned an empty repository.
[WARNING] Cloned /home/mszczepanik/Documents/testtststs/dotgit/c05pd but could not find a branch with commits
install(ok): /home/mszczepanik/Documents/testtststs/dotgit/c05pd (dataset)
Looking at Sciebo, everything seems to be in place; alongside the file tree, .datalad has .gitattributes, config & dotgit; the latter contains refs & repo.zip.
After downloading .datalad manually and inspecting the contents, I noticed that the refs file only has one line:
❱ cat b02/dotgit/refs
@refs/heads/master HEAD
compared to another dataset:
❱ cat c05/dotgit/refs
fa696417584a08441e4e79ddd670ed89a25aa8b6 refs/heads/git-annex
2330c1bdf6b4298f762b13cf4689bdbff3a8684b refs/heads/master
@refs/heads/master HEAD
Comparing to other datasets, therepo.zip seems to be missing some files, e.g. objects/pack/pack-*.[idx|pack|bitmap] & objects/info/commit-graph:
I had a dataset shared with me by a colleague through Sciebo with a webdav remote. It's in an export tree mode.
Cloning produces an warning, and a repo without history or files:
Looking at Sciebo, everything seems to be in place; alongside the file tree,
.datalad
has.gitattributes
,config
&dotgit
; the latter containsrefs
&repo.zip
.After downloading
.datalad
manually and inspecting the contents, I noticed that therefs
file only has one line:compared to another dataset:
Comparing to other datasets, the
repo.zip
seems to be missing some files, e.g.objects/pack/pack-*.[idx|pack|bitmap]
&objects/info/commit-graph
:Listing of this repo
Other repo for comparison
Unfortunately I only have a "consumer" access to this dataset, but I can get in touch if needed.
The text was updated successfully, but these errors were encountered: