Is it possible to freeze or peg repositories at a particular version, or to prevent automatic repository version upgrades? Is it possible to "downgrade" a repository?
### Please describe the problem.
We have a number of repositories on a shared file server. These repositories are accessed by multiple machines. Some of these repositories appear to have gotten upgraded and are now unusable on machines running older versions of git-annex.
We're getting this message:
[[!format sh """
2014-06-03 20:22:30 +00:00
user@system:/path/to/repository$ git annex status
2014-06-03 20:20:33 +00:00
git-annex: Repository version 5 is not supported. Upgrade git-annex.
"""]]
The machine experiencing the problem is running Debian Wheezy (Stable).
[[!format sh """
2014-06-03 20:22:30 +00:00
user@system:/path/to/repository$ git version
2014-06-03 20:20:33 +00:00
git version 1.7.10.4
2014-06-03 20:22:30 +00:00
user@system:/path/to/repository$ git annex version
2014-06-03 20:20:33 +00:00
git-annex version: 3.20120629
local repository version: 5
default repository version: 3
supported repository versions: 3
upgrade supported from repository versions: 0 1 2
"""]]
I'm guessing that one of the machines with access to this repository was running a newer version of git-annex, and that the repository was upgraded in the course of some action.