
On Thu, Nov 01, 2007 at 08:48:34AM -0700, Dean Michael Berris wrote:
The Overloads library is now available in the Boost Subversion Sandbox
Great!
You should be able to access the overload implementation at http://svn.boost.org/svn/boost/sandbox/overload/trunk -- this version is derived from Marco Ceccheti's implementation, with certain changes for complying with some Boost rules about filenames (length, etc.) and directory layout.
Are you sure the directory layout is OK? I would not expect to see trunk in http://svn.boost.org/svn/boost/sandbox/overload but the content of it. Branches belong to http://svn.boost.org/svn/boost/sandbox-branches so http://svn.boost.org/svn/boost/sandbox/<project> should always contain the trunk version without need to create an additional directory called "trunk". At least the logging library doesn't use "trunk". Let me summarise: Instead of http://svn.boost.org/svn/boost/sandbox/overload/trunk/boost I would expect http://svn.boost.org/svn/boost/sandbox/overload/boost. If I'm wrong other projects should maybe restructered for consistency.
The above announcement should be very a welcome change for you. I hope this helps!
It does, thanks! Jens