#11160 closed enhancement (fixed)
Shell command to create project
Reported by: | anonymous | Owned by: | Cinc-th |
---|---|---|---|
Priority: | normal | Component: | SimpleMultiProjectPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
Hi, is there any shell command for unix to create a project under SSMPP, thank you in advance
Attachments (5)
Change History (29)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Yeah, you'd need to implement IAdminCommandProvider
. It would be fun though, right? ... if only we could find the time ;) comment:8:ticket:10733: should help with the implementation like you suggest.
comment:3 Changed 11 years ago by
I'm creating a shell script to create projects easily, creating the repository, linking it to trac and the only thing I was missing is the creation of the project under SSMPP, thank you very much for your answers
comment:7 Changed 10 years ago by
You (and the plugin maintainer receiving your patches) may find the information in trac:TracDev/SubmittingPatches useful. Most people find the unified diff format much easier to deal with rather than entire copies of the modified files.
comment:8 Changed 10 years ago by
No worries, it's OK for me. Either Tortoise SVN merges that or I use BeyondCompare which offers partial merge in a side-by-side view.
comment:9 Changed 10 years ago by
If you like, you could give him write access to the repository. His patches are good, useful and straight forward to a neat plugin. I would reserve all rights of the maintainer though including taking the rights away again (in case of bigger unsolvable trouble (which I don't expect though)). ;-)
comment:10 follow-up: 15 Changed 10 years ago by
testing result on project remove testtest
:
File "build\bdist.win32\egg\simplemultiproject\model.py", line 241, in execute_sql_statement for id in ids_projects: TypeError: 'int' object is not iterable
comment:12 follow-up: 14 Changed 10 years ago by
At the request of falkb, Cinc has been provided write access to the SimpleMultiProjectPlugin repository.
comment:14 follow-up: 23 Changed 10 years ago by
Replying to rjollos:
At the request of falkb, Cinc has been provided write access to the SimpleMultiProjectPlugin repository.
Hi Ryan,
since I couldn't register the user name Cinc for some reason (the register page didn't give any hint what went wrong), can you switch over the permissions to Cinc-th?
Regards Cinc
comment:15 Changed 10 years ago by
Replying to falkb:
testing result on
project remove testtest
:File "build\bdist.win32\egg\simplemultiproject\model.py", line 241, in execute_sql_statement for id in ids_projects: TypeError: 'int' object is not iterable
Hi falkb,
been some time... But it's not forgotten.
I've got some idea why the command failed for you. Will update the patch asap.
comment:16 Changed 10 years ago by
Owner: | changed from falkb to Cinc-th |
---|---|
Status: | new → accepted |
Changed 10 years ago by
Attachment: | admin_command.2.py added |
---|
Revised admin command prlugin fixing trap. Some imporvements and documentation.
comment:17 Changed 10 years ago by
Hi falkb,
the new admin_command.2.py fixes your trap. The __init__.py patch is still necessary.
I added some documentation and improved some of the commands slightly.
regards Cinc
comment:18 Changed 10 years ago by
Hi Cinc-th, I've tested and your new patch works great. Thanks a lot! I just suggest to change the default behaviour of 'project list' to the short one, and use a parameter 'detailed' for showing it with all bells and whistles, what do you think about this?
Changed 10 years ago by
Attachment: | admin_command.3.py added |
---|
Changed defualt list action from detailed to short.
comment:19 Changed 10 years ago by
Well, I had a very distinct reason to present the detailed list as default.
By now I have forgotten what it was so I changed it as you suggested :-). See attachement admin_command.(3).py.
comment:20 Changed 10 years ago by
Yeah, cool, I think this way a "project list" wont bury with a text avalanche.
What are your next plans about this SimpleMultiProjectPlugin? And do you want to commit this patch by yourself? Looks like you're seeing through here. Maybe, if you want to join in contributing to this plugin, you can give a few more hints about yourself, you know what I mean... Cheers, falkb
comment:21 Changed 10 years ago by
Now I've seen you are already active here: wiki:Cinc-th Didn't know that :-)
No, you can only do that via /roadmap. Somehow this is related to comment:ticket:10733:8.