[fossil-users] Fossil update goes not get lastest checkin

2014-04-22 Thread Samuel Debionne
Hello all, Here is a sequence I'm doing several times a day for years and that did not work this morning : fossil commit -m Blabla from my PC fossil update from my Mac But this time the update did not get the latest checkin. A complete clone / open in a different directory

Re: [fossil-users] Fossil update goes not get lastest checkin

2014-04-22 Thread Michai Ramakers
Hello, not sure if this is the same issue you're seeing, but this has come up here a few times - commits not seen on pull/sync from different host. There's a '--verily' option to 'sync' iirc, to work around what may be a bug; see for example this mail thread:

[fossil-users] Copy User Category Configuration

2014-04-22 Thread Paulus Tuerah
Hi, I have many repositories, and I want all the repositories to have same user category capabilities. So I set the users categories capabilities in one repository, and then export it to file, then import it to other repositories. Users and categories are imported. But there are 2 problems:

[fossil-users] fossil diff --tk

2014-04-22 Thread Ramon Ribó
Hello, I've implemented in diff -tk a new capability and a bug fix: - Keys 'p' and 'n' are used to navigate to the previous and next difference - A bug fix in Save as when users cancels file selection There is an attached patch with the code. Please feel free to use it in any way in case you

Re: [fossil-users] Fossil update goes not get lastest checkin

2014-04-22 Thread Andy Bradford
Thus said Samuel Debionne on Tue, 22 Apr 2014 11:36:46 +0200: Here is a sequence I'm doing several times a day for years and that did not work this morning : fossil commit -m Blabla from my PC fossil update from my Mac Has a fork happened? Have a look at the timeline

Re: [fossil-users] Fossil update goes not get lastest checkin

2014-04-22 Thread Samuel Debionne
There's a '--verily' option to 'sync' iirc, to work around what may be a bug; see for example this mail thread: https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg12979.html. I'm not sure the issue has been solved in the meanwhile. (I haven't seen missing commits since that

Re: [fossil-users] Fossil update goes not get lastest checkin

2014-04-22 Thread Stephan Beal
On Tue, Apr 22, 2014 at 11:51 AM, Michai Ramakers m.ramak...@gmail.comwrote: not sure if this is the same issue you're seeing, but this has come up here a few times - commits not seen on pull/sync from different host. There's a '--verily' option to 'sync' iirc, to work around what may be a

Re: [fossil-users] Fossil update goes not get lastest checkin

2014-04-22 Thread Stephan Beal
On Tue, Apr 22, 2014 at 11:36 AM, Samuel Debionne samuel.debio...@ujf-grenoble.fr wrote: fossil commit -m Blabla from my PC fossil update from my Mac But this time the update did not get the latest checkin. Out of curiosity: is there a proxy between them? A caching

Re: [fossil-users] Tracking System Configuration Files - Best Practices

2014-04-22 Thread Stephan Beal
On Tue, Apr 22, 2014 at 5:55 PM, Joseph Mingrone j...@ftfl.ca wrote: Is Fossil an appropriate tool for tracking system configuration files? For for user-specific ones, IMO, and then not for everything, e.g. SSH likes certain files to have certain permissions, and fossil does not do permissions

Re: [fossil-users] Fossil update goes not get lastest checkin

2014-04-22 Thread Matt Welland
On Tue, Apr 22, 2014 at 9:36 AM, Stephan Beal sgb...@googlemail.com wrote: On Tue, Apr 22, 2014 at 11:36 AM, Samuel Debionne samuel.debio...@ujf-grenoble.fr wrote: fossil commit -m Blabla from my PC fossil update from my Mac But this time the update did not get the

Re: [fossil-users] Fossil update goes not get lastest checkin

2014-04-22 Thread Stephan Beal
On Tue, Apr 22, 2014 at 9:47 PM, Matt Welland estifo...@gmail.com wrote: I have seen this issue a few times and this was with using file:// for the transport to the server. I've fixed it by doing a checkout to another branch and back. If I recall correctly a checkout to the current branch was

Re: [fossil-users] Fossil update goes not get lastest checkin

2014-04-22 Thread Matt Welland
On Tue, Apr 22, 2014 at 1:03 PM, Stephan Beal sgb...@googlemail.com wrote: On Tue, Apr 22, 2014 at 9:47 PM, Matt Welland estifo...@gmail.com wrote: I have seen this issue a few times and this was with using file:// for the transport to the server. I've fixed it by doing a checkout to another

Re: [fossil-users] Suggestion about fossil commit

2014-04-22 Thread Chad Perrin
On Mon, Apr 14, 2014 at 12:47:11PM -0400, Martin Gagnon wrote: Le 14 avr. 2014 11:48, Stephan Beal sgb...@googlemail.com a écrit : But, in my defense, (and I just re-read it to be sure I didn't miss it) nowhere in the help documentation (FOSSIL HELP COMMIT) or the comment in the editor (#

[fossil-users] Skip Preview step when editing a ticket?

2014-04-22 Thread Joe Knapka
Hi everyone, I find the requirement that I Preview ticket edits before I can Submit them to be entirely annoying and of no value whatsoever. I nevur mispell onything, and my repositories are entirely for my personal use anyway. Is there any way to configure Fossil not to require the Preview step?

[fossil-users] strcpy() vs strlcpy()?

2014-04-22 Thread Andy Bradford
Hello, As of [2aaae64a59] compiling Fossil on OpenBSD results in a warning: bld/name.o(.text+0x11a): In function `test_ambiguous_cmd': ./src/name.c:742: warning: strcpy() is almost always misused, please use strlcpy() Is this something to be concerned about for Fossil? I know there are

Re: [fossil-users] Fossil update goes not get lastest checkin

2014-04-22 Thread Andy Bradford
Thus said Stephan Beal on Tue, 22 Apr 2014 18:07:08 +0200: Just to confirm that: this has come up several times before in the past year and, so far, has remained unexplained. We're not sure what causes it or how to reproduce it. (At least i don't remember seeing any commits/posts

Re: [fossil-users] Fossil update goes not get lastest checkin

2014-04-22 Thread Matt Welland
On Tue, Apr 22, 2014 at 9:30 PM, Andy Bradford amb-fos...@bradfords.orgwrote: Thus said Stephan Beal on Tue, 22 Apr 2014 18:07:08 +0200: Just to confirm that: this has come up several times before in the past year and, so far, has remained unexplained. We're not sure what causes it