<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Svn on it-grossniklaus.ch</title>
    <link>https://it-grossniklaus.ch/tags/svn/</link>
    <description>Recent content in Svn on it-grossniklaus.ch</description>
    <generator>Hugo</generator>
    <language>de</language>
    <atom:link href="https://it-grossniklaus.ch/tags/svn/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>add --depth</title>
      <link>https://it-grossniklaus.ch/pages/topics/tools/version/svn/snippets/svn-add-depth/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://it-grossniklaus.ch/pages/topics/tools/version/svn/snippets/svn-add-depth/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.add.html&#34;&gt;http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.add.html&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://svnbook.red-bean.com/en/1.7/svn.ref.svn.html#svn.ref.svn.sw.depth&#34;&gt;http://svnbook.red-bean.com/en/1.7/svn.ref.svn.html#svn.ref.svn.sw.depth&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;svn add --depth empty&#xA;&lt;/pre&gt;&#xA;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;svn add --depth immediates&#xA;&lt;/pre&gt;&#xA;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;svn add --depth files&#xA;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>auto-props</title>
      <link>https://it-grossniklaus.ch/pages/topics/tools/version/svn/snippets/svn-auto-props/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://it-grossniklaus.ch/pages/topics/tools/version/svn/snippets/svn-auto-props/</guid>
      <description>&lt;!-- raw HTML omitted --&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://svnbook.red-bean.com/de/1.7/svn.advanced.confarea.html&#34;&gt;http://svnbook.red-bean.com/de/1.7/svn.advanced.confarea.html&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;[auto-props]&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;*.sh     = svn:eol-style=native;svn:executable&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;*.pl     = svn:eol-style=native;svn:executable&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;*.php    = svn:eol-style=native&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;*.txt    = svn:eol-style=native&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;*.sql    = svn:eol-style=native&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;*.cmd    = svn:eol-style=native&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;*.bat    = svn:eol-style=native&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;*.xls    = svn:needs-lock=1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;*.doc    = svn:needs-lock=1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;*.xlsx   = svn:needs-lock=1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;*.docx   = svn:needs-lock=1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;*.ods    = svn:needs-lock=1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;*.odt    = svn:needs-lock=1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;*.odg    = svn:needs-lock=1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;*.png    = svn:mime-type=image/png;svn:needs-lock=1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;*.jpg    = svn:mime-type=image/jpeg;svn:needs-lock=1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;*.html   = svn:mime-type=text/html;svn:eol-style=native&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;auto-props-anwenden-auf-schon-bestehende-files&#34;&gt;Auto-props anwenden auf schon bestehende Files&lt;/h2&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/&#34;&gt;https://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;dpkg -S svn_apply_autoprops&#xA;&lt;/pre&gt;&#xA;&#xA;&lt;pre class=&#34;terminal-out w3-theme-l3 notranslate&#34;&gt;&#xA;subversion-tools: /usr/bin/svn_apply_autoprops&#xA;&lt;/pre&gt;&#xA;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;cd Sandbox&#xA;svn_apply_autoprops&#xA;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>Automatisch für alle neuen Files ein svn add ausführen</title>
      <link>https://it-grossniklaus.ch/pages/topics/tools/version/svn/snippets/svn-add-new/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://it-grossniklaus.ch/pages/topics/tools/version/svn/snippets/svn-add-new/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.status.html&#34;&gt;http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.status.html&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;svn status | grep -E &#39;^\?&#39; | cut -c2- | xargs svn add&#xA;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>Properties</title>
      <link>https://it-grossniklaus.ch/pages/topics/tools/version/svn/snippets/svn-propeties/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://it-grossniklaus.ch/pages/topics/tools/version/svn/snippets/svn-propeties/</guid>
      <description>&lt;!-- raw HTML omitted --&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://svnbook.red-bean.com/en/1.7/svn.advanced.props.html&#34;&gt;http://svnbook.red-bean.com/en/1.7/svn.advanced.props.html&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.proplist.html&#34;&gt;http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.proplist.html&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.propget.html&#34;&gt;http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.propget.html&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.propset.html&#34;&gt;http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.propset.html&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.propedit.html&#34;&gt;http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.propedit.html&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;svn propset svn:ignore &#34;*.o&#34;   .&#xA;svn propset svn:ignore &#34;*.log&#34; log&#xA;&lt;/pre&gt;&#xA;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;svn proplist           .&#xA;svn propget svn:ignore .&#xA;&lt;/pre&gt;&#xA;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;svn proplist             site/ticker&#xA;svn propget  svn:ignore  site/ticker&#xA;svn propedit svn:ignore  site/ticker&#xA;&lt;/pre&gt;&#xA;&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;svn propset svn:executable          *.sh&#xA;svn propset svn:eol-style native    *.sh&#xA;svn propset svn:keywords &#34;Id Date&#34;  *.sh&#xA;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>Repo wurde gezügelt =&gt; svn switch --relocate</title>
      <link>https://it-grossniklaus.ch/pages/topics/tools/version/svn/snippets/svn-switch-relocate/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://it-grossniklaus.ch/pages/topics/tools/version/svn/snippets/svn-switch-relocate/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.switch.html&#34;&gt;http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.switch.html&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Sandbox im aktuellen Verzeichnis sagen, dass Repo gezügelt&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;svn switch --relocate https://old.example.com https://new.example.org .&#xA;&lt;/pre&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;Allen Sandboxen in aktuellen Verzeichnis sagen, dass Repo gezügelt&#xA;&lt;pre class=&#34;terminal-in w3-theme-d5 notranslate&#34;&gt;&#xA;svn switch --relocate https://old.example.com https://new.example.org *&#xA;&lt;/pre&gt;&#xA;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
