Project

General

Profile

Actions

Feature #21777

closed

Include tmp/sessions/ folder in repository, please?

Added by Zhao Li over 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

Hi,

Sorry, I'm not sure if this is a feature or defect.

tmp/sessions folder is needed in production and if it's pulled down with the repository, then it would save an extra step later to create the folder.

Here are the changes to get things working in Git:
https://github.com/redmine/redmine/pull/71

Thanks!

PS: Why not just use Git and Github? Having to sign up for another account is a bit inconvenient. But either way, thanks for an awesome product!

Actions #1

Updated by Toshi MARUYAMA about 9 years ago

  • Category deleted (Code cleanup/refactoring)

You can make by "rake tmp:create" and I am afraid of side effect.

$ rake tmp:create
mkdir -p tmp/sessions
mkdir -p tmp/cache
mkdir -p tmp/sockets
mkdir -p tmp/pids
mkdir -p tmp/cache/assets/development
mkdir -p tmp/cache/assets/test
mkdir -p tmp/cache/assets/production
Actions #2

Updated by Zhao Li almost 9 years ago

  • Status changed from New to Resolved

Thanks for letting me know about the rake task.

Actions #3

Updated by Toshi MARUYAMA almost 9 years ago

  • Status changed from Resolved to Closed

Thank you for your feedback.

Actions

Also available in: Atom PDF