[fossil-users] cvs2fossil "fossil tag branch" is discontinued

2009-02-20 Thread Rene de Zwart
I'm doing an cvs2fossil import and get

e:\mingw\bin\fossil.EXE: the "fossil tag branch" command is discontinued
Use the "fossil branch new" command instead.
while executing
"exec e:/mingw/bin/fossil.EXE tag branch sym-kpn
3eacc87848c4af36bec8e493c392870e5f5fbfe"


anyway to adjust and start from state "branch"?

Rene

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] What happened to my tickets...

2009-02-20 Thread verizon
Hi,
I've been adding problem tickets to my repositories and doing  
resolutions or them but recently have noticed that with the standard  
report and display the comments on these tickets are not showing.   
When I list the ticket table in SQLite I get

tkt_uuid
comment

--
f118623df62025d732458bfc0069d3727acbdf00
c64c12a959965b80e98daa8171d3620deededb0e
be530aac8dc4cd95ca8b3dbf2e278ae51fad45b0Add SQLite
be530aac8dc4cd95ca8b3dbf2e278ae51fad45b0
d6273bad9e23221307f3df398afe1a2a960e152dBring code
f3d63c8dfdf472e9ae95f76f0972e9fece7e20eb
c8055240ece7c2fa94b020b57a2b8f76d381a04dThe curren


But when I look at the history of these tickets I can see comments  
(this is the history of the next to last ticket)

Ticket change [bb9c08ca41] New ticket f3d63c8dfd . by jim on  
2009-01-26 21:22:58.
D 2009-01-26T21:22:58 J +comment \n\njim\sadded\son 
\s2009-01-26\s21:22:58:\nChecked\sin\s\t[3277dc7068]\smore 
\stesting\sneeded\sbut\sseems\sto\swork\sbut\sstill\srequires\sa 
\scharacter\spush\sfrom\sthe\soutside\s(network)\sside\sto\scause\sthe 
\ssocket\sto\sclose J priority Immediate J resolution Open J subsystem  
one K f3d63c8dfdf472e9ae95f76f0972e9fece7e20eb U jim Z  
a93564e8549604f3a342890bb9957c77
So there is comment there but doesn't show on the the ticket list or  
display of a single ticket.

I am using  fossil version [bc857ecd92] 2009-02-13 20:30:30 UTC and  
have rebuilt the DB's with this version.  I am using the stock reports  
for the display and listing. Any suggestions, should I change the  
report queries or do some internal updating ?



--jim schimpf





___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] What happened to my tickets...

2009-02-20 Thread D. Richard Hipp

On Feb 20, 2009, at 10:50 AM, verizon wrote:

> Hi,
>   I've been adding problem tickets to my repositories and doing
> resolutions or them but recently have noticed that with the standard
> report and display the comments on these tickets are not showing.

What SQL are you are using for your "standard report"?  Are you querying
for the "comment" column of the TICKET table?

D. Richard Hipp
d...@hwaci.com



___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] What happened to my tickets...

2009-02-20 Thread verizon


The default from fossil.

I've also been reading Michael Owens book about about SQLite so this  
makes sense now.


Title:  Baisc
Owner:  anonymous
SQL:
SELECT
  CASE WHEN status IN ('Open','Verified') THEN '#f2dcdc'
   WHEN status='Review' THEN '#e8e8e8'
   WHEN status='Fixed' THEN '#cfe8bd'
   WHEN status='Tested' THEN '#bde5d6'
   WHEN status='Deferred' THEN '#cacae5'
   ELSE '#c8c8c8' END AS 'bgcolor',
  substr(tkt_uuid,1,10) AS '#',
  datetime(tkt_mtime) AS 'mtime',
  type,
  status,
  subsystem,
  title,
  comment AS '_comments'
FROM ticket

--jim schimpf


On 20 Feb, 2009, at 11:12, D. Richard Hipp wrote:



On Feb 20, 2009, at 10:50 AM, verizon wrote:


Hi,
I've been adding problem tickets to my repositories and doing
resolutions or them but recently have noticed that with the standard
report and display the comments on these tickets are not showing.


What SQL are you are using for your "standard report"?  Are you  
querying

for the "comment" column of the TICKET table?

D. Richard Hipp
d...@hwaci.com



___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] cvs2fossil "fossil tag branch" is discontinued

2009-02-20 Thread Andreas Kupries
Rene de Zwart wrote:
> I'm doing an cvs2fossil import and get
> 
> e:\mingw\bin\fossil.EXE: the "fossil tag branch" command is discontinued
> Use the "fossil branch new" command instead.
> while executing
> "exec e:/mingw/bin/fossil.EXE tag branch sym-kpn
> 3eacc87848c4af36bec8e493c392870e5f5fbfe"
> 
> 
> anyway to adjust and start from state "branch"?

I am not sure what you are asking here.

First, we will certainly have to update cvs2fossil to use the new command.

Second, you are hoping to re-run only the last phase of the import ?

Yes, that is possible, although I am not remembering the option for that right
now. ... cvs2fossil should have a -H, -h, --help option ... Alternative, the 
option processor is in a single file, if you are willing to source-dive.

Andreas.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users