Git development
 help / color / mirror / Atom feed
* How-to create a new repository using cogito
@ 2005-05-12 15:37 Wink Saville
  2005-05-12 15:27 ` Zack Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Wink Saville @ 2005-05-12 15:37 UTC (permalink / raw)
  To: git

Hello,

I've successfully followed the instructions in the cogito README and 
gotten both cogito repositories and linux. I then tried to create a 
local repository for a directory of my own. But was unsuccessful.

<Attempted to do the following>

wink@tuxws git-linux $ mkdir test
wink@tuxws git-linux $ cd test
wink@tuxws test $ echo "some data" > src.c
wink@tuxws test $ cat src.c
some data
wink@tuxws test $ cg-clone -s .
defaulting to local storage area
`/home/wink/git-linux/test/./.git/refs/heads/master' -> 
`.git/refs/heads/origin'
cg-pull: objects pull failed
cg-init: pull failed

<forged ahead despite the error's>

wink@tuxws test $ cg-add src.c
Adding file src.c
wink@tuxws test $ cg-commit
usage: git-diff-cache [-p] [-r] [-z] [-m] [--cached] <tree sha1>
cg-commit: Nothing to commit

<using "cg-commit ." did prompt me for log info>

wink@tuxws test $ cg-commit .
Ignoring path .
usage: read-tree (<sha> | -m <sha1> [<sha2> <sha3>])
error: mmap failed
fatal: cache corrupted
cg-commit: update-cache failed
wink@tuxws test $ cg-log
cat: .git/refs/tags/: Is a directory
cat: .git/refs/heads/: Is a directory
Invalid id:

<contents of .git>

wink@tuxws test $ find .git -type f
.git/refs/heads/master
.git/refs/heads/origin
.git/index
.git/branches/origin
.git/objects/42/6863280eedd08aa600ac034e6a9933ba372944

So something happened but I'm obviously missing something. Also why does 
this fail?

wink@tuxws test $ cd .git/objects/42/
wink@tuxws test $ git-cat-file 6863280eedd08aa600ac034e6a9933ba372944
usage: git-cat-file [-t | tagname] <sha1>

Thanks,

Wink


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.8 - Release Date: 5/10/2005


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-12 15:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-12 15:37 How-to create a new repository using cogito Wink Saville
2005-05-12 15:27 ` Zack Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox