Re: [fossil-users] cannot connect to host

2015-08-31 Thread Goyo
I can sync with chiselapp using http. My fossil is built without ssl
so I can't try https.

2015-08-31 18:08 GMT+02:00 Doug Currie :
> Is anyone else having trouble syncing with Chiselapp lately? None of my
> Chiselapp local repos can sync, whereas my non-Chiselapp (lua.sqlite.org)
> repo is syncing fine. [Note that I did `fossil configuration push all` on
> only one of my local repos, so this isn't the cause of my problem, as I
> speculated below.]
>
> e
>
>
> On Fri, Aug 28, 2015 at 11:29 PM, Doug Currie  wrote:
>>
>> This "cannot connect to host" question has come up before, but earlier
>> threads on this subject seem to lead to server credentials/certificate
>> re-configuration or mis-configuration, and in this case I'm using
>> chiselapp...
>>
>> Sync to chiselapp was working for me three days ago. The last sync that
>> worked was a configuration push to update the wiki:
>>
>> e$ fossil configuration push all
>> Round-trips: 1   Artifacts sent: 0  received: 0
>> Push done, sent: 874  received: 260  ip: 216.250.117.7
>>
>> (Maybe I broke something by pushing 'all' from local to chiselapp?)
>>
>> Today I get:
>>
>> e$ fossil sync
>> Sync with https://e...@chiselapp.com/user/e/repository/myrepo
>> SSL: cannot connect to host chiselapp.com:443 ()
>> Sync done, sent: 0  received: 0  ip:
>>
>> I can log onto chiselapp on https://chiselapp.com and access the repo, so
>> the route is fine.
>>
>> I updated and rebuilt fossil and tried again to no avail.
>>
>> e$ fossil version
>> This is fossil version 1.33 [d43847c968] 2015-08-27 14:24:09 UTC
>>
>> This is on Mac OS X 10.10.5
>>
>> Any ideas?
>>
>> Thanks.
>>
>> e
>
>
>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
___
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] Quiet mode for update and sync

2014-10-02 Thread Goyo
2014-10-02 15:35 GMT+02:00 David Mason dma...@ryerson.ca:
 While I'm on fossil sync, is there a way to reset the sync source
 value?

Is fossil remote-url what you want?

Goyo
___
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] ticket editing

2014-03-15 Thread Goyo
2014-03-15 9:53 GMT+01:00 Marc Simpson m...@0branch.com:
 Do you want to grant them permission to edit all tickets, or just
 those submitted?

 If the former, take a look at the 'w' privilege on /setup_ulist.

Does not work for me. Clicking Edit in the ticket shows the Edit
Ticket page where edit every ticket field (title, status, etc.) and
also append a new comment/remark, but there seems to be no user
interface for editing previous comments even if I submitted the ticket
and I am the repo admin. This was possible some time ago IIRC.

Goyo
___
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] Reading file list from file instead of command line (response file)

2013-05-25 Thread Goyo
2013/5/25 Stefan Bellon sbel...@sbellon.de:
 Hi all,

 is it possible to read long lists of files from another file (or stdin)
 instead of the command line?

 Imagine having to commit hundreds of files (but not the complete current
 working copy!) and reaching the command line length limit of the
 underlying OS.

Isn't that why we invented pipes? Something like this should work in
unix and the like (not tested):

$ cat filenames.txt | fossil commit -m Some stuff

Goyo
___
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] How to generate new web menu items and corresponding web pages (like Downloads)

2012-12-05 Thread Goyo
2012/12/5 Erik Leunissen e.leunis...@hccnet.nl:
 L.S.

 Fossils web home page shows a menu item like downloads.

 - How do I make something like that within fossil?
   Or is it made apart from fossil and attached manually later?

Admin  Header in the web ui.

 - How do I link downloadable items like binary distributions?
 - How are these related to version control?
   (I don't need binary distributions under version control)

If you want them in your fossil repo but not under version control you
can attach them to wiki pages or events.

Goyo


 Greetings,

 Erik Leunissen.
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
___
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] Unable to clone - floating point exception

2011-12-27 Thread Goyo
2011/12/26 Goyo goyod...@gmail.com:
 Hi,

 I get this error message when I try to clone my repo hosted in chiselapp:

 me@home:~/dev/bdt$ fossil clone
 http://chiselapp.com/user/goyo/repository/bdt bdt.fossil
                Bytes      Cards  Artifacts     Deltas
 Sent:              53          1          0          0
 waiting for server...Excepción de coma flotante
 me@home:~/dev/bdt$ fossil version
 This is fossil version 1.21 [002580c50d] 2011-12-13 13:53:56 UTC

 Excepción de coma flotante is spanish for Floating point exception.

 I didn't find anything related in the list archives. ¿Has somebody
 seen this before? I'm usil fossil binaries from the download page in
 Ubuntu 11.10.

I built the released source tarball and it's working now. Still it
seems to be an issue with the Linux binary, at least in Ubuntu 11.10.
It works in the file system but I can't clone, push or pull to any
repository through http.

Goyo
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Unable to clone - floating point exception

2011-12-25 Thread Goyo
Hi,

I get this error message when I try to clone my repo hosted in chiselapp:

me@home:~/dev/bdt$ fossil clone
http://chiselapp.com/user/goyo/repository/bdt bdt.fossil
Bytes  Cards  Artifacts Deltas
Sent:  53  1  0  0
waiting for server...Excepción de coma flotante
me@home:~/dev/bdt$ fossil version
This is fossil version 1.21 [002580c50d] 2011-12-13 13:53:56 UTC

Excepción de coma flotante is spanish for Floating point exception.

I didn't find anything related in the list archives. ¿Has somebody
seen this before? I'm usil fossil binaries from the download page in
Ubuntu 11.10.

Regards

Goyo
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users