<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>snit21</author_name>
  <author_url>https://blog.hatena.ne.jp/snit21/</author_url>
  <blog_title>snit21の日記</blog_title>
  <blog_url>https://snit.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>Trunkにファイル追加があれば、Branchにコピーするシェル。 workDirにチェックアウトしておく。 #!/bin/bash for f in `svn up workDir | awk '$1==&quot;A&quot;{print $NF;}'` do echo $f addFile=`echo $f | sed -e &quot;s/不要なパスを置換//&quot;` svn copy http://localhost/svn/trunk/$addFile http://localhost/svn/branch/$addFile -m &quot;Copy $AddFile&quot; done svn upの結果は、下記のステータスが…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsnit.hatenadiary.jp%2Fentry%2F2013%2F04%2F19%2F161221&quot; title=&quot;bashでSVN追加ファイルを別リポジトリにコピー - snit21の日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-04-19 16:12:21</published>
  <title>bashでSVN追加ファイルを別リポジトリにコピー</title>
  <type>rich</type>
  <url>https://snit.hatenadiary.jp/entry/2013/04/19/161221</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
