
On Sat, Jun 25, 2011 at 5:53 AM, Joshua Boyce <raptorfactor@raptorfactor.com
wrote:
On Fri, Jun 24, 2011 at 7:48 PM, Daniel James <dnljms@gmail.com> wrote:
On 23 June 2011 20:22, Joshua Boyce <raptorfactor@raptorfactor.com> wrote:
Is it possible for somebody to add an svn:ignore for dirs like Bin, Stage, Dist, etc on the Boost trunk?
There's an svn:ignore property on trunk, but not release, I think it should be safe to copy that over to the release branch. I'll try to do that this weekend. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Oh right, I misread my subversion output. The unversioned files that are popping up are because of the bootstrap script.
The svn:ignore property is missing for the 'tools/build/v2/engine/bin.ntx86' and 'tools/build/v2/engine/bootstrap' dirs (and probably a couple others in the same engine dir depending on your platform).
Also, project-config.jam and bootstrap.log in /trunk. Again, generated by the bootstrap script.
On Fri, Jun 24, 2011 at 6:05 PM, Olaf van der Spek <ml@vdspek.org> wrote:
On Thu, Jun 23, 2011 at 9:22 PM, Joshua Boyce <raptorfactor@raptorfactor.com> wrote:
Unless someone knows an SVN trick I can use in my project to work around this? (Though I can't see a reason using svn:ignore in Boost would be a problem...)
I set SVN to ignore unversioned files.
Olaf _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
I like unversioned files being displayed, because on my project there should not be any, so if I notice one it means I either need to commit or ignore it. Maybe it's just me being overly OCD, but it helps me avoid accidentally failing to commit new files etc.
Just saw r72754. Thanks Daniel! :)