[pypy-dev] restructuring lib-python-2.3.4 / testing

holger krekel hpk at trillke.net
Fri Apr 29 12:39:10 CEST 2005


On Fri, Apr 29, 2005 at 11:13 +0100, Armin Rigo wrote:
> Hi Holger,
> 
> On Fri, Apr 29, 2005 at 11:42:27AM +0200, holger krekel wrote:
> > If you put it outside of dist then the usual pypy checkout will not 
> > contain that directory, alas. 
> 
> Yes, that was my intent.  If we have 6 or 7 subdirectories with 1.5MB of text
> each (7MB total disk usage in working copy), it makes a check-out heavy,
> particularly for people who just want to grab the current version and play a
> bit with it.
> 
> > For the time being, we should either live with the conflicts (not so nice)
> > or move it to a user at hostname directory.  This will also reduce 
> > the diffs, making 'svn up' rather cheap in terms of network bandwidth. 
> 
> Right, so maybe we shouldn't care about the 'svn co' cost.

Maybe we should do the following: 

    svn ps 'svn:ignore' 'report' lib-python-2.3.4/test 

and then 

    cd lib-python-2.3.4/test
    svn co http://codespeak.net/svn/pypy/testresult result 

and within that we have 
    
    user at hostname 

directories.  An 'svn co pypy-dist' or 'svn up pypy-dist' would not retrieve 
the test report files. you have to explicitely 'svn co/up report' 
which we could of course automate (at least on systems that have a 'svn' 
binary in their path). 

What do you think? 

cheers, 

    holger



More information about the Pypy-dev mailing list