[lxml-dev] Call for contribution towards lxml 1.3

Michael Guntsche mike at it-loops.com
Mon Apr 30 09:25:50 CEST 2007


Stefan Behnel writes: 


> Here, it's actually sufficient to checkout the "Pyrex" directory under the
> lxml source tree, i.e. 
> 
> 	svn co http://codespeak.net/svn/lxml/trunk lxml
> 	cd lxml
> 	svn co http://codespeak.net/svn/lxml/pyrex/Pyrex Pyrex 
> 
> That has the additional advantage that you can "svn up" both with a single command.

You need to edit the svn:externals property so Pyrex gets updated as well.
You can do the following. 

  svn co http://codespeak.net/svn/lxml/trunk lxml
  svn ps svn:externals "Pyrex http://codespeak.net/svn/lxml/pyrex/Pyrex" 
lxml
  svn up lxml 

This we everything gets updated, when you do a "svn up".
Maybe it makes sense to put svn:externals in trunk, since people who 
checkout from trunk need Pyrex anyway. 

Kind regards,
Michael


More information about the lxml-dev mailing list