Re: [fossil-users] When modifying a file too quickly, it doesn't change

2013-12-26 Thread Ron Wilson
On 12/21/13, David Given d...@cowlark.com wrote:
 The big gotcha, of course, is scripts, which typically perform several
 changes on similar files in very rapid succession --- that's precisely
 how I found this myself.

In this case, the script would (should) know which files it had changed so
could force the commit. Is Fossil failing to properly perform a forced
commit?
___
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] password manager support

2013-12-26 Thread Ron Wilson
On 12/24/13, Andy Bradford amb-fos...@bradfords.org wrote:
 Rather  than  making  Fossil  aware of  different  user  databases,  why
 not  simply  make a  Fossil  interface  for passing  user/authentication
 information onto an external program.

That is what PAM is about. PAM provides a standardized API for
applications to perform user authentication. When an application
requests an authentication, PAM will handle it based on the host's
local configuration and installed authentication modules. The
configuration and available authentication modules can be changed
as needed without needing to reconfigure the client applications.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users