<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bzflag.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Spldart</id>
	<title>BZFlagWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bzflag.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Spldart"/>
	<link rel="alternate" type="text/html" href="https://wiki.bzflag.org/Special:Contributions/Spldart"/>
	<updated>2026-04-28T19:22:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wiki.bzflag.org/index.php?title=Auto-props&amp;diff=4345</id>
		<title>Auto-props</title>
		<link rel="alternate" type="text/html" href="https://wiki.bzflag.org/index.php?title=Auto-props&amp;diff=4345"/>
		<updated>2008-03-30T22:18:39Z</updated>

		<summary type="html">&lt;p&gt;Spldart: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Developers should make sure their auto-props are set correctly before committing to [[SVN]].  This helps preserve the correct line endings across platforms.  This is the &amp;quot;standard&amp;quot; auto-props section we are using (you may of course set your own if you prefer).  You&#039;ll need to edit your subversion config file(s), which varies depending on platform and Subversion client.&lt;br /&gt;
&lt;br /&gt;
For UNIX-like platforms, edit your &#039;&#039;~/.subversion/config&#039;&#039; file to set the auto-props. For Windows Vista, the path is &#039;&#039;C:\Users\YOUR_USERNAME\AppData\Roaming\Subversion\config&#039;&#039; And for Windows XP, the path is &#039;&#039;C:\Documents and Settings\YOUR_USERNAME\Application Data\Subversion\config&#039;&#039;  Also, please be sure that you uncomment the &#039;&#039;&#039;enable-auto-props&#039;&#039;&#039; option and set it to yes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
### Section for configuring automatic properties.&lt;br /&gt;
[auto-props]&lt;br /&gt;
### The format of the entries is:&lt;br /&gt;
###   file-name-pattern = propname[=value][;propname[=value]...]&lt;br /&gt;
### The file-name-pattern can contain wildcards (such as &#039;*&#039; and&lt;br /&gt;
### &#039;?&#039;).  All entries which match will be applied to the file.&lt;br /&gt;
### Note that auto-props functionality must be enabled, which&lt;br /&gt;
### is typically done by setting the &#039;enable-auto-props&#039; option.&lt;br /&gt;
*.c = svn:eol-style=native&lt;br /&gt;
*.cpp = svn:eol-style=native&lt;br /&gt;
*.cxx = svn:eol-style=native&lt;br /&gt;
*.h = svn:eol-style=native&lt;br /&gt;
*.pl = svn:eol-style=native&lt;br /&gt;
*.py = svn:eol-style=native&lt;br /&gt;
*.php = svn:eol-style=native&lt;br /&gt;
&lt;br /&gt;
*.po = svn:eol-style=native&lt;br /&gt;
*.am = svn:eol-style=native&lt;br /&gt;
*.ac = svn:eol-style=native&lt;br /&gt;
*.in = svn:eol-style=native&lt;br /&gt;
*.m4 = svn:eol-style=native&lt;br /&gt;
&lt;br /&gt;
*.dsp = svn:eol-style=CRLF&lt;br /&gt;
*.dsw = svn:eol-style=CRLF&lt;br /&gt;
*.sln = svn:eol-style=CRLF&lt;br /&gt;
*.vcproj = svn:eol-style=CRLF&lt;br /&gt;
*.nsi = svn:eol-style=CRLF&lt;br /&gt;
*.manifest = svn:eol-style=CRLF&lt;br /&gt;
&lt;br /&gt;
*.sh = svn:eol-style=native;svn:executable&lt;br /&gt;
&lt;br /&gt;
*.txt = svn:eol-style=native;svn:mime-type=text/plain&lt;br /&gt;
README = svn:eol-style=native;svn:mime-type=text/plain&lt;br /&gt;
*.html = svn:eol-style=native;svn:mime-type=text/html&lt;br /&gt;
*.xml = svn:eol-style=native;svn:mime-type=text/xml&lt;br /&gt;
*.bzw = svn:eol-style=native&lt;br /&gt;
&lt;br /&gt;
*.xpm = svn:eol-style=native;svn:mime-type=image/x-xpm&lt;br /&gt;
*.bmp = svn:mime-type=image/x-bmp&lt;br /&gt;
*.png = svn:mime-type=image/png&lt;br /&gt;
*.jpg = svn:mime-type=image/jpeg&lt;br /&gt;
*.ogg = svn:mime-type=application/ogg&lt;br /&gt;
*.wav = svn:mime-type=audio/x-wav&lt;br /&gt;
*.ttf = svn:mime-type=font/ttf&lt;br /&gt;
*.ico = svn:mime-type=image/ico&lt;br /&gt;
*.rgb = svn:mime-type=image/x-rgb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Spldart</name></author>
	</entry>
	<entry>
		<id>https://wiki.bzflag.org/index.php?title=Auto-props&amp;diff=4343</id>
		<title>Auto-props</title>
		<link rel="alternate" type="text/html" href="https://wiki.bzflag.org/index.php?title=Auto-props&amp;diff=4343"/>
		<updated>2008-03-30T19:10:00Z</updated>

		<summary type="html">&lt;p&gt;Spldart: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Developers should make sure their auto-props are set correctly before committing to [[SVN]].  This helps preserve the correct line endings across platforms.  This is the &amp;quot;standard&amp;quot; auto-props section we are using (you may of course set your own if you prefer).  You&#039;ll need to edit your subversion config file(s), which varies depending on platform and Subversion client.&lt;br /&gt;
