Re: Checking out Django using svn+ssh

2008-03-03 Thread Jeff Anderson
Manoj Govindan wrote: Is there a way to check out the latest version of Django code using the svn+ssh mechanism? svn co svn+ssh://code.djangoproject.com/svn/django/trunk/django Another solution that you could do is ssh to a site outside of the proxy, do the svn checkout on the remote host, an

Re: Checking out Django using svn+ssh

2008-03-03 Thread Reed Bailey
thank you, I'll give those a look On Mon, 2008-03-03 at 21:41 +0200, Christos Τrochalakis wrote: > On Mon, Mar 3, 2008 at 6:26 PM, Reed Bailey <[EMAIL PROTECTED]> wrote: > > > > > > On Mon, 2008-03-03 at 15:02 +0200, Christos Τrochalakis wrote: > > > On Mon, Mar 3, 2008 at 2:09 PM, Malcolm Tred

Re: Checking out Django using svn+ssh

2008-03-03 Thread Christos Τrochalakis
On Mon, Mar 3, 2008 at 6:26 PM, Reed Bailey <[EMAIL PROTECTED]> wrote: > > > On Mon, 2008-03-03 at 15:02 +0200, Christos Τrochalakis wrote: > > On Mon, Mar 3, 2008 at 2:09 PM, Malcolm Tredinnick > > <[EMAIL PROTECTED]> wrote: > > > > > > > > > On Mon, 2008-03-03 at 01:45 -0800, Manoj Govinda

Re: Checking out Django using svn+ssh

2008-03-03 Thread Reed Bailey
On Mon, 2008-03-03 at 15:02 +0200, Christos Τrochalakis wrote: > On Mon, Mar 3, 2008 at 2:09 PM, Malcolm Tredinnick > <[EMAIL PROTECTED]> wrote: > > > > > > On Mon, 2008-03-03 at 01:45 -0800, Manoj Govindan wrote: > > > Is there a way to check out the latest version of Django code using > > > t

Re: Checking out Django using svn+ssh

2008-03-03 Thread Christos Τrochalakis
On Mon, Mar 3, 2008 at 2:09 PM, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > > On Mon, 2008-03-03 at 01:45 -0800, Manoj Govindan wrote: > > Is there a way to check out the latest version of Django code using > > the svn+ssh mechanism? > > svn co svn+ssh://code.djangoproject.com/svn/django

Re: Checking out Django using svn+ssh

2008-03-03 Thread Malcolm Tredinnick
On Mon, 2008-03-03 at 01:45 -0800, Manoj Govindan wrote: > Is there a way to check out the latest version of Django code using > the svn+ssh mechanism? > svn co svn+ssh://code.djangoproject.com/svn/django/trunk/django No, there isn't. Regards, Malcolm -- Always try to be modest and be proud o

Checking out Django using svn+ssh

2008-03-03 Thread Manoj Govindan
Is there a way to check out the latest version of Django code using the svn+ssh mechanism? svn co svn+ssh://code.djangoproject.com/svn/django/trunk/django I am obliged to do this as the proxy server I rely on (but do not control) is not configured to recognise the necessary HTTP methods such as R