Advertisement
olemis

Bloodhound's trac-admin - (product list) (product admin)

Mar 22nd, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.17 KB | None | 0 0
  1.  
  2. $ trac-admin /path/to/trac/env
  3. Welcome to trac-admin 1.0.1
  4. Interactive Trac administration console.
  5. Copyright (C) 2003-2013 Edgewall Software
  6.  
  7. Type:  '?' or 'help' for help on commands.
  8.        
  9. Trac [/path/to/trac/env]> product
  10. admin  list  
  11. Trac [/path/to/trac/env]> product list
  12.  
  13. Prefix   Owner   Name              
  14. -----------------------------------
  15. default          Default          
  16. test     olemis  Bloodhound MP test
  17.  
  18. Trac [/path/to/trac/env]> product admin
  19. default  test    
  20. Trac [/path/to/trac/env]> product admin test
  21. attachment   component    deploy       hotcopy      permission   repository   session      ticket       upgrade      wiki        
  22. changeset    config       devfixture   milestone    priority     resolution   severity     ticket_type  version      
  23. Trac [/path/to/trac/env]> product admin test component
  24. add     chown   list    remove  rename  
  25. Trac [/path/to/trac/env]> product admin test component list
  26.  
  27. Name        Owner  
  28. --------------------
  29. component1  somebody
  30. component2  somebody
  31.  
  32. Trac [/path/to/trac/env]> product admin test component rename component
  33. component1  component2  
  34. Trac [/path/to/trac/env]> product admin test component rename component
  35. component1  component2  
  36. Trac [/path/to/trac/env]> product admin test component rename component1 component3
  37. Trac [/path/to/trac/env]> product admin test component add component1 a
  38. anonymous      authenticated  
  39. Trac [/path/to/trac/env]> product admin test component add component1 murphy
  40. Trac [/path/to/trac/env]> product admin test component list
  41.  
  42. Name        Owner  
  43. --------------------
  44. component1  murphy  
  45. component2  somebody
  46. component3  somebody
  47.  
  48. Trac [/path/to/trac/env]> product admin test help
  49. Error: help command not supported for products
  50. Trac [/path/to/trac/env]> product admin test upgrade
  51. Error: upgrade command not supported for products
  52. Trac [/path/to/trac/env]> product admin test deploy
  53. Error: deploy command not supported for products
  54. Trac [/path/to/trac/env]> product admin test hotcopy
  55. Error: hotcopy command not supported for products
  56. Trac [/path/to/trac/env]> product admin test initenv
  57. Error: initenv command not supported for products
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement