Any way to make Vault auto check in files?

2019-09-13 22:43发布

Does anyone know if there is a way to make Vault, or the users of Vault to automatically check in their checked out files at a certain time of day (i.e. after office hours).

I know there are obvious drawbacks to implementing this so if anyone has any ideas to bring about the desired result (checked in files), please share.

Thanks

1条回答
狗以群分
2楼-- · 2019-09-13 22:56

I can't really possibly think of any benefit automatic commits could bring.

If I have some unfinished work on my local computer, I can either have two choices, or a single one depending on this factor:

Am I using distrubuted versioning or centralized versioning?

In the first scenario I can committ locally without pushing to the central repository, thus gaining the benefits of version control without forcing other people to deal with my unfinished or possibly broken code.

If it's centralized versioning, you suck it up and keep it locally for the next day, hoping your HDD doesn't fail overnight.

It's really simple as that. Then to just answer your question, no, I don't recall such functionality in vault (or any other versioning software) and I think that would be a terrible idea.

查看更多
登录 后发表回答