<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to remove .svn directory from deployed apps? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-svn-directory-from-deployed-apps/m-p/288628#M10962</link>
    <description>&lt;P&gt;I wrote mine in bash.  It was a simple script that checked a couple of prerequisites then passed a list of directories to &lt;CODE&gt;tar&lt;/CODE&gt;.&lt;/P&gt;</description>
    <pubDate>Fri, 12 May 2017 17:35:51 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2017-05-12T17:35:51Z</dc:date>
    <item>
      <title>How to remove .svn directory from deployed apps?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-svn-directory-from-deployed-apps/m-p/288623#M10957</link>
      <description>&lt;P&gt;We're looking to place our deployment-apps folder on the Splunk deployment server under version control. We're planning on using Subversion for this. Each directory (app, default and local, and so on) each would get a .svn directory for tracking. When deploying the apps to clients, each of those .svn directories would get pushed to clients. &lt;/P&gt;

&lt;P&gt;Is there any way to prevent the .svn directories from being part of the app bundles?&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 18:11:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-svn-directory-from-deployed-apps/m-p/288623#M10957</guid>
      <dc:creator>scsvnovonordisk</dc:creator>
      <dc:date>2017-05-11T18:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove .svn directory from deployed apps?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-svn-directory-from-deployed-apps/m-p/288624#M10958</link>
      <description>&lt;P&gt;hmmm, is Subversion a hard requirement or could you use Mercurial? The problem goes away and you get to use pretty much the same types of version control commands.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 18:30:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-svn-directory-from-deployed-apps/m-p/288624#M10958</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-05-11T18:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove .svn directory from deployed apps?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-svn-directory-from-deployed-apps/m-p/288625#M10959</link>
      <description>&lt;P&gt;Sadly, a hard requirement... Any tool that doesn't drop a folder at each directory level would work better but its the standard for the team right now. &lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 18:46:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-svn-directory-from-deployed-apps/m-p/288625#M10959</guid>
      <dc:creator>scsvnovonordisk</dc:creator>
      <dc:date>2017-05-11T18:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove .svn directory from deployed apps?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-svn-directory-from-deployed-apps/m-p/288626#M10960</link>
      <description>&lt;P&gt;I've done that a couple of ways, neither of which is perfect.&lt;/P&gt;

&lt;P&gt;1) Create a custom build script that tars only the desired directories and ignores the undesired.  This delivers the right files, but does merge .conf files the way the Splunk package command does.&lt;/P&gt;

&lt;P&gt;2) Use &lt;CODE&gt;splunk package app foo&lt;/CODE&gt; to do the packaging then delete unwanted files/directories  from the .spl file.  This merges .conf files, but then the delivered tarball doesn't match the "built" one.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 21:02:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-svn-directory-from-deployed-apps/m-p/288626#M10960</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-05-11T21:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove .svn directory from deployed apps?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-svn-directory-from-deployed-apps/m-p/288627#M10961</link>
      <description>&lt;P&gt;Can you elaborate more on how to use a custom build script on a deployment server?&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 12:00:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-svn-directory-from-deployed-apps/m-p/288627#M10961</guid>
      <dc:creator>scsvnovonordisk</dc:creator>
      <dc:date>2017-05-12T12:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove .svn directory from deployed apps?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-svn-directory-from-deployed-apps/m-p/288628#M10962</link>
      <description>&lt;P&gt;I wrote mine in bash.  It was a simple script that checked a couple of prerequisites then passed a list of directories to &lt;CODE&gt;tar&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 17:35:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-svn-directory-from-deployed-apps/m-p/288628#M10962</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-05-12T17:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove .svn directory from deployed apps?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-svn-directory-from-deployed-apps/m-p/288629#M10963</link>
      <description>&lt;P&gt;Sorry, I meant how did you incorporate it into the deployment server? Can we override how Splunk builds the packages that get deployed to servers?&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 17:57:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-svn-directory-from-deployed-apps/m-p/288629#M10963</guid>
      <dc:creator>scsvnovonordisk</dc:creator>
      <dc:date>2017-05-12T17:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove .svn directory from deployed apps?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-svn-directory-from-deployed-apps/m-p/288630#M10964</link>
      <description>&lt;P&gt;My script runs on our "build" server.  The tarball produced by the script is what gets deployed.&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 18:38:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-remove-svn-directory-from-deployed-apps/m-p/288630#M10964</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-05-12T18:38:05Z</dc:date>
    </item>
  </channel>
</rss>

