Re: Git conversion with svn-all-fast-export
Marius Gedminas <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Message-ID | <20130211200743.GA29951@platonas> |
On Tue, Feb 05, 2013 at 05:36:38PM +0200, Marius Gedminas wrote:
> One more step at the end:
>
> - Remove old code from subversion, once you're sure the conversion is
> fine:
>
> svn rm *
> echo 'See https://github.com/zopefoundation/zope.dottedname' > MOVED_TO_GITHUB
> svn add MOVED_TO_GITHUB
> svn ci -m "Moved to github"
More steps:
- update any buildouts that used to check code out from svn, e.g.
wineggbuilder::
svn co svn+ssh://svn.zope.org/repos/main/zope.wineggbuilder/trunk
cd zope.wineggbuilder
vim project-list.cfg
replace
zope.dottedname,svn://svn.zope.org/repos/main/
with
zope.dottedname,git://github.com/zopefoundation/zope.dottedname.git
svn ci -m "zope.dottedname moved to github"
- update zopetoolkit too::
svn co svn+ssh://svn.zope.org/repos/main/zopetoolkit/trunk
cd zopetoolkit
vim ztk-sources.cfg
replace
zope.dottedname = svn ${buildout:svn-zope-org}/zope.dottedname/trunk
with
zope.dottedname = git ${buildout:github}/zope.dottedname
svn ci -m "zope.dottedname moved to github"
This seems to be it.
Marius Gedminas
--
http://pov.lt/ -- Zope 3/BlueBream consulting and development
_______________________________________________
Zope-Dev maillist - [email protected]
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )
signature.asc
(application/pgp-signature, 190 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iD8DBQFRGU+PkVdEXeem148RAt13AKCQ1vMyc1ktqz1q+4L6VXqYIxuiBwCeOHl0 Wk1FIw9YAYIzgEkSciaEEjs= =qZiM -----END PGP SIGNATURE-----