On 1/13/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> 2007/1/12, Lucas C. Villa Real <[EMAIL PROTECTED]>:
> > On 1/12/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> > > > Log message:
> > > >         Do not specify ${dir}, or else the archives will be made 
> > > > available at ${dir}/${dir}.
> > > >
> > > I'm not able to check this atm, but "${dir}" is there to specify what
> > > the save directory should be called. With the new implementation, if
> > > the URL is e.g. "http://some.host/path/to/app";, the source will be
> > > checked out to ${dir}/app. Is this the desired behaviour?
> >
> > Yes, it is. I was working on the Pentagram recipe, for which its
> > dir=pentagram/pentagram/trunk. When using "$svn $dir", svn checkouts
> > to Sources/pentagram/pentagram/trunk, creating the final tree
> > Sources/pentagram/pentagram/trunk/pentagram/pentagram/trunk. This way,
> > 'cd $dir' inside Compile will succeed, but it will fail to see the
> > build scripts inside it.
> >
> I looked at the recipe and I think that dir shouldn't be used that
> way. Instead 'svn' should be set to the complete url:
> 'svn=https://svn.sourceforge.net/svnroot/pentagram/pentagram/trunk/'
> Then the old implementation was correct (I think), where, instead of
> the new directory created by svn co being 'trunk' it would check out
> the source into ${dir} (effectively renaming 'trunk')

Haven't read the recipe, but from the description, yes, you're right,
that's how it's supposed to work. Should probably revert to the old
code.

-- Hisham
_______________________________________________
gobolinux-devel mailing list
[email protected]
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to