This looks like an error induced by a proxy server. Is your computer connected to the Internet through a proxy ? If this is the case, you won't be able to send/receive SVN commands through the HTTP proxy, as SVN use WebDAV which is a superset of HTTP that is not supported by HTTP proxies.
Try using an HTTPS connection (i.e. : https://trac-hacks.org/svn/accountmanagerplugin/0.10/). https bypasses the proxy (HTTPS data are routed through, but the proxy cannot alter them). If you don't have https access, the only available fallback is to download a ZIP archive of the plugin. HTH, Manu On 8/21/07, Neena <[EMAIL PROTECTED]> wrote: > > > URL : http://trac-hacks.org/svn/accountmanagerplugin/0.10/ > and this the error that svn shows > > Error: PROPFIND request failed on '/svn/accountmanagerplugin/0.10' > Error: PROPFIND of '/svn/accountmanagerplugin/0.10': could not connect to > server (http://trac-hacks.org) > > Thanks! -- Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
