Boost C++ Libraries: Ticket #1187: bcp copy not needed files https://svn.boost.org/trac10/ticket/1187 <p> When i try to copy parts of boost into my project with bcp, and has boost fetched from SVN, bcp also copy files from .svn directory of boost, overwriting .svn files from my project </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1187 Trac 1.4.3 John Maddock Sat, 10 Nov 2007 17:15:51 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1187#comment:1 https://svn.boost.org/trac10/ticket/1187#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> This has been fixed in latest SVN. </p> <p> Thanks for the report. </p> <p> John Maddock </p> Ticket alexott@… Thu, 10 Jan 2008 09:14:35 GMT attachment set https://svn.boost.org/trac10/ticket/1187 https://svn.boost.org/trac10/ticket/1187 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">bcp.diff</span> </li> </ul> <p> fix for ignore .svn &amp; CVS directories </p> Ticket alexott@… Thu, 10 Jan 2008 09:16:18 GMT status changed; resolution deleted https://svn.boost.org/trac10/ticket/1187#comment:2 https://svn.boost.org/trac10/ticket/1187#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">closed</span> → <span class="trac-field-new">reopened</span> </li> <li><strong>resolution</strong> <span class="trac-field-deleted">fixed</span> </li> </ul> <p> I had added patch for fix this problem, as current HEAD still has it </p> Ticket John Maddock Thu, 10 Jan 2008 09:37:28 GMT <link>https://svn.boost.org/trac10/ticket/1187#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1187#comment:3</guid> <description> <p> Alex have you checked latest SVN HEAD to see whether this is required: I added some patches for this a while back and have used bcp several times since then on my SVN tree without getting any .svn files copied. Do you have a test case? </p> <p> Many thanks, John. </p> </description> <category>Ticket</category> </item> <item> <author>alexott@…</author> <pubDate>Thu, 10 Jan 2008 10:07:07 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1187#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1187#comment:4</guid> <description> <p> I had updated SVN tree yesterday, and had tried to copy some parts of boost, and still get .svn files copied. I perform copying from boost svn tree, so i hadn't special test case. For example (only partial output): </p> <p> with my patch: </p> <p> Copying (and overwriting) file: boost/assert.hpp Copying (and overwriting) file: boost/checked_delete.hpp Copying (and overwriting) file: boost/config.hpp Copying (and overwriting) file: boost/config/abi/borland_prefix.hpp Copying (and overwriting) file: boost/config/abi/borland_suffix.hpp Copying (and overwriting) file: boost/config/abi/msvc_prefix.hpp Copying (and overwriting) file: boost/config/abi/msvc_suffix.hpp Copying (and overwriting) file: boost/config/abi_prefix.hpp Copying (and overwriting) file: boost/config/abi_suffix.hpp Copying (and overwriting) file: boost/config/auto_link.hpp Copying (and overwriting) file: boost/config/compiler/borland.hpp Copying (and overwriting) file: boost/config/compiler/comeau.hpp Copying (and overwriting) file: boost/config/compiler/common_edg.hpp </p> <p> without patch: </p> <p> Copying (and overwriting) file: boost/assert.hpp Copying (and overwriting) file: boost/checked_delete.hpp Copying (and overwriting) file: boost/config.hpp Copying (and overwriting) file: boost/config/.svn/all-wcprops Copying (and overwriting) file: boost/config/.svn/entries Copying (and overwriting) file: boost/config/.svn/format Copying (and overwriting) file: boost/config/.svn/prop-base/abi_prefix.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/prop-base/abi_suffix.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/prop-base/auto_link.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/prop-base/posix_features.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/prop-base/requires_threads.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/prop-base/select_compiler_config.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/prop-base/select_platform_config.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/prop-base/select_stdlib_config.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/prop-base/suffix.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/prop-base/user.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/text-base/abi_prefix.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/text-base/abi_suffix.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/text-base/auto_link.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/text-base/posix_features.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/text-base/requires_threads.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/text-base/select_compiler_config.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/text-base/select_platform_config.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/text-base/select_stdlib_config.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/text-base/suffix.hpp.svn-base Copying (and overwriting) file: boost/config/.svn/text-base/user.hpp.svn-base </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Thu, 10 Jan 2008 12:17:18 GMT</pubDate> <title>status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/1187#comment:5 https://svn.boost.org/trac10/ticket/1187#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">reopened</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.35.0</span> </li> </ul> <p> Ah... if you'd used the --svn switch to only copy files under version control then those files wouldn't have been copied. However, the patch can't do any harm (I hope!), so I've applied it. </p> <p> Regards, John. </p> Ticket alexott@… Thu, 10 Jan 2008 12:20:42 GMT <link>https://svn.boost.org/trac10/ticket/1187#comment:6 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1187#comment:6</guid> <description> <p> By the way --svn switch is not printed if i run bcp without arguments or with --help switch </p> </description> <category>Ticket</category> </item> <item> <author>alexott@…</author> <pubDate>Thu, 10 Jan 2008 21:32:04 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/1187 https://svn.boost.org/trac10/ticket/1187 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">bcp-2.diff</span> </li> </ul> <p> add description of --svn option to show usage command </p> Ticket