I have created several snippits. Then I have decided to create a new project for all the coding best practices on one of my development code bases. How do I move those snippits to the new project? It seems its easy to move a review why not a snippit?
Here is the worst solution possible!
Using your prefered DB management tool, hack the crucible database in the following way:
update the cru_review table and change the cru_project column to the appropriate project id (found in cru_project table).
update the cru_revpermaid table and chang the cru_proj_key to the appropriate key (found in cru_project table)
Pray you didn't hose your crucible installation!
Do this at your own risk. It seems to have worked for me.
Should you restart your Crucible service after you do this? Probably, because of caching, etc the service might be doing.
Good luck!
PS: you're not having fun at work until you break something and one of your co-workers thinks you're an a-hole!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.