From: Steven Cole <elenstev@mesatop.com>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: cogito cg-update fails
Date: Mon, 2 May 2005 21:57:07 -0600 [thread overview]
Message-ID: <200505022157.07800.elenstev@mesatop.com> (raw)
In-Reply-To: <1115090374.6030.50.camel@gaston>
On Monday 02 May 2005 09:19 pm, Benjamin Herrenschmidt wrote:
> Hi Folks !
>
> I have something weird happening with cogito. What I did is:
>
> - d/l & install 0.8 archive
> - cg-init <rync path>
> - built & install that, removed 0.8 files
> - a bit later: cg-update origin to check for new stuffs
>
> The last one fails with:
>
> benh@pogo:~/cogito$ cg-update origin
> MOTD:
> MOTD: .../.. stripped kernel.org legal blurb
>
> receiving file list ... done
> .git/refs/heads/origin
>
> sent 119 bytes received 857 bytes 390.40 bytes/sec
> total size is 41 speedup is 0.04
> rsync: link_stat "/home/benh/cogito/origin/objects/." failed: No such file or directory (2)
> building file list ... done
> rsync error: some files could not be transferred (code 23) at main.c(702)
>
> sent 17 bytes received 20 bytes 74.00 bytes/sec
> total size is 0 speedup is 0.00
> cg-pull: objects pull failed
>
> So it looks like it's trying to rsync to a bogus destination ...
>
> Ben.
>
Yeah, I got exactly the same behavior a little while ago, but thanks
to www.kernel.org/git, I saw that the problem had been found and fixed.
I had an older backup copy of all the cogito scripts, so I used that to update.
I believe the fix is this patch:
===== cd7a12e5d569d59a04823114c275a83d65b9f37e vs 437167273f77c0d5f039280d158b43324a79f820 =====
--- a/cg-pull
+++ b/cg-pull
@@ -48,7 +48,7 @@ fetch_rsync () {
}
pull_rsync () {
- fetch_rsync -s -u -d "$1/objects" ".git/objects"
+ fetch_rsync -s -u -d "$2/objects" ".git/objects"
}
Hope this helps,
Steven
next prev parent reply other threads:[~2005-05-03 3:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-03 3:19 cogito cg-update fails Benjamin Herrenschmidt
2005-05-03 3:57 ` Steven Cole [this message]
2005-05-03 4:23 ` Benjamin Herrenschmidt
2005-05-03 6:46 ` 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=200505022157.07800.elenstev@mesatop.com \
--to=elenstev@mesatop.com \
--cc=benh@kernel.crashing.org \
--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 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.