&lt;br /&gt;
For UNIX-like platforms, edit your &#039;&#039;~/.subversion/config&#039;&#039; file to set the auto-props. For Windows Vista, the path is &#039;&#039;C:\Users\YOUR_USERNAME\AppData\Roaming\Subversion\config&#039;&#039; And for Windows XP, the patch is &#039;&#039;C:\Documents and Settings\YOUR_USERNAME\Application Data\Subversion\config&#039;&#039;  Also, please be sure that you uncomment the &#039;&#039;&#039;enable-auto-props&#039;&#039;&#039; option and set it to yes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
### Section for configuring automatic properties.&lt;br /&gt;
[auto-props]&lt;br /&gt;
### The format of the entries is:&lt;br /&gt;
###   file-name-pattern = propname[=value][;propname[=value]...]&lt;br /&gt;
### The file-name-pattern can contain wildcards (such as &#039;*&#039; and&lt;br /&gt;
### &#039;?&#039;).  All entries which match will be applied to the file.&lt;br /&gt;
### Note that auto-props functionality must be enabled, which&lt;br /&gt;
### is typically done by setting the &#039;enable-auto-props&#039; option.&lt;br /&gt;
*.c = svn:eol-style=native&lt;br /&gt;
*.cpp = svn:eol-style=native&lt;br /&gt;
*.cxx = svn:eol-style=native&lt;br /&gt;
*.h = svn:eol-style=native&lt;br /&gt;
*.pl = svn:eol-style=native&lt;br /&gt;
*.py = svn:eol-style=native&lt;br /&gt;
*.php = svn:eol-style=native&lt;br /&gt;
&lt;br /&gt;
*.po = svn:eol-style=native&lt;br /&gt;
*.am = svn:eol-style=native&lt;br /&gt;
*.ac = svn:eol-style=native&lt;br /&gt;
*.in = svn:eol-style=native&lt;br /&gt;
*.m4 = svn:eol-style=native&lt;br /&gt;
&lt;br /&gt;
*.dsp = svn:eol-style=CRLF&lt;br /&gt;
*.dsw = svn:eol-style=CRLF&lt;br /&gt;
*.sln = svn:eol-style=CRLF&lt;br /&gt;
*.vcproj = svn:eol-style=CRLF&lt;br /&gt;
*.nsi = svn:eol-style=CRLF&lt;br /&gt;
*.manifest = svn:eol-style=CRLF&lt;br /&gt;
&lt;br /&gt;
*.sh = svn:eol-style=native;svn:executable&lt;br /&gt;
&lt;br /&gt;
*.txt = svn:eol-style=native;svn:mime-type=text/plain&lt;br /&gt;
README = svn:eol-style=native;svn:mime-type=text/plain&lt;br /&gt;
*.html = svn:eol-style=native;svn:mime-type=text/html&lt;br /&gt;
*.xml = svn:eol-style=native;svn:mime-type=text/xml&lt;br /&gt;
*.bzw = svn:eol-style=native&lt;br /&gt;
&lt;br /&gt;
*.xpm = svn:eol-style=native;svn:mime-type=image/x-xpm&lt;br /&gt;
*.bmp = svn:mime-type=image/x-bmp&lt;br /&gt;
*.png = svn:mime-type=image/png&lt;br /&gt;
*.jpg = svn:mime-type=image/jpeg&lt;br /&gt;
*.ogg = svn:mime-type=application/ogg&lt;br /&gt;
*.wav = svn:mime-type=audio/x-wav&lt;br /&gt;
*.ttf = svn:mime-type=font/ttf&lt;br /&gt;
*.ico = svn:mime-type=image/ico&lt;br /&gt;
*.rgb = svn:mime-type=image/x-rgb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Spldart</name></author>
	</entry>
</feed>