Skip to content

Instantly share code, notes, and snippets.

@MischaTheEvil
Created December 7, 2009 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MischaTheEvil/250572 to your computer and use it in GitHub Desktop.
Save MischaTheEvil/250572 to your computer and use it in GitHub Desktop.
REDMINE VERSION SHARING TESTS
Redmine trunk@3129
Role: Manager (which has version-management permission) on ALL projects
* Version TST, not shared, in project: "parent2" "child2-1" "nested2-1-1"
is useable in:
parent1 NO NO NO
child1-1 NO NO NO
nested1-1-1 NO NO NO
nested1-1-2 NO NO NO
child1-2 NO NO NO
parent2 YES NO NO
child2-1 NO YES NO
nested2-1-1 NO NO YES
child2-2 NO NO NO
nested2-2-1 NO NO NO
* Version TST, shared with subprojects, in project: "parent2" "child2-1" "nested2-1-1"
is useable in:
parent1 NO NO NO
child1-1 NO NO NO
nested1-1-1 NO NO NO
nested1-1-2 NO NO NO
child1-2 NO NO NO
parent2 YES YES YES
child2-1 NO YES YES
nested2-1-1 NO NO YES
child2-2 NO NO NO
nested2-2-1 NO NO NO
* Version TST, shared with project hierarchy, in project: "parent2" "child2-1" "nested2-1-1"
is useable in:
parent1 NO NO NO
child1-1 NO NO NO
nested1-1-1 NO NO NO
nested1-1-2 NO NO NO
child1-2 NO NO NO
parent2 YES YES YES
child2-1 YES YES YES
nested2-1-1 YES YES YES
child2-2 YES NO NO
nested2-2-1 YES NO NO
* Version TST, shared with project tree, in project: "parent2" "child2-1" "nested2-1-1"
is useable in:
parent1 NO NO NO
child1-1 NO NO NO
nested1-1-1 NO NO NO
nested1-1-2 NO NO NO
child1-2 NO NO NO
parent2 YES YES YES
child2-1 YES YES YES
nested2-1-1 YES YES YES
child2-2 YES YES YES
nested2-2-1 YES YES YES
* Version TST, shared with all projects, in project: "parent2" "child2-1" "nested2-1-1"
is useable in:
parent1 YES YES YES
child1-1 YES YES YES
nested1-1-1 YES YES YES
nested1-1-2 YES YES YES
child1-2 YES YES YES
parent2 YES YES YES
child2-1 YES YES YES
nested2-1-1 YES YES YES
child2-2 YES YES YES
nested2-2-1 YES YES YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment