summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar scottgorlin@a32946b2aad278883c1690a0753241583a9855b9 <scottgorlin@web>2016-10-18 21:17:40 +0000
committerGravatar admin <admin@branchable.com>2016-10-18 21:17:40 +0000
commitdc454c46290bf0ab6f330f93275ee6f7331f6ddb (patch)
tree4df0f2a9aaf4391518bbed59b1ea3304746e22a4
parent40d3301f79b5d607e3c443b2e29e83bbfe2d0b24 (diff)
Added a comment: synced/* branches necessary on bare repo?
-rw-r--r--doc/bare_repositories/comment_7_9e065a2d8aaf7371ab7c0bb4f0c724b0._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bare_repositories/comment_7_9e065a2d8aaf7371ab7c0bb4f0c724b0._comment b/doc/bare_repositories/comment_7_9e065a2d8aaf7371ab7c0bb4f0c724b0._comment
new file mode 100644
index 000000000..c21b67f09
--- /dev/null
+++ b/doc/bare_repositories/comment_7_9e065a2d8aaf7371ab7c0bb4f0c724b0._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="scottgorlin@a32946b2aad278883c1690a0753241583a9855b9"
+ nickname="scottgorlin"
+ avatar="http://cdn.libravatar.org/avatar/2dd1fc8add62bbf4ffefac081b322563"
+ subject="synced/* branches necessary on bare repo?"
+ date="2016-10-18T21:17:40Z"
+ content="""
+Are the synced/* branches necessary for a bare repo? Since there is no working directory, can't sync operate directly on the top level branches of choice, and avoid 'branch pollution'? Is it implemented this way just to simplify the code, or ...?
+
+Also wondering if there is a practical difference between a bare repo and an rsync repo (other than storing the metadata, of course) - they both use rsync for transfer, no? Any speed/overhead/other differences to consider when choosing?
+
+For my use case pertaining to question 2 I am using a local ARM NAS which works with the binary (plus S3 or gdrive remotes etc), but I figure why not spin up a private gitlab repo with metadata and no content since I want an off-site backup of the metadata anyways. Does a bare repo on a nas add anything here, vs an rsync remote? Perhaps just rsync is even better to avoid overhead on a tiny/slow NAS?
+"""]]