Hi all, Here is the config that IMHO each committer using TortoiseSVN should set up. It will resolve the things that were needed to be done for the TC6 because they were added to the svn repo without proper default properties.
So: 1. Right click on any Windows folder 2. Select TortoiseSVN->Setting 3. Click on the 'Edit' for Subversion configuration file Inside Notepad find the [auto-props] section, and paste the following instead the current one: ### Section for configuring automatic properties. [auto-props] ### The format of the entries is: ### file-name-pattern = propname[=value][;propname[=value]...] ### The file-name-pattern can contain wildcards (such as '*' and ### '?'). All entries which match will be applied to the file. ### Note that auto-props functionality must be enabled, which ### is typically done by setting the 'enable-auto-props' option. *.c = svn:eol-style=native *.cpp = svn:eol-style=native *.h = svn:eol-style=native *.dsp = svn:eol-style=native *.dsw = svn:eol-style=native *.sh = svn:eol-style=native;svn:executable *.bat = svn:eol-style=native;svn:executable *.txt = svn:eol-style=native *.png = svn:mime-type=image/png *.jpg = svn:mime-type=image/jpeg *.gif = svn:mime-type=image/gif *.java = svn:eol-style=native *.xml = svn:eol-style=native *.xsl = svn:eol-style=native *.xsd = svn:eol-style=native *.html = svn:eol-style=native *.jsp = svn:eol-style=native *.properties = svn:eol-style=native Makefile = svn:eol-style=native README = svn:eol-style=native Regards, Mladen. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]