Re: [sqlite] SQlite code checkout

2011-09-22 Thread Richard Hipp
On Thu, Sep 22, 2011 at 8:57 AM, Baruch Burstein wrote:

> Thank you.
> And what would the URL be for a specific tag?
>


http://www.sqlite.org/src/tarball/NAME-OF-FILE-AFTER-DOWNLOAD?uuid=TAG

TAG can be any valid check-in or version or branch name or timestamp.  See
http://www.fossil-scm.org/fossil/doc/trunk/www/checkin_names.wiki for
further information on supported TAG names.


> On Thu, Sep 22, 2011 at 3:17 PM, Richard Hipp  wrote:
>
> > On Thu, Sep 22, 2011 at 8:05 AM, Baruch Burstein  > >wrote:
> >
> > > How can I get a clean copy of the latest SQLite trunk in a script?
> Fossil
> > > seems to only have an option for a "checkout", with all the additional
> > > files
> > > involved. I want just a clean copy of the code, like the
> sqlite-src-*.zip
> > > file on the download page.
> > >
> >
> >
> >   wget
> > http://www.sqlite.org/src/tarball/sqlite-latest-trunk.tar.gz?uuid=trunk
> >
> >
> >
> > >
> > > p.s. Bonus points if I can get just the files needed for building the
> > > amalgamation, without art/contrib/ext/test/doc/etc.
> > > ___
> > > sqlite-users mailing list
> > > sqlite-users@sqlite.org
> > > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> > >
> >
> >
> >
> > --
> > D. Richard Hipp
> > d...@sqlite.org
> > ___
> > sqlite-users mailing list
> > sqlite-users@sqlite.org
> > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> >
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQlite code checkout

2011-09-22 Thread Baruch Burstein
Thank you.
And what would the URL be for a specific tag?

On Thu, Sep 22, 2011 at 3:17 PM, Richard Hipp  wrote:

> On Thu, Sep 22, 2011 at 8:05 AM, Baruch Burstein  >wrote:
>
> > How can I get a clean copy of the latest SQLite trunk in a script? Fossil
> > seems to only have an option for a "checkout", with all the additional
> > files
> > involved. I want just a clean copy of the code, like the sqlite-src-*.zip
> > file on the download page.
> >
>
>
>   wget
> http://www.sqlite.org/src/tarball/sqlite-latest-trunk.tar.gz?uuid=trunk
>
>
>
> >
> > p.s. Bonus points if I can get just the files needed for building the
> > amalgamation, without art/contrib/ext/test/doc/etc.
> > ___
> > sqlite-users mailing list
> > sqlite-users@sqlite.org
> > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> >
>
>
>
> --
> D. Richard Hipp
> d...@sqlite.org
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQlite code checkout

2011-09-22 Thread Richard Hipp
On Thu, Sep 22, 2011 at 8:05 AM, Baruch Burstein wrote:

> How can I get a clean copy of the latest SQLite trunk in a script? Fossil
> seems to only have an option for a "checkout", with all the additional
> files
> involved. I want just a clean copy of the code, like the sqlite-src-*.zip
> file on the download page.
>


  wget
http://www.sqlite.org/src/tarball/sqlite-latest-trunk.tar.gz?uuid=trunk



>
> p.s. Bonus points if I can get just the files needed for building the
> amalgamation, without art/contrib/ext/test/doc/etc.
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] SQlite code checkout

2011-09-22 Thread Baruch Burstein
How can I get a clean copy of the latest SQLite trunk in a script? Fossil
seems to only have an option for a "checkout", with all the additional files
involved. I want just a clean copy of the code, like the sqlite-src-*.zip
file on the download page.

p.s. Bonus points if I can get just the files needed for building the
amalgamation, without art/contrib/ext/test/doc/etc.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users