svn modules.
Auke Kok
sofar at foo-projects.org
Sat Sep 24 17:53:17 UTC 2005
samuel verstraete wrote:
> Hi,
>
> I was trying to write some svn modules for xfce. I'm just running into
> some problems... maybe someone can shed a light on the issue?
>
> f.e.
> xfce4-dev-tools
>
> from xfce.org : http://xfce.org/index.php?page=documentation&lang=en#install
>
> svn co http://svn.foo-projects.org/svn/xfce/$modulename/trunk $modulename
>
> so... the DETAILS file i made :
> *****************
> MODULE=xfce4-dev-tools-svn
> MOD=xfce4-dev-tools
> VERSION=svn
> SOURCE=$MOD.tar.bz2
> SOURCE_URL[0]=http://svn.foo-projects.org/svn/xfce/$MOD/trunk/
> SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD
> WEB_SITE=http://www.xfce.org
> ENTERED=20050918
> UPDATED=20050918
> SHORT="xfce4-dev-tools"
> cat << EOF
> developer tools for xfce4
> EOF
> ******************
>
> of course you immediately see the problem... there is no tarball in
> the svn tree... what the thing actually should do is checking out the
> svn source...
with -svn and -cvs modules you should use proper urls (http:// is not
allowed for subversion sources - use svn+http:// instead - see example
modules in /zbeta/ section)
Auke
More information about the Lunar-dev
mailing list