switch to subversion repository

None necessary. However, could you post an example of how

    > to do a dev checkout? I thought I had followed the
    > instructions, but commit is asked for a password for the

I did

svn co --username=jdh2358 --password=mypass matplotlib download | SourceForge.net

and then I could make commits with no prompting.

JDH

I was just wondering what the recommended check-out command
for "test-users" would be. With
  svn co matplotlib download | SourceForge.net matplotlib

I get the whole tree:
  56K ./.svn
  280K ./CVSROOT
  69M ./course
  31M ./htdocs
  50M ./matplotlib
  194M ./toolkits
  39M ./users_guide
which is about 381 MB...

The answer seems to be this one:
  svn co matplotlib download | SourceForge.net \
       matplotlib

Best, Arnd

P.S. For the above command I get the following:

Error validating server certificate for 'https://svn.sourceforge.net:443':
- The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
Certificate information:
- Hostname: *.sourceforge.net
- Valid: from Dec 8 13:40:07 2005 GMT until Feb 7 13:40:07 2007 GMT
- Issuer: Equifax Secure Certificate Authority, Equifax, US
- Fingerprint:
49:b8:cb:87:04:8c:49:39:45:83:dd:4c:cf:c7:54:57:b0:9e:84:5d
(R)eject, accept (t)emporarily or accept (p)ermanently? t

···

On Tue, 28 Feb 2006, John Hunter wrote:

    > None necessary. However, could you post an example of how
    > to do a dev checkout? I thought I had followed the
    > instructions, but commit is asked for a password for the

I did

svn co --username=jdh2358 --password=mypass matplotlib download | SourceForge.net

and then I could make commits with no prompting.