camlistore-git:将存储库数据存储在 camlistore 实例中的 git“服务器”的玩具实现

时间:2024-06-28 05:23:25
【文件属性】:

文件名称:camlistore-git:将存储库数据存储在 camlistore 实例中的 git“服务器”的玩具实现

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-28 05:23:25

Python

camlistore-git 这个东西是由 Camlistore 支持的 git 协议的玩具实现。 如果 repo 只包含小于 32MB 的对象并且不包含任何标签(应该修复的两个限制,但不是),那么您可以将对象从您的 git repo 推送到您的 Camlistore 服务器,尽管在目前,如果没有一些手动工作,您将无法再次将它们取出。 要求 pip 安装 dulwich camlistore 设置 首先创建一个永久节点,它将成为您的存储库根目录: 校园永久节点 记下您获得的 blobref 并将其放入.git/config的特殊遥控器中: [远程“camli”] url = permanode-blobref fetch = +refs/heads/ :refs/remotes/camli/ receivepack = /path/to/camlistore-git/receiv


【文件预览】:
camlistore-git-master
----README.rst(3KB)
----upload-pack.py(283B)
----receive-pack.py(285B)
----.gitignore(12B)
----camligit.py(5KB)

网友评论