views:

20

answers:

2

When I open SVN working folder with Dreamweaver, it creates additional folder and files.

alt text

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

+1  A: 

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.

VinkyH
Oh man, almost there. Try again next time! +1 for you.
Jeaffrey Gilbert
+1  A: 

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

Critical Skill