<?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>Anthor.Net &#187; Subversion</title>
	<atom:link href="http://www.anthor.net/blog/tag/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anthor.net</link>
	<description></description>
	<lastBuildDate>Mon, 05 Dec 2011 16:29:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Configurer les autoprops de Tortoise SVN &#8211; $Rev$, $LastChangedDate$, $Author$, $Id$&#8230;</title>
		<link>http://www.anthor.net/blog/divers/configurer-les-autoprops-de-tortoise-svn-rev-lastchangeddate-author-id/</link>
		<comments>http://www.anthor.net/blog/divers/configurer-les-autoprops-de-tortoise-svn-rev-lastchangeddate-author-id/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 09:11:02 +0000</pubDate>
		<dc:creator>Anthor</dc:creator>
				<category><![CDATA[Divers]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.anthor.net/?p=380</guid>
		<description><![CDATA[Subversion intègre une fonction pour le remplacement de mots-clés dans les fichiers envoyés. Par défaut, cette fonction n&#8217;est pas active. De même que les fichiers envoyés par Tortoise ne prennent pas réellement leur mime-types respectifs. Pour l&#8217;intégrer dans Tortoise SVN de façon automatisée, il suffit d&#8217;ajouter ces lignes dans le fichier de configuration ( Clic [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.anthor.net/wp-content/uploads/2008/12/subversion.jpg" alt="" title="" width="120" height="104" class="alignleft size-full wp-image-383" /><br />
Subversion intègre une fonction pour le remplacement de mots-clés dans les fichiers envoyés.<br />
Par défaut, cette fonction n&#8217;est pas active. De même que les fichiers envoyés par Tortoise ne prennent pas réellement leur mime-types respectifs.<br />
<span id="more-380"></span><br />
Pour l&#8217;intégrer dans Tortoise SVN de façon automatisée, il suffit d&#8217;ajouter ces lignes dans le fichier de configuration ( Clic Droit, Settings, Edit Subversion Configuration File )</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;"><span style="color: #adadad; font-style: italic;">### Automatic properties are defined in the section 'auto-props'.</span>
enable-auto-props = yes
&nbsp;
<span style="color: #adadad; font-style: italic;">### Section for configuring automatic properties.</span>
[auto-props]
<span style="color: #adadad; font-style: italic;"># Code formats</span>
*.c          = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
*.cpp        = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
*.h          = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
*.java       = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
*.as         = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
*.cgi        = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn-mine-type=text/plain
*.js         = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/javascript
*.php        = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/x-php
*.pl         = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/x-perl; svn:executable
*.pm         = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/x-perl
*.t          = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/x-perl; svn:executable
*.py         = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/x-python; svn:executable
*.sh         = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/x-sh; svn:executable
&nbsp;
<span style="color: #adadad; font-style: italic;"># Image formats&lt;br /&gt;*.bmp        = svn:mime-type=image/bmp</span>
*.gif        = svn:mime-type=image/gif
*.ico        = svn:mime-type=image/ico
*.jpeg       = svn:mime-type=image/jpeg
*.jpg        = svn:mime-type=image/jpeg
*.png        = svn:mime-type=image/png
*.tif        = svn:mime-type=image/tiff
*.tiff       = svn:mime-type=image/tiff
&nbsp;
<span style="color: #adadad; font-style: italic;"># Data formats</span>
*.pdf        = svn:mime-type=application/pdf
*.avi        = svn:mime-type=video/avi
*.doc        = svn:mime-type=application/msword
*.eps        = svn:mime-type=application/postscript
*.gz         = svn:mime-type=application/gzip
*.mov        = svn:mime-type=video/quicktime
*.mp3        = svn:mime-type=audio/mpeg
*.ppt        = svn:mime-type=application/vnd.ms-powerpoint
*.ps         = svn:mime-type=application/postscript
*.psd        = svn:mime-type=application/photoshop
*.rtf        = svn:mime-type=text/rtf
*.swf        = svn:mime-type=application/x-shockwave-flash
*.tgz        = svn:mime-type=application/gzip
*.wav        = svn:mime-type=audio/wav
*.xls        = svn:mime-type=application/vnd.ms-excel
*.zip        = svn:mime-type=application/zip
&nbsp;
<span style="color: #adadad; font-style: italic;"># Text formats</span>
.htaccess    = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
*.css        = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/css
*.dtd        = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/xml
*.html       = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/html
*.htm       = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/html
*.ini        = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
*.sql        = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/x-sql
*.txt        = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
*.xhtml      = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/xhtml+xml
*.xml        = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/xml
*.xsd        = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/xml
*.xsl        = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/xml
*.xslt       = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/xml
*.xul        = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/xul
*.yml        = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
&nbsp;
AUTHORS      = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
BUGS         = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
CHANGES      = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
COPYING      = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
DEPENDENCIES = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
DEPRECATED   = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
INSTALL*     = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
LICENSE      = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
Makefile*    = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
MANIFEST*    = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
PLATFORMS    = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
README       = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain
TODO         = svn:eol-style=native; svn:keywords=<span style="color: #7f007f;">&quot;Author Date Id Rev URL&quot;</span>; svn:mime-type=text/plain</pre></div></div>

<p>NB : Les fichiers déjà présent dans votre repository devront être enlever et remis afin de prendre en compte les nouvelles propriétés. Il existe aussi d&#8217;autres solutions bien évidemment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthor.net/blog/divers/configurer-les-autoprops-de-tortoise-svn-rev-lastchangeddate-author-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

