使用 DW 打开将文件夹/文件添加到 .svn 文件夹
当我使用 Dreamweaver 打开 SVN 工作文件夹时,它会创建其他文件夹和文件。
我是否必须将其提交到 SVN?
When I open SVN working folder with Dreamweaver, it creates additional folder and files.
Do I have to commit it to the SVN or don't?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这些是 SVN 用于管理的文件。请参阅此处了解更多说明 http://svnbook.red-bean.com/en /1.1/ch08s03.html - 这些不是 Dreamweaver 的额外文件,而是由 subversion 创建用于跟踪和管理。(当然不需要明确提交这些文件)。
默认情况下,您甚至看不到提交这些文件的选项(通过 tortoiseSVN,甚至命令行客户端)。
Those are files used by SVN for administration. See here for more explanation http://svnbook.red-bean.com/en/1.1/ch08s03.html - Those are not extra files by dreamweaver, but are created by subversion for tracking and administration.(These of course need not be explicitly committed).
By default you would not even see the option to commit on these files (via tortoiseSVN, or even commandline client).
我认为只需提交更改即可。如果您有空闲时间,您可以找到有关这些文件的更多信息(它们的用途)或将它们与以前的版本(如果存在)进行比较。有些svn在结账时通常会输出文件。
谢谢。
I think just commit the changes only. If u have spare time, u can find more about the files (what they're for) or compare them with the previous version (if exists). Some svn usually output files when doing checkout.
Thanks.