problems with nested datasets when working from multiple computers #407
-
I'm working on William's RELIVAL project from 2 computers. PROBLEM #1: The other computer (dekstop) did NOT show the same changes.
PROBLEM #2: Nested datasets aren't showing in the other computer (desktop) I'm sure I appropriately nested the datasets (using @LoannPeurey asked: "the version on your desktop was made by cloning from GIN? if you did an install or clone without the -r option, the nested modules are not installed, you need to explicitely tell that you want them locally (and not as a remote reference as it is right now) by doing a datalad get ". Notice that since I nested the datasets after the superdataset was installed or cloned, this doesn't seem relevant. That is, if it is relevant, then it suggests that when you're working on a live project, and someone nests a dataset, pulling will not result in the dataset being appropriately showing up as an "active" nested dataset. Things I tried but that did not work:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
For the time being, the only solution that worked was uninstalling and reinstalling the whole dataset (ie not the nested datasets, but the superdataset):
It remains to be seen whether if someone nests a dataset now, this will show as appropriately nested here as well. Perhaps not automatically nesting is a feature rather than a bug - perhaps it forces one to show one has the right permissions. |
Beta Was this translation helpful? Give feedback.
-
in another case that superficially looked like the one above (nested datasets show up empty), we first checked .gitmodules. It did contain in it links to the right datasets. So from the dataset level, we could do something like |
Beta Was this translation helpful? Give feedback.
-
Get (clone) a registered subdataset, but don’t retrieve data:
=> http://docs.datalad.org/en/stable/generated/man/datalad-get.html |
Beta Was this translation helpful? Give feedback.
For the time being, the only solution that worked was uninstalling and reinstalling the whole dataset (ie not the nested datasets, but the superdataset):
It remains to be seen whether if someone nests a dataset now, this will show as appropriately nested here as well.
Perhaps not automatically nesting is a feature rather than a bug - perhaps it forces one to show one has the right permissions.