SVN Mergeinfo存储在WC或服务器上

问题描述 投票:0回答:1

请澄清我的问题。我问这些问题是因为我想了解'缺少mergeinfo'的原因

1)  Is svn:mergeinfo stored on 'SVN Host Server' or on 'Working copy'? 
2)  If svn:mergeinfo is stored on 'Serverside'  is there any log file or something like that to go through it ?
3)  If svn:mergeinfo is stored on 'WC' how it's synced when different users 'checks out' the repository
svn version-control svn-merge
1个回答
0
投票

svn:mergeinfo是一个元数据属性,附加到文件或目录,因此传输到存储库。 http://svnbook.red-bean.com/en/1.8/svn.ref.svn.c.mergeinfo.html关于房产的更多信息:http://svnbook.red-bean.com/en/1.8/svn.advanced.props.html

© www.soinside.com 2019 - 2024. All rights reserved.