svn: local commits

前端 未结 8 1498
孤街浪徒
孤街浪徒 2020-12-28 11:26

Subversion: is it possible to commit local revisions without pushing them, and push them at a later date - or is the lack of this feature why it\'s called \"centralized\" ?<

8条回答
  •  春和景丽
    2020-12-28 12:12

    That is why it is called centralized. You could try using a repo inside a repo. One is local and the other is remote. You then commit the entire inner repository to the remote.

提交回复
热议问题