This commit is contained in:
Joey Hess 2016-12-13 12:58:22 -04:00
parent e0ab4fe748
commit 279ac11ce1
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2016-12-13T16:55:21Z"
content="""
Creating a separate special remote pointing to the same content is not a
good idea. This will confuse git-annex's location tracking, and in some
cases can lead to data loss, since git-annex will assume it can safely
delete a file from one of the "two" repositories, since it thinks the
"other" one will still have the content of the file.
Instead, you need a way to configure a regular git remote,
pointing at the repository, that is read-only, or is accessed over rsync,
or whatever your requirements are.
"""]]