开发者

Open with DW adds folder/files to .svn folder

开发者 https://www.devze.com 2023-01-17 02:47 出处:网络
When I 开发者_开发技巧open SVN working folder with Dreamweaver, it creates additional folder and files.

When I 开发者_开发技巧open SVN working folder with Dreamweaver, it creates additional folder and files.

Open with DW adds folder/files to .svn folder

Do I have to commit it to the SVN or don't?


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).


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.

0

精彩评论

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