On Thu, Dec 11, 2014 at 8:00 PM, Jungle Boogie <[email protected]>
wrote:
> Hello,
>
> Objective: I want to clone the trunk, build, and update later on.
>
If you just want the source code for the tip of trunk, the go to the
timeline, click on the link for the trunk check-in, find the "Downloads:"
label, the click on either the Tarball or ZIP Archive link.
At this point in time, Fossil insists on cloning the entire repository -
not just individual branches. Fortunately, the clone is efficient in both
time and bandwidth. To clone the whole repo and then do a build:
fossil clone http://www.fossil-scm.org/fossil fossil.fossil
fossil open fossil.fossil
./configure
make
The last two steps vary slightly on Windows - see
https://www.fossil-scm.org/fossil/doc/tip/www/build.wiki for details.
Once you get a clone, you can always type:
fossil update
To get the latest code. This is very bandwidth efficient.
>
> % fossil clone http://www.fossil-scm.org/fossil/tree?ci=trunk trunk
> fossil: No match.
>
>
> In svn its:
> svn co URL
> then svn update
>
> It must be something very similar for fossil, right?
>
> I see that I can fossil clone http://www.fossil-scm.org/ trunk
> Then:
> fossil open
>
> But I don't see how I can build the source and then update it.
>
>
> Thanks,
> jungle
> --
> inum: 883510009027723
> sip: [email protected]
> xmpp: [email protected]
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
--
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users