About 8 moinths ago, I downloaded the development version of django and have
been using it to develope a web site. I'm using Ubuntu, and I'm not a
skilled programmer, and perhaps this was caused by something I did, but it
appears I don't have subversion installed correctly, as the django directory
inside the trunk keeps repeating itself. It keeps going on, perhaps creating
new directory after new django directory forever. Here's an example:


malc...@baglux://home/malcolm$ cd django-trunk
malc...@baglux://home/malcolm/django-trunk$ ls
AUTHORS  docs      extras   LICENSE      README   setup.cfg  tests
django   examples  INSTALL  MANIFEST.in  scripts  setup.py
malc...@baglux://home/malcolm/django-trunk$ cd django
malc...@baglux://home/malcolm/django-trunk/django$ ls
bin      core      django  __init__.py   shortcuts     test
conf     db        forms   __init__.pyc  template      utils
contrib  dispatch  http    middleware    templatetags  views
malc...@baglux://home/malcolm/django-trunk/django$ cd django
malc...@baglux://home/malcolm/django-trunk/django/django$ ls
bin      core      django  __init__.py   shortcuts     test
conf     db        forms   __init__.pyc  template      utils
contrib  dispatch  http    middleware    templatetags  views
malc...@baglux://home/malcolm/django-trunk/django/django$ cd django
malc...@baglux://home/malcolm/django-trunk/django/django/django$ ls
bin      core      django  __init__.py   shortcuts     test
conf     db        forms   __init__.pyc  template      utils
contrib  dispatch  http    middleware    templatetags  views
malc...@baglux://home/malcolm/django-trunk/django/django/django$
Etc., etc., etc...

Any thoughts on what's causing this and how to correct it? Thanks!

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to