开发者

Should I add (check in) my project management system backup to repository?

开发者 https://www.devze.com 2023-01-19 18:05 出处:网络
I installed and set up Redmine project management application. Now I need to setup its backups (which include database dump + \"files\" directory). But I have a qu开发者_如何学JAVAestion:

I installed and set up Redmine project management application. Now I need to setup its backups (which include database dump + "files" directory). But I have a qu开发者_如何学JAVAestion:

Do I have to check in my Redmine backups into my SVN repository or not?


I don't think it's a good idea to put backup files in subversion. Subversion is designed as a version control system, backups don't need to be version controlled.

Instead include the redmine backups in your normal backup schedule, and also make sure the Subversion repository is backed up.

0

精彩评论

暂无评论...
验证码 换一张
取 消