Re: How to svn -co Django sources

2006-11-14 Thread Lars Stavholm

telenieko wrote:
> Hi,
> From: http://www.djangoproject.com/documentation/install/
>  [Installing the
> development version],
> 
> svn co 
> http://code.djangoproject.com/svn/django/trunk/ django_src
> ln -s `pwd`/django_src/django /usr/lib/python2.3/site-packages/django
> 
> Better do that in another fresh new folder.

And then, when you want the updates, you'll do:

$ cd .../django_src
$ svn update

/stava

--~--~-~--~~~---~--~~
 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
-~--~~~~--~~--~--~---



Re: How to svn -co Django sources

2006-11-14 Thread telenieko
Hi,From: http://www.djangoproject.com/documentation/install/
 [Installing the development version], svn co 
http://code.djangoproject.com/svn/django/trunk/ django_srcln -s `pwd`/django_src/django /usr/lib/python2.3/site-packages/djangoBetter do that in another fresh new folder.Cheers,
Marc.
On 11/14/06, Picio <[EMAIL PROTECTED]> wrote:

Hello,I have a folder named Django-0.95 with Django official  releaseinsisde. It's working well, but since I saw many tickets solved on thesite I'm asking if I have to do an update to stay well tuned having
all the patches applied.All my project are outside from that directory.How can I update my Django Installation with the latest trunk?(svn -co ???which address??? from inside my Django-0.95 dir?)

Picio



--~--~-~--~~~---~--~~
 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  -~--~~~~--~~--~--~---