aboutsummaryrefslogtreecommitdiff
path: root/doc/walkthrough/unused_data/comment_4_2110ed6316b6a0df4ef3e1c8bc97ab99._comment
blob: 8c6f04e274995004b464d3d3d8863ee697fae932 (plain)
1
2
3
4
5
6
7
8
9
10
11
[[!comment format=mdwn
 username="tom_clune"
 subject="dropping files after changing branches/tags"
 date="2016-02-24T22:19:00Z"
 content="""
I have a use case in which a colleague wishes to have a working copy of my data repository to use with the current version of my model.    When a new version of the model is available they would likewise update their git-annex clone of my data.    The colleague wants to drop any files that have been made obsolete by this change, but I do not see an efficient way to make this determination.   They could of course drop everything and then do git annex get .   but that could be very expensive if only a small subset of the files have actually changed.

I'm probably just missing something basic, as this seems to be a reasonably frequent use case.


"""]]