[SciPy-dev] howto checkout project from scikits? (I get error)

David Cournapeau david at ar.media.kyoto-u.ac.jp
Wed Jun 6 03:11:50 EDT 2007


dmitrey wrote:
> I use
>
> svn co http://projects.scipy.org/scipy/scikits/browser/trunk pymat
>
> and it yields
>
> svn: PROPFIND request failed on '/scipy/scikits'
> svn: PROPFIND of '/scipy/scikits': 200 Ok (http://projects.scipy.org)
>
> (and nothing changes in my directory)
>
> I tried some other commands like
> svn co http://projects.scipy.org/scipy/scikits/trunk pymat
>
> but it yields the same
>
You should try something like:

svn co http://svn.scipy.org/svn/scikits/trunk/pymat .

(for pymat only). The error that svn returns to you is non descriptive, 
to say the least. All subversion repositories under the DNS scipy.org 
lies in svn.scipy.org, AFAIK. This information should be somewhere in 
scikits, I think. Actually, there should be a descriptive page for 
scikits for people who just want to use the code.

cheers,

David



More information about the SciPy-Dev mailing list