<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KopfPit - Weblog &#187; Entwicklung</title>
	<atom:link href="http://www.kopfpit.de/wordpress/tag/entwicklung/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kopfpit.de/wordpress</link>
	<description>Webdevelopment</description>
	<lastBuildDate>Sat, 31 Jul 2010 09:24:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Subversion &#8211; Autoprops verwenden</title>
		<link>http://www.kopfpit.de/wordpress/2008/11/02/subversion-autoprops-verwenden/</link>
		<comments>http://www.kopfpit.de/wordpress/2008/11/02/subversion-autoprops-verwenden/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 21:28:04 +0000</pubDate>
		<dc:creator>fs</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[Konfiguration]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Programme]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kopfpit.de/wordpress/?p=140</guid>
		<description><![CDATA[Anders als bei CVS muss man bei Subversion (soweit ich wei&#223;) die Properties, wie Autor, Revision etc. auf der Client-Seite setzen. Die Ersetzung scheint dann auch auf der Client-Seite zu erfolgen.
Um diese Ersetzung zu automatisieren muss man ein paar Einstellungen vornehmen. Subversion legt im Home/Eigene Dateien-Verzeichnis jeweils eine Konfigurationsdatei an. Die Pfade sind:

Windows &#8211; Â [...]]]></description>
			<content:encoded><![CDATA[<p>Anders als bei CVS muss man bei Subversion (soweit ich wei&#223;) die Properties, wie Autor, Revision etc. auf der Client-Seite setzen. Die Ersetzung scheint dann auch auf der Client-Seite zu erfolgen.</p>
<p>Um diese Ersetzung zu automatisieren muss man ein paar Einstellungen vornehmen. Subversion legt im Home/Eigene Dateien-Verzeichnis jeweils eine Konfigurationsdatei an. Die Pfade sind:</p>
<ul>
<li>Windows &#8211; Â %APPDATA%\Subversion\config wobei %APPDATA% C:\Dokumente und Einstellungen\&lt;username&gt;\Application Data ist</li>
<li>Unix/Linux/Mac &#8211; ~/.subversion/config</li>
</ul>
<p>Hier muss man folgende Sektionen bearbeiten:</p>
<pre>[miscellany]
enable-auto-props = yes

[auto-props]
*.java = svn:eol-style=native; svn:keywords=Id Author Date Revision
*.jpg = svn:mime-type=image/jpeg
*.png = svn:mime-type=image/png
*.properties = svn:eol-style=native
*.sh = svn:eol-style=native;svn:executable
*.txt = svn:eol-style=native
*.xml = svn:eol-style=native
*.php = svn:eol-style=native; svn:keywords=Id Author Date Revision</pre>
<p>und was man sonst noch haben will.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kopfpit.de/wordpress/2008/11/02/subversion-autoprops-verwenden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching using disk

Served from: www.kopfpit.de @ 2010-07-31 10:20:26 -->