Git development
 help / color / mirror / Atom feed
From: Horst von Brand <vonbrand@inf.utfsm.cl>
To: git@vger.kernel.org
Subject: Merge failure problem with cogito: How to fixup?
Date: Sun, 23 Oct 2005 12:57:51 -0300	[thread overview]
Message-ID: <200510231557.j9NFvptA020919@inti.inf.utfsm.cl> (raw)

When doing the following:

   mkdir /tmp/tst1
   cd /tmp/tst1
   echo "Initial" | cg-init 
      
   cd /tmp
   cg-clone tst1 tst2
   
   cd /tmp/tst1
   echo 'Hi there!' > greet
   cg-add greet
   cg-commit -m "Add greet"
   
   cd /tmp/tst2
   echo 'Hello!' > greet
   cg-add greet
   cg-commit -m "Add greet"

   cg-update

I get a message to the end that the merge doesn't work, and that I have to
fix up by hand. The resulting greet file has no merge markers, plain
"cg-diff" is useless. How am I supposed to find out what the problem is?

Yes, "cg-diff -r origin:HEAD" does the trick, but...
-- 
Dr. Horst H. von Brand                   User #22616 counter.li.org
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513

             reply	other threads:[~2005-10-23 18:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-23 15:57 Horst von Brand [this message]
2005-10-23 22:32 ` Merge failure problem with cogito: How to fixup? Petr Baudis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200510231557.j9NFvptA020919@inti.inf.utfsm.cl \
    --to=vonbrand@inf.utfsm.cl \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox