response
This commit is contained in:
parent
e0ab4fe748
commit
279ac11ce1
1 changed files with 15 additions and 0 deletions
|
@ -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.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue