This commit is contained in:
parent
f3b7fe82db
commit
d34631cbbd
1 changed files with 39 additions and 0 deletions
|
@ -13,6 +13,45 @@ Indeed, a created-outside-cryfs git-annex repository works as expected when copi
|
|||
$ git init .
|
||||
$ git annex init --version 6
|
||||
|
||||
#### Cloning from v6 repository, you get
|
||||
|
||||
git annex init --version 6
|
||||
init
|
||||
Detected a filesystem without fifo support.
|
||||
|
||||
Disabling ssh connection caching.
|
||||
|
||||
Detected a crippled filesystem.
|
||||
|
||||
Disabling core.symlinks.
|
||||
(merging origin/git-annex into git-annex...)
|
||||
(recording state in git...)
|
||||
(scanning for unlocked files...)
|
||||
|
||||
Entering an adjusted branch where files are unlocked as this filesystem does not support locked files.
|
||||
|
||||
Switched to branch 'adjusted/master(unlocked)'
|
||||
ok
|
||||
(recording state in git...)
|
||||
|
||||
#### Cloning from v5 repository and upgrading, you get
|
||||
|
||||
git annex upgrade
|
||||
upgrade .
|
||||
Detected a filesystem without fifo support.
|
||||
|
||||
Disabling ssh connection caching.
|
||||
|
||||
Detected a crippled filesystem.
|
||||
|
||||
Disabling core.symlinks.
|
||||
(merging origin/git-annex into git-annex...)
|
||||
(recording state in git...)
|
||||
|
||||
Enabling direct mode.
|
||||
(v5 to v6...) (scanning for unlocked files...)
|
||||
ok
|
||||
(recording state in git...)
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
git-annex-6.20170519-1.fc26.x86_64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue