git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Setting up remote repository --bare
@ 2007-08-27  5:03 Wink Saville
  0 siblings, 0 replies; only message in thread
From: Wink Saville @ 2007-08-27  5:03 UTC (permalink / raw)
  To: git

It seems that the "--bare" option has been removed, I now using 1.5.2.5.
This makes the documentation in
http://www.kernel.org/pub/software/scm/git/docs/cvs-migration.html
incorrect. I was able to manually create a bare directory using the following:

$ git-init --shared
$ git-config core.bare true
$ mv .git/* .
$ rmdir .git
$ git-fetch ~/git-repos/my-repo master:master

Things seem to be working I can pull and push to the repo after using:

$ git-daemon --enable=receive-pack --reuseaddr
--base-path=/home/wink/git-repos \
--export-all --verbose

But this seems arduous, I suspect I'm missing something.

Cheers,

Wink Saville

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-08-27  5:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-27  5:03 Setting up remote repository --bare Wink Saville

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).