[gobolinux-devel] [gobolinux-commits] tools/Compile/bin FetchArchive

Jonas Karlsson jonka750 at student.liu.se
Fri Jan 12 14:01:18 UTC 2007


2007/1/12, Lucas C. Villa Real <lucasvr at gobolinux.org>:
> CVSROOT:        /sources/goboscripts
> Module name:    tools
> Changes by:     Lucas C. Villa Real <lucasvr>   07/01/12 12:38:11
>
> Modified files:
>         Compile/bin    : FetchArchive
>
> 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?
Else a better implementation would be to drop the 'cd "$savedir"' and
change the checkout command to 'svn checkout $svn "${savedir}"'.

-- 
/Jonas


More information about the gobolinux-devel mailing list