[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
import inconsistency
From: |
Paul Edwards |
Subject: |
import inconsistency |
Date: |
Sun, 08 Jun 2003 03:32:11 GMT |
I've been looking back at my hacks.
Given that imports currently make an *active head* automatically,
assuming that there is no existing branch, can we at least have a
short-term "improvement" that imports will cause a file (initially
added on a branch) to move out of the Attic during an import?
It would be nice to go the whole hog and have consisent
behaviour between imports on no-existing-branch and imports
on existing-branch, but in the interim, as a first step, can we at
least have the file moved out of the Attic so that it stops being
an exception in that respect, even if it still an exception in
other respects?
ie something along these lines that I posted before...
Index: import.c
===================================================================
RCS file: /cvs/ccvs/src/import.c,v
retrieving revision 1.133
diff -r1.133 import.c
696a697,701
> if (inattic)
> {
> RCS_setattic(vers->srcfile, 0);
> }
>
BFN. Paul.
- import inconsistency,
Paul Edwards <=
- Re: import inconsistency, Derek Robert Price, 2003/06/09
- Message not available
- Re: import inconsistency, Paul Edwards, 2003/06/10
- Re: import inconsistency, Derek Robert Price, 2003/06/10
- Message not available
- Re: import inconsistency, Paul Edwards, 2003/06/10
- Re: import inconsistency, Derek Robert Price, 2003/06/11
- Message not available
- Re: import inconsistency, Paul Edwards, 2003/06/11
- Re: import inconsistency, Stefan Monnier, 2003/06/11
- Re: import inconsistency, Paul Edwards, 2003/06/11
- Re: import inconsistency, Stefan Monnier, 2003/06/11
- Re: import inconsistency, Paul Edwards, 2003/06/12