zsh-workers
 help / color / mirror / code / Atom feed
* zsh has migrated cvs -> zsh
@ 2013-04-03 22:50 Phil Pennock
  2013-04-04 13:21 ` Greg Klanderman
  2013-04-04 15:39 ` Peter Stephenson
  0 siblings, 2 replies; 13+ messages in thread
From: Phil Pennock @ 2013-04-03 22:50 UTC (permalink / raw)
  To: zsh-workers

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------------------------------


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

end of thread, other threads:[~2013-04-10 15:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-03 22:50 zsh has migrated cvs -> zsh Phil Pennock
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

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).