2826: File-based caches don't install properly on 1.7RC1

ste****@gallaghe********* (Google Code) (Is this you? Claim this profile.)
Dec. 29, 2012
What version are you running?
1.7 RC1

What's the URL of the page containing the problem?
N/A

What steps will reproduce the problem?
1. Run rb-site install /path
2. Select file-based cache instead of memcached


What is the expected output? What do you see instead?
I expect it to use the entered cache path, but instead it creates a series of directories in the local working directory beginning with a directory called "file:/"

What operating system are you using? What browser?


Please provide any additional information below.
chipx86
#1 chipx86
Worth fixing for 1.7. :)
  • +Confirmed
  • -Priority-Medium
    +Priority-High
    +Milestone-Release1.7
    +Component-Settings
#2 ste****@gallaghe********* (Google Code) (Is this you? Claim this profile.)
Still broken in 1.7.1 :(
#3 raja****@gmai***** (Google Code) (Is this you? Claim this profile.)
Django seems to have changed the format of directory accepted in the FileBasedCache between versions 1.2 and 1.3. Ive posted a patch at http://reviews.reviewboard.org/r/3706/
david
#4 david
Fixed in release-1.7.x (624517c). Thanks!
  • -Confirmed
    +Fixed