[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rdiff
From: |
Paul Edwards |
Subject: |
Re: rdiff |
Date: |
Thu, 05 Jun 2003 13:41:14 GMT |
"Derek Robert Price" <derek@ximbiot.com> wrote in message
news:mailman.7283.1054740779.21513.bug-cvs@gnu.org...
> Regardless, I looked into it myself and I think the correct patch is
> more like the following:
As well as that out/out2 goto, there is another thing that I think is
required for closure. IIRC, at another site, I needed to change the
output of rdiff because I needed to know the version number of the
removed files, for input into something-else.
I put in your patch, the out/out2 plus this one, and I tested it and
everything worked fine. I didn't understand sanity.sh, but I did do
tests on changes, additions and removals, to make sure that I got
the results I expected, and they all worked. It's pretty good, that's
what I need. Will you put it against cvs1-11-x-branch?
BFN. Paul.
*** patchgood.c Thu Jun 5 20:59:20 2003
--- patch.c Thu Jun 5 21:01:34 2003
***************
*** 476,482 ****
}
else
{
! cvs_output (" is removed; not included in ", 0);
if (rev2 != NULL)
{
cvs_output ("release tag ", 0);
--- 476,484 ----
}
else
{
! cvs_output (" is removed; previous revision ", 0);
! cvs_output (vers_tag, 0);
! cvs_output (" not included in ", 0);
if (rev2 != NULL)
{
cvs_output ("release tag ", 0);
- Re: rdiff, Paul Edwards, 2003/06/01
- Re: rdiff, Derek Robert Price, 2003/06/02
- Re: rdiff, Derek Robert Price, 2003/06/02
- Message not available
- Re: rdiff, Paul Edwards, 2003/06/03
- Re: rdiff, Derek Robert Price, 2003/06/03
- Re: rdiff, Larry Jones, 2003/06/03
- Message not available
- Re: rdiff, Paul Edwards, 2003/06/03
- Re: rdiff, Derek Robert Price, 2003/06/04
- Message not available
- Re: rdiff, Paul Edwards, 2003/06/04
- Re: rdiff, Derek Robert Price, 2003/06/05
- Message not available
- Re: rdiff,
Paul Edwards <=
- Re: rdiff, Derek Robert Price, 2003/06/05
- Message not available
- Re: rdiff, Paul Edwards, 2003/06/07
- Re: rdiff, Derek Robert Price, 2003/06/09
- Re: rdiff, Derek Robert Price, 2003/06/09
- Message not available
- Re: rdiff, Paul Edwards, 2003/06/09
- Re: rdiff, Derek Robert Price, 2003/06/10
- Message not available
- Re: rdiff, Paul Edwards, 2003/06/10
- Re: rdiff, Derek Robert Price, 2003/06/10