<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'rsync'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 14:08:12 +0000</lastBuildDate>
    <item>
      <title>joe-bbb said on 28/Oct/2009</title>
      <link>https://snipplr.com/view/19418/rsync</link>
      <description>&lt;p&gt;If you want to copy a modified checkout back into a checkout without it rejecting - do..&#13;
&#13;
find . -name .svn -print0 | xargs -0 rm -rf&#13;
to remove the svn folders from the current directory, then&#13;
rsync -avz ./ ../TRUNK2&#13;
&#13;
to sync these back into the original checkout&lt;/p&gt;</description>
      <pubDate>Wed, 28 Oct 2009 06:07:42 UTC</pubDate>
      <guid>https://snipplr.com/view/19418/rsync</guid>
    </item>
  </channel>
</rss>
