Re: [fossil-users] Fossil for Android?

2014-07-14 Thread Oliver Friedrich
I think it is pretty dead. Maybe you can get the code from the owner by simply asking him? It served a whole directory, like fossil serve did. Am 14.07.2014 07:31, schrieb Urmil Parikh: Hi, I tried it today, but cannot get it to work. First, it told me that it could not find HOME folder

Re: [fossil-users] Fossil for Android?

2014-07-13 Thread Urmil Parikh
Hi, I tried it today, but cannot get it to work. First, it told me that it could not find HOME folder (which was null). After explicitely editing HOME, it says it cannot open database. Is this app maintained? Does it support serving a single repo or multiple ones (like fossil serve folder)?

[fossil-users] Fossil for Android?

2014-06-16 Thread Urmil Parikh
There was some discussion in past about compiling fossil for Android. Is it still alive? Is there any .apk available? ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Fossil for Android?

2014-06-16 Thread Oliver Friedrich
Hi Urmil, actually there is an apk for fossil, though it only supports serving repos AFAIR. https://play.google.com/store/apps/details?id=es.dadbiz.fossil I used it often to backup my repos to my phones sd-card and it worked out quite well. Am 16.06.2014 12:02, schrieb Urmil Parikh:

Re: [fossil-users] Fossil on Android or compiling with tcc?

2012-06-20 Thread Kostas Karanikolas
I'm running an Arch linux chroot on my tablet. Compiling fossil from source on the tablet worked fine for me. No patching necessary. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] Fossil on Android or compiling with tcc?

2012-06-20 Thread Remigiusz Modrzejewski
On Jun 20, 2012, at 13:07 , Kostas Karanikolas wrote: I'm running an Arch linux chroot on my tablet. Compiling fossil from source on the tablet worked fine for me. No patching necessary. Well, your Arch Linux chroot has a complete Linux useprspace, doesn't it? I don't know if it's the case

[fossil-users] Fossil on Android or compiling with tcc?

2012-06-19 Thread Stephan Beal
Hi, all, Yesterday i got a tcc-based compiler for my tablet and i am curious if any of you have gotten fossil to compile (perhaps cross-compiling?) on (or for) Android? ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil

Re: [fossil-users] Fossil on Android or compiling with tcc?

2012-06-19 Thread Matt Welland
Perhaps not relevant to Android but just in case it helps I run fossil on my n900 (arm based antiquated smart phone). I built using scratchbox, http://www.scratchbox.org. It was an almost zero effort compile. On Tue, Jun 19, 2012 at 11:16 AM, Mike Meyer m...@mired.org wrote: On Tue, 19 Jun

Re: [fossil-users] Fossil on Android or compiling with tcc?

2012-06-19 Thread Stephan Beal
Great! Thank you, Matt! i'll give that a try. If i get it working i'll add some docs for it. On Jun 19, 2012 9:13 PM, Matt Welland estifo...@gmail.com wrote: Perhaps not relevant to Android but just in case it helps I run fossil on my n900 (arm based antiquated smart phone). I built using

Re: [fossil-users] Fossil for Android?

2011-05-06 Thread Stephen De Gabrielle
Has anyone ever built fossil on an iPhone? S. On Thu, May 5, 2011 at 10:54 PM, Stephan Beal sgb...@googlemail.com wrote: On Thu, May 5, 2011 at 11:37 PM, Aurel kerusursa...@gmail.com wrote: * copied it in the /system/xbin of my phone (yes my phone :) ) For what it's worth, i think it

Re: [fossil-users] Fossil for Android?

2011-05-05 Thread Aurel
Hi, Sorry if I sent this twice... Following Mike Meyer directions I was able to compile fossil for android 2.2, but had the same problem as him: nothing else than 'fossil help' Here is what I did to make it work: * downloaded the NDK and following android-ndk-r5b/documentation.html did

Re: [fossil-users] Fossil for Android?

2011-05-05 Thread Stephan Beal
On Thu, May 5, 2011 at 11:37 PM, Aurel kerusursa...@gmail.com wrote: * copied it in the /system/xbin of my phone (yes my phone :) ) For what it's worth, i think it would be _exceedingly_ cool (in a geeky way) to see a fossil server run on a telephone. Could we hack it to make the phone

Re: [fossil-users] Fossil for Android?

2011-05-05 Thread Aurel
My bad, fossil server repo.fsl is working on my phone. I forgot to give the repo to the command :) Aurélien Le 2011-05-05 17:54, Stephan Beal sgb...@googlemail.com a écrit : On Thu, May 5, 2011 at 11:37 PM, Aurel kerusursa...@gmail.com wrote: * copied it in the /system/xbin of my phone (yes my

Re: [fossil-users] Fossil for Android?

2011-02-28 Thread a . chavasse
On Feb 27, 2011 5:53am, Timothy Brown javelin...@yahoo.com wrote: For your consideration, How hard would it be to build Fossil for Android? For that matter how hard would it be to get Fossil built for iOS? With all these Android tablets about to burst on the scene it would be nice to be

Re: [fossil-users] Fossil for Android?

2011-02-27 Thread Mike Meyer
On Sat, 26 Feb 2011 20:53:11 -0800 (PST) Timothy Brown javelin...@yahoo.com wrote: For your consideration, How hard would it be to build Fossil for Android? For that matter how hard would it be to get Fossil built for iOS? Since both are Unix variants, it shouldn't be to bad. The makemake

Re: [fossil-users] Fossil for Android?

2011-02-27 Thread Bill Whiting
Timothy, A very interesting exercise to be sure, but it begs the question: why? i.e. Did you have a particular use in mind? //Bill On 02/27/2011 01:52 PM, Mike Meyer wrote: On Sat, 26 Feb 2011 20:53:11 -0800 (PST) Timothy Brownjavelin...@yahoo.com wrote: For your consideration, How hard

Re: [fossil-users] Fossil for Android?

2011-02-27 Thread Timothy Brown
Bill, I was thinking along the same lines as Steve. Using Fossil to keep track of user changes giving a timeline view of their changes. They wouldn't even know Fossil is there. I could also see taking presentation on an Android Tablet or IPad and being able to access multiple versions to use

Re: [fossil-users] Fossil for Android?

2011-02-27 Thread Steve Dalton
Hi Mike Would like care to share what you did to get it working (ie. LDFLAGS etc) - I wouldn't mind having a try myself just to see what the process is. Thanks Steve On Mon, Feb 28, 2011 at 4:52 AM, Mike Meyer m...@mired.org wrote: On Sat, 26 Feb 2011 20:53:11 -0800 (PST) Timothy Brown

Re: [fossil-users] Fossil for Android?

2011-02-27 Thread Mike Meyer
On Mon, 28 Feb 2011 07:21:58 +1000 Steve Dalton st...@refactor.com.au wrote: Hi Mike Would like care to share what you did to get it working (ie. LDFLAGS etc) - I wouldn't mind having a try myself just to see what the process is. Thanks Steve Sure. Note that setting TCC in makemake.tcl

[fossil-users] Fossil for Android?

2011-02-26 Thread Timothy Brown
For your consideration, How hard would it be to build Fossil for Android? For that matter how hard would it be to get Fossil built for iOS? With all these Android tablets about to burst on the scene it would be nice to be able to take cloned repositories with you (if you start using tablets