From: merlyn@stonehenge.com (Randal L. Schwartz)
To: Petr Baudis <pasky@suse.cz>
Cc: git@vger.kernel.org
Subject: Re: lost again on syntax change - local repository?
Date: 28 Nov 2005 06:46:09 -0800 [thread overview]
Message-ID: <868xv86dam.fsf@blue.stonehenge.com> (raw)
In-Reply-To: <20051128143428.GS22159@pasky.or.cz>
>>>>> "Petr" == Petr Baudis <pasky@suse.cz> writes:
Petr> Could you patch cg-push like
[yes]
Here's the result:
localhost:~/Projects/git/Play % rm -rf *git
localhost:~/Projects/git/Play % cg-admin-setuprepo remote.git
localhost:~/Projects/git/Play % mkdir local.git
localhost:~/Projects/git/Play % cd local.git
localhost:..git/Play/local.git % cg-init -minitial
defaulting to local storage area
Committing initial tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904
Committed as 06223ad471c4f1c60da364310d1dd71a91310346.
localhost:..git/Play/local.git % cg-branch-add origin "$(cd ..; pwd)/remote.git#master"
localhost:..git/Play/local.git % cg-branch-ls
origin /Users/merlyn/Projects/git/Play/remote.git#master
localhost:..git/Play/local.git % cg-push
using /Users/merlyn/Projects/git/Play/remote.git#master
now using /Users/merlyn/Projects/git/Play/remote.git
matched ':' in '/Users/merlyn/Projects/git/Play/remote.git'?
WARNING: I guessed the host:path syntax was used and fell back to the git+ssh protocol.
WARNING: The host:path syntax is evil because it is implicit. Please just use a URI.
ssh: \033]2;[zsh] localhost: No address associated with nodename
fatal: unexpected EOF
Well, that's curious, eh?
However, I get this:
localhost:..git/Play/local.git % echo "/Users/merlyn/Projects/git/Play/remote.git" | grep -q ":"
localhost:..git/Play/local.git % echo $status
1
So, perhaps the "bash" on this system is broken for that elif chain?
localhost:..git/Play/local.git % bash --version
GNU bash, version 2.05b.0(1)-release (powerpc-apple-darwin8.0)
Copyright (C) 2002 Free Software Foundation, Inc.
Gah. Yet Another Hidden Dependency.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
next prev parent reply other threads:[~2005-11-28 14:46 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-28 2:01 lost again on syntax change - local repository? Randal L. Schwartz
2005-11-28 5:11 ` Junio C Hamano
2005-11-28 6:36 ` Alecs King
2005-11-28 13:04 ` Randal L. Schwartz
2005-11-28 10:48 ` Petr Baudis
2005-11-28 13:09 ` Randal L. Schwartz
2005-11-28 13:41 ` Petr Baudis
2005-11-28 13:45 ` Randal L. Schwartz
2005-11-28 13:59 ` Randal L. Schwartz
2005-11-28 14:34 ` Petr Baudis
2005-11-28 14:46 ` Randal L. Schwartz [this message]
2005-11-28 19:15 ` Petr Baudis
2005-11-28 19:25 ` Randal L. Schwartz
2005-11-28 20:53 ` 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=868xv86dam.fsf@blue.stonehenge.com \
--to=merlyn@stonehenge.com \
--cc=git@vger.kernel.org \
--cc=pasky@suse.cz \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.