Changes between Version 4 and Version 5 of BoostSubversion


Ignore:
Timestamp:
May 9, 2007, 11:33:27 AM (15 years ago)
Author:
Douglas Gregor
Comment:

Note where Subversion commit messages go

Legend:

Unmodified
Added
Removed
Modified
  • BoostSubversion

    v4 v5  
    3737  svn switch --relocate http://svn.boost.org/svn/boost https://svn.boost.org/svn/boost
    3838
     39== Subversion Commit Messages ==
     40To receive e-mail each time a change is committed to the Boost Subversion repository, join the Boost-commit mailing list at http://lists.boost.org/mailman/listinfo.cgi/boost-commit
     41
    3942== Sandbox Organization ==
    4043The Boost Sandbox (housed in the `sandbox` subdirectory of the Subversion repository) contains unreviewed code that is intended to eventually become a part of the Boost libraries. Because there are typically many projects in the sandbox at any one time (in various stages of development), the sandbox should be organized by project. Each project should have its own subdirectory inside `sandbox`. For example, a new XML library would reside in `sandbox/xml`. Inside that project-specific subdirectory, the project should be organized like any other Boost library, with a `boost` subdirectory (for headers) and `libs` subdirectory (for source code, build files, and documentation). Our hypothetical XML project would likely have the following structure: