Re: [fossil-users] cmd line support for tickets

2010-10-07 Thread wolfgang
Eric e...@... writes: : Most native English speakers would not even have thought of using fieldslist, and it sounds odd. I think fieldlist is correct, though I might have chosen fossil ticket fields depending on the rest of the possible syntax. Regards, Eric What about

Re: [fossil-users] cmd line support for tickets

2010-10-07 Thread Ramon Ribó
It sounds very nice !! -RR 2010/10/7 Wolfgang rat...@stumvolls.de: Eric e...@... writes:   : fossil ticket fields depending on the rest of the possible syntax.   : With checkin 3f06f272cd , i changed it to fossil ticket list fields and added fossil ticket list reports All

Re: [fossil-users] cmd line support for tickets

2010-10-07 Thread wolfgang
Christian Busch busch.christ...@... writes: One more idea for the fossil ticket add ...: Is it possible to print a command with the UUID of the new ticket? -Christian : I think, i'll should print a protocoll message like ticket UUID changed/added/add failed/update failed to stdout

Re: [fossil-users] cmd line support for tickets

2010-10-07 Thread Eric
Eric e...@... writes: : fossil ticket fields depending on the rest of the possible syntax. : With checkin 3f06f272cd , i changed it to fossil ticket list fields and added fossil ticket list reports All commands can be shortend, f.e. fossil l f is valid! I assume you mean

Re: [fossil-users] cmd line support for tickets

2010-10-07 Thread Wolfgang
Eric e...@... writes: All commands can be shortend, f.e. fossil l f is valid! I assume you mean fossil tic l f (because of timeline and tag) E You are right, i was foccused on implementing the ticket command, so i've forgotten to name it in the command line :-( best regards

Re: [fossil-users] cmd line support for tickets

2010-10-07 Thread Wolfgang
Wolfgang rat...@... writes: : With checkin 3f06f272cd , i changed it to fossil ticket list fields and added fossil ticket list reports All commands can be shortend, f.e. fossil l f is valid! The command is merged into the trunk. = Ramdebugger can learn to fly, using ticket

Re: [fossil-users] cmd line support for tickets

2010-10-06 Thread Ramon Ribó
Hello, This new version looks very nice to be used by a GUI. A couple of comments: 1- fossil.exe ticket list Would it be better something like?: fossil.exe ticket fieldlist Or similar? fossil ticket list looks like it is going to list all tickets 2- A proposal of small

Re: [fossil-users] cmd line support for tickets

2010-10-06 Thread Wolfgang
Ramon Ribó ram...@... writes: : This new version looks very nice to be used by a GUI. A couple of comments: 1- fossil.exe ticket list Would it be better something like?: fossil.exe ticket fieldlist I've changed the command to fieldlist 2- A proposal of small changes for

Re: [fossil-users] cmd line support for tickets

2010-10-06 Thread Ramon Ribó
Nice work. what is your opinion between these two alternatives:? fossil.exe ticket fieldlist fossil.exe ticket fieldslist Compass Ing. y Sistemas         Dr. Ramon Ribo http://www.compassis.com      ram...@compassis.com c/ Tuset, 8 7-2                          tel. +34 93 218 19 89

Re: [fossil-users] cmd line support for tickets

2010-10-06 Thread Wolfgang
Ramon Ribó ram...@... writes: what is your opinion between these two alternatives:? fossil.exe ticket fieldlist fossil.exe ticket fieldslist I prefer the first on, but this might be influenced by my native language - german. A quick google search finds more fieldlist than

Re: [fossil-users] cmd line support for tickets

2010-10-06 Thread Ramon Ribó
A quick google search finds more fieldlist than fieldslist entries, so i tend to use fieldlist. Then, if we have google veredict, it should be definitive!!! RR 2010/10/6 Wolfgang rat...@stumvolls.de: Ramon Ribó ram...@... writes: what is your opinion between these two alternatives:?

Re: [fossil-users] cmd line support for tickets

2010-10-06 Thread Eric
On Wed, October 6, 2010 at 12:25 pm, Wolfgang rat...@stumvolls.de wrote: Ramon Ribó ram...@... writes: what is your opinion between these two alternatives:? fossil.exe ticket fieldlist fossil.exe ticket fieldslist I prefer the first on, but this might be influenced by my native

Re: [fossil-users] cmd line support for tickets

2010-10-05 Thread Wolfgang
Christian Busch busch.christ...@... writes: : Will fossil have a kind of api or cmd line support for the ticket system in some future? The inverse problem will appear as well. Having all this tickets in fossil, I'd like to extract the information in some report format. : Hi On

Re: [fossil-users] cmd line support for tickets

2010-10-05 Thread Ramon Ribó
   fossil.exe ticket show REPORTNR ?TICKETFILTER? ?-l|--limit LIMITCHAR? What is REPORTNR? I think it should fulfill most requirements, even linking an external gui to the fossil application How do you list all tickets that are not closed or fixed, with its basic data of:

Re: [fossil-users] cmd line support for tickets

2010-10-05 Thread wolfgang
Ramon Ribó ram...@... writes: :    fossil.exe ticket show REPORTNR ?TICKETFILTER? ?-l|--limit LIMITCHAR? What is REPORTNR? I think it should fulfill most requirements, even linking an external gui to the fossil application How do you list all tickets that are not closed or fixed,

Re: [fossil-users] cmd line support for tickets

2010-10-05 Thread Wolfgang
Ramon Ribó ram...@... writes: Hi, It was not easy for me to discover that REPORTNR refers to one of the report formats listed in the Tickets main menu page. I would explain it more detailed in the help, maybe using REPORT_FORMAT_NUMBER instead of REPORTNR In the newest version, you

Re: [fossil-users] cmd line support for tickets

2010-10-05 Thread Christian Busch
Hi. I've compiled: This is fossil version [63d91f0b87] 2010-10-05 16:37:40 UTC I've to do further tests, but at the moment it looks great. Thanks. Christian Am 05.10.2010 20:22, schrieb wolfgang: Ramon Ribóram...@... writes: In the newest version, you can call the report by its name This

Re: [fossil-users] cmd line support for tickets

2010-10-04 Thread Richard Hipp
On Mon, Oct 4, 2010 at 4:25 AM, Christian Busch busch.christ...@gmx.dewrote: Hi all, I'm evaluating fossil as a scm for the developement of testing software for embedded system testing. There will be a huge amount of test scripts and after a test run there might be a lot of found problems

Re: [fossil-users] cmd line support for tickets

2010-10-04 Thread Ramon Ribó
Since tickets are configurable on a site-by-site basis, I is difficult to imagine what a command-line interface to the ticketing system might look like. Do you have any suggestions? Yes, I do. I've developed a GUI for fossil (inside RamDebugger), that permits to select an open ticket and add

Re: [fossil-users] cmd line support for tickets

2010-10-04 Thread wolfgang
Ramon Ribó ram...@... writes: : So, It would be enough for this application to have the possibility of changing the status of the ticket. It would be also nice to have a more ordered list of tickets with its id, comment and status so as to avoid parsing fossil timeline -t t RR2010/10/4

Re: [fossil-users] cmd line support for tickets

2010-10-04 Thread wolfgang
Christian Busch busch.christ...@... writes: That's looking perfect for me! I was about to require the add-comand, because this is the first thing I would need. Also the ability of checking and adding own defined field-value pairs would be very helpful. Anybody has further ideas to