Skip to content

Instantly share code, notes, and snippets.

@mtigas
Created May 13, 2011 18:55
Show Gist options
  • Save mtigas/971093 to your computer and use it in GitHub Desktop.
Save mtigas/971093 to your computer and use it in GitHub Desktop.
# Check out the base Django trunk into "django" directory.
svn co http://code.djangoproject.com/svn/django/trunk/ django
# ... update it to 1.2.5
svn switch http://code.djangoproject.com/svn/django/tags/releases/1.2.5/ django
# ... update to 1.3
svn switch http://code.djangoproject.com/svn/django/tags/releases/1.3/ django
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment