﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
35	First build with pb doesn't create the correct tree	Bruno Cornec	Bruno Cornec	"When using pb for the first time on a system without previous pb, the checkout done use the version passed in param. However, you may want to refer to the whole tree instead in pburl. Which may create a problem.

pb should detect that and propose the right thing.

{{{
Checking out svn+ssh://svn.project-builder.org/mondo/svn/pb to /home/pb/pb//0.9.4 ... Executing svn co svn+ssh://svn.project-builder.org/mondo/svn/pb /home/pb/pb//0.9.4
}}}

Where pburl is 
{{{
pburl pb = svn+ssh://bryang@svn.project-builder.org/mondo/svn/pb
}}}

In that case the co creates twice a 0.9.4 dir in which it exports the content.
"	enhancement	closed	critical	0.9.7	pb	0.9.4	fixed		
