Is there an encrypted version control system?

前端 未结 13 1506
暗喜
暗喜 2020-12-13 00:24

I am looking for an encrypted version control system . Basically I would like to

  • Have all files encrypted locally before sending to the ser

13条回答
  •  旧巷少年郎
    2020-12-13 00:49

    Based on my understanding this cannot be done, because in SVN and other versioning systems, the server needs access to the plaintext in order to perform versioning.

提交回复
热议问题