On Fri, Oct 28, 2005 at 06:01:52PM +0200, Gerald Pfeifer wrote:
>On Fri, 28 Oct 2005, Christopher Faylor wrote:
>> I just updated the cvs/svn shell on gcc.gnu.org. It now has the ability
>> to add a v2 key to the system:
>>
>> ssh gcc.gnu.org 'updatekey' < ~/.ssh/id_rsa.pub
>>
>> This will add
On Fri, 28 Oct 2005, Christopher Faylor wrote:
> I just updated the cvs/svn shell on gcc.gnu.org. It now has the ability
> to add a v2 key to the system:
>
> ssh gcc.gnu.org 'updatekey' < ~/.ssh/id_rsa.pub
>
> This will add the id_rsa.pub to the authorized_keys file on gcc.gnu.org.
> It will,
On Fri, Oct 28, 2005 at 01:30:13AM +0200, Giovanni Bajo wrote:
>Mike Stump <[EMAIL PROTECTED]> wrote:
>
>>> Uhm, I'm not sure how to explain this without being too pedantic.
>>> Does this
>>> sound clearer?
>>
>> This tool tracks each individual change (fine-grained) and will never
>> reapply an al
Mike Stump <[EMAIL PROTECTED]> wrote:
>> Uhm, I'm not sure how to explain this without being too pedantic.
>> Does this
>> sound clearer?
>
> This tool tracks each individual change (fine-grained) and will never
> reapply an already applied change.
>
> I think that is a high level answer, and comp
On Oct 25, 2005, at 12:50 AM, Giovanni Bajo wrote:
Uhm, I'm not sure how to explain this without being too pedantic.
Does this
sound clearer?
This tool tracks each individual change (fine-grained) and will never
reapply an already applied change.
I think that is a high level answer, and c
Mike Stump <[EMAIL PROTECTED]> wrote:
> Ok, question about the merge tool. Does revision N mean all changes
> that predate N that apply, or just N-1 to N?
N-1 to N. You can specify a single commit and it will apply only that.
> So, let's say that 3, 4, 5, 6, 7 are available, can I merge 3 today
Giovanni Bajo wrote:
Hello,
I have rehauled http://gcc.gnu.org/wiki/SvnHelp.
I had a look earlier today and liked a lot! Thanks!
Paolo.
Hello,
I have rehauled http://gcc.gnu.org/wiki/SvnHelp. I'm almost done with it
(should be ready tomorrow), but only a few things are missing now. I believe
I have integrated all the issues raised during the past week in the mailing
list. Also, I have added new information (especially for branch
m