[Pkg-zope-developers] Switch to subversion
Jérémy Bobbio
jeremy.bobbio at etu.upmc.fr
Fri Oct 13 18:17:31 UTC 2006
Le vendredi 13 octobre à 17:15 +0200, Brian Sutherland écrivait:
> On Fri, Oct 13, 2006 at 02:11:02AM +0200, Jérémy Bobbio wrote:
> > Hi!
> >
> > After a discussion with Fabio Tranchitella on IRC, we've decided to
> > switch Zope packages to subversion. We basically hope this will help to
> > get more work done in a collective manner!
>
> Yay, can I have access?
Sure! :)
Just create an account on alioth if you have not done it yet. Then, you
need to be member of the pkg-zope project on alioth. Final step is to
copy your ssh key on costa.debian.org (ssh-copy-id or manual copy/paste
in .ssh/authorized_keys).
> Also I've been working on packages of zc.* zope3 extensions. Could I
> import those as well?
Are they already in the archive? Anyway, if you want to do it yourself,
here is my procedure:
1. Get the package:
$ apt-get source <package>
2. Check if you have the correct Build-Depends installed, for the clean
target (and if everything is in Build-Depends and not
Build-Depends-Indep):
$ less debian/control
$ less debian/rules
3. Import the package:
$ svn-inject <package>*.dsc svn+ssh://svn.debian.org/svn/pkg-zope
4. Check for differences between imported and original package:
$ diff -qrn -x .svn <package>-<version> <package>
> > You should look at the relevant documentation first,
>
> Perhaps you could give a pointer to the relevant documentation.
About Subversion, a must read is "Version Control with Subversion" [1].
It's quite big though, but it's well organized and it's quite easy to
figure out how to do what you have in mind.
About svn-buildpackage, the documentation in the Debian package [2].
It's quite short and a bit rough on some area.
[1] http://svnbook.red-bean.com/
[2] /usr/share/doc/svn-buildpackage/HOWTO*
Regards,
--
Jérémy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-zope-developers/attachments/20061013/4c5e2b7e/attachment.pgp
More information about the pkg-zope-developers
mailing list