[SciPy-dev] Re: scipy repository structure

Travis N. Vaught travis at enthought.com
Wed Aug 10 17:30:08 EDT 2005


Travis Oliphant wrote:

> Travis N. Vaught wrote:
>
>> CC'ing the dev list (please read below for context):
>>
>> So...
>>
>> It seems like we should first put things into:
>>
>> www.scipy.org/svn/scipy/trunk/src/lib/
>>  scipy
>>  scipy_core
>>
>> (allowing one to do this:  svn co https://svn.scipy.org/svn/scipy/trunk/
>> ...and get what's needed for a build)
>
>
>
> Why the extra /src/lib/  portion and not just
>
> www.scipy.org/svn/scipy/trunk/
> scipy
> scipy_core
>
> ??
>
> -Travis O.
>
We've done this for all our internal work and with the enthought open 
source packages in order to support an organization like:

/svn/scipy/trunk/
  doc/
  src/
    apps/
      demo_app
    api_docs/
    lib/
      scipy
      scipy_core

Perhaps all this isn't necessary for scipy, but we've found it to be a 
useful way to partition the repository.

Travis V.




More information about the SciPy-Dev mailing list