Opened 17 years ago

Closed 16 years ago

#5755 closed (worksforme)

Permission problem in trunk Zip Archive.

Reported by: Takanao Endoh <djmchl@…> Owned by: nobody
Component: *.djangoproject.com Version:
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Zip Archive download link in http://code.djangoproject.com/browser/django/trunk

$ curl -o django_trunk.zip "http://code.djangoproject.com/changeset//django/trunk?old_path=%2F&format=zip"
$ unzip -Z django_trunk.zip |head
Archive:  django_trunk.zip   2792053 bytes   1051 files
?---------  2.0 unx     1534 b- defN 15-Jul-05 19:38 django/trunk/LICENSE
?---------  2.0 unx     5748 b- defN 28-Jul-07 04:02 django/trunk/django/test/simple.py
?---------  2.0 unx    10403 b- defN 15-Sep-07 21:44 django/trunk/django/test/client.py
?---------  2.0 unx     8315 b- defN 14-Sep-07 05:28 django/trunk/django/test/testcases.py
?---------  2.0 unx      130 b- defN  1-Mar-07 13:11 django/trunk/django/test/__init__.py
?---------  2.0 unx       28 b- defN 30-Dec-06 06:25 django/trunk/django/test/signals.py
?---------  2.0 unx     7235 b- defN 20-Aug-07 03:16 django/trunk/django/test/utils.py
?---------  2.0 unx   100252 b- defN 14-Sep-07 17:17 django/trunk/django/test/_doctest.py
?---------  2.0 unx    14470 b- defN  3-Oct-07 22:21 django/trunk/django/http/__init__.py

Change History (1)

comment:1 by Jacob, 16 years ago

Resolution: worksforme
Status: newclosed

Works for me:

jacob@dorkbook:~/Downloads/django/trunk$ ls -al
total 80
drwxr-xr-x@ 15 jacob  staff    510 Mar  2 10:02 .
drwxr-xr-x@  4 jacob  staff    136 Mar  2 10:02 ..
-rwxr-xr-x@  1 jacob  staff  13551 Feb 22 12:50 AUTHORS
-rwxr-xr-x@  1 jacob  staff    810 Jul 28  2006 INSTALL
-rwxr-xr-x@  1 jacob  staff   1534 Jul 15  2005 LICENSE
-rwxr-xr-x@  1 jacob  staff    493 Apr 18  2007 MANIFEST.in
-rwxr-xr-x@  1 jacob  staff   1369 Nov 28 21:55 README
drwxr-xr-x@ 20 jacob  staff    680 Mar  2 10:02 django
drwxr-xr-x@ 63 jacob  staff   2142 Mar  2 10:02 docs
drwxr-xr-x@  8 jacob  staff    272 Mar  2 10:02 examples
drwxr-xr-x@  4 jacob  staff    136 Mar  2 10:02 extras
drwxr-xr-x@  3 jacob  staff    102 Mar  2 10:02 scripts
-rwxr-xr-x@  1 jacob  staff    117 Apr  3  2007 setup.cfg
-rwxr-xr-x@  1 jacob  staff   2018 Feb 21 20:50 setup.py
drwxr-xr-x@  7 jacob  staff    238 Mar  2 10:02 tests

If you're still having problems, you'll need to file a bug upstream with Trac; ZIP generation isn't something we have control over. Though please do post the Trac bug # here so I can follow along.

Note: See TracTickets for help on using tickets.
Back to Top