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/trunk/django
>
>  No, there isn't.

You could however clone the code through the avaliable git, and
mercurial repositories:

git clone git://repo.or.cz/django.git
or
git clone http://repo.or.cz/r/django.git
or
hg clone http://hg.dpaste.com/django/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to