zsh-workers
 help / color / mirror / code / Atom feed
From: Phil Pennock <zsh-workers+phil.pennock@spodhuis.org>
To: zsh-workers@zsh.org
Subject: zsh has migrated cvs -> zsh
Date: Wed, 3 Apr 2013 18:50:41 -0400	[thread overview]
Message-ID: <20130403225040.GA45406@redoubt.spodhuis.org> (raw)

The rest of the details are in an old thread, possibly skipped by folks,
so I'm going to try to gather the details here into one, hopefully
clear, email.

1. The trigger was pulled.  zsh now uses git.

2. CVS is dead.  "cvs up" will fail.  "/cvsroot/zsh/zsh" is not on the
   server.

3. On the CVS server, the old zsh content is now in a directory
   "zsh-OLD-DIR-USE-GIT" which is not inside the normal module, thus the
   death above.  So you can still get to the content.

4. git clone git://git.code.sf.net/p/zsh/code
   git remote set-url --push origin ssh://${SFUSER}@git.code.sf.net/p/zsh/code

That's the core of it.

If you have set up ~/.ssh/config to set "User" automatically, then you
can just use simpler URLs that can be shared and used by others.
Alternatively, you can remap the URLs in your ~/.gitconfig; I've
included examples of both of these, for user "fredbloggs1", below.
I use the ~/.ssh/config approach, myself.

 Code:    ssh://git.code.sf.net/p/zsh/code
 Website: ssh://git.code.sf.net/p/zsh/web

Kudos to Wayne, Frank and Aaron for doing the work of switching,
handling patchlevel, and so on.

Dear ${deity} it's so nice to have a fast SCM "log" command.

Regards,
-Phil

Example ~/.ssh/config setting:
----------------------------8< cut here >8------------------------------
Host *.sf.net *.sourceforge.net
	User fredbloggs1
	ForwardAgent no
	ForwardX11 no
	GSSAPIAuthentication no
----------------------------8< cut here >8------------------------------

Example ~/.gitconfig setting:
----------------------------8< cut here >8------------------------------
[url "ssh://fredbloggs1@git.code.sf.net"]
	insteadOf = git://git.code.sf.net
	insteadOf = ssh://git.code.sf.net
----------------------------8< cut here >8------------------------------


             reply	other threads:[~2013-04-03 22:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-03 22:50 Phil Pennock [this message]
2013-04-04 13:21 ` Greg Klanderman
2013-04-04 14:29   ` Aaron Schrab
2013-04-04 14:35   ` Simon Ruderich
2013-04-10 15:09     ` Greg Klanderman
2013-04-04 15:39 ` Peter Stephenson
2013-04-05  8:45   ` Peter Stephenson
2013-04-05 14:21     ` Simon Ruderich
2013-04-05 14:45       ` Peter Stephenson
2013-04-05 15:59         ` Simon Ruderich
2013-04-05 16:10           ` Peter Stephenson
2013-04-05 16:30             ` Simon Ruderich
2013-04-05 16:26         ` Simon Ruderich

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=20130403225040.GA45406@redoubt.spodhuis.org \
    --to=zsh-workers+phil.pennock@spodhuis.org \
    --cc=zsh-workers@zsh.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).