开发者

svn to store documents for the purpose of change management

开发者 https://www.devze.com 2023-03-14 19:46 出处:网络
Is it a good idea to keep project related documents in svn ? is there any document management app (sharepoint?) you can recommend for 开发者_如何学编程this ? The question is for a medium size software

Is it a good idea to keep project related documents in svn ? is there any document management app (sharepoint?) you can recommend for 开发者_如何学编程this ? The question is for a medium size software house (20 devs).


Yes, it is indeed a good idea to store your documents in a revision control system so that you can track the documents and keep revisions.


You might not need a document management app. Users can go directly to http://svnserver/repository/trunk/project_a/doc1.doc or what have you. The windows file open dialog can browse the repository as well.

I use Subversion but for sharing some documents and being able to edit the same document simultaneously I prefer google docs.


We add an audit issue regarding versioning of word documents in SVN, where it is dificult to trace a specific version sent to the client to the correct version in the repository, meaning that there is not an easy way to use the version given by SVN to include in the cover sheet of the document itself, because the version of the file in SVN is impossible to know before commit. We have to use tags which is cumbursome to use.

0

精彩评论

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

关注公众号