Cannot access svn

svn: PROPFIND request failed on '/svnroot/matplotlib/trunk/matplotlib'
svn: PROPFIND of '/svnroot/matplotlib/trunk/matplotlib': Could not
resolve hostname `svn.sourceforge.net': Host not found
(https://svn.sourceforge.net)

Is this a temporary problem ?

Nils

I've been experiencing this since yesterday, and was waiting to see if
it clears up by today...

JDH

···

On 7/10/07, Nils Wagner <nwagner@...425...> wrote:

svn: PROPFIND request failed on '/svnroot/matplotlib/trunk/matplotlib'
svn: PROPFIND of '/svnroot/matplotlib/trunk/matplotlib': Could not
resolve hostname `svn.sourceforge.net': Host not found
(https://svn.sourceforge.net)

Is this a temporary problem ?

I ended up checking out the entire repository again. It seems that the working
address is now matplotlib.svn.sourceforge.net/svn/matplotlib, instead of
svn.sourceforge.net/svn/matplotlib.

Darren

···

On Tuesday 10 July 2007 10:05:40 am John Hunter wrote:

On 7/10/07, Nils Wagner <nwagner@...425...> wrote:
> svn: PROPFIND request failed on '/svnroot/matplotlib/trunk/matplotlib'
> svn: PROPFIND of '/svnroot/matplotlib/trunk/matplotlib': Could not
> resolve hostname `svn.sourceforge.net': Host not found
> (https://svn.sourceforge.net)
>
> Is this a temporary problem ?

I've been experiencing this since yesterday, and was waiting to see if
it clears up by today...

Nothing is working for me

-bash-2.05b$ cd python/svn/
-bash-2.05b$ svn co
http://matplotlib.svn.sourceforge.net/svn/matplotlib
--username=jdh2358 --password=mypasswd
svn: PROPFIND request failed on '/svn/matplotlib'
svn: PROPFIND of '/svn/matplotlib': 405 Method Not Allowed
(http://matplotlib.svn.sourceforge.net)
-bash-2.05b$ svn co
https://matplotlib.svn.sourceforge.net/svn/matplotlib
--username=jdh2358 --password=mypasswd
svn: PROPFIND request failed on '/svn/matplotlib'
svn: PROPFIND of '/svn/matplotlib': 405 Method Not Allowed
(https://matplotlib.svn.sourceforge.net)
-bash-2.05b$ svn co
https://matplotlib.svn.sourceforge.net/svn/matplotlib svn: PROPFIND
request failed on '/svn/matplotlib'
svn: PROPFIND of '/svn/matplotlib': 405 Method Not Allowed
(https://matplotlib.svn.sourceforge.net)
-bash-2.05b$ svn co
matplotlib download | SourceForge.net matplotlib
svn: PROPFIND request failed on '/svnroot/matplotlib/trunk'
svn: PROPFIND of '/svnroot/matplotlib/trunk': Could not resolve
hostname `svn.sourceforge.net': Host not found
(https://svn.sourceforge.net)

Can you see anything wrong with what I am doing?

···

On 7/10/07, Darren Dale <dd55@...143...> wrote:

I ended up checking out the entire repository again. It seems that the working
address is now matplotlib.svn.sourceforge.net/svn/matplotlib, instead of
svn.sourceforge.net/svn/matplotlib.

John Hunter wrote:

···

On 7/10/07, Darren Dale <dd55@...143...> wrote:

I ended up checking out the entire repository again. It seems that the working
address is now matplotlib.svn.sourceforge.net/svn/matplotlib, instead of
svn.sourceforge.net/svn/matplotlib.
    
Nothing is working for me

-bash-2.05b$ cd python/svn/
-bash-2.05b$ svn co
http://matplotlib.svn.sourceforge.net/svn/matplotlib
--username=jdh2358 --password=mypasswd
svn: PROPFIND request failed on '/svn/matplotlib'
svn: PROPFIND of '/svn/matplotlib': 405 Method Not Allowed
(http://matplotlib.svn.sourceforge.net)
-bash-2.05b$ svn co
https://matplotlib.svn.sourceforge.net/svn/matplotlib
--username=jdh2358 --password=mypasswd
svn: PROPFIND request failed on '/svn/matplotlib'
svn: PROPFIND of '/svn/matplotlib': 405 Method Not Allowed
(https://matplotlib.svn.sourceforge.net)
-bash-2.05b$ svn co
https://matplotlib.svn.sourceforge.net/svn/matplotlib svn: PROPFIND
request failed on '/svn/matplotlib'
svn: PROPFIND of '/svn/matplotlib': 405 Method Not Allowed
(https://matplotlib.svn.sourceforge.net)
-bash-2.05b$ svn co
matplotlib download | SourceForge.net matplotlib
svn: PROPFIND request failed on '/svnroot/matplotlib/trunk'
svn: PROPFIND of '/svnroot/matplotlib/trunk': Could not resolve
hostname `svn.sourceforge.net': Host not found
(https://svn.sourceforge.net)

Can you see anything wrong with what I am doing?

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options
  

svn co

works for me.

Nils