Re: [fossil-users] conflict resolution in practice?

2009-10-26 Thread D. Richard Hipp

On Oct 25, 2009, at 8:34 PM, Zed A. Shaw wrote:

 On Sun, Oct 25, 2009 at 07:20:16PM -0400, D. Richard Hipp wrote:

 On Oct 25, 2009, at 2:27 PM, Zed A. Shaw wrote:

 Currently, the behavior is that fossil overwrites files without any
 prompting using the latest one wins method.

 It shouldn't be doing that!  Can you give me an example so that I can
 track down the problem?

 Ah, I will try to track this down then.  Now just to be clear, do you
 mean that if I have uncommitted edits to a file, and fossil has edits
 that conflict, that fossil SHOULD prompt me before merging?  Or, do  
 you
 mean that it will merge and then I can use undo to get my stuff back?


The latter.  It will merge.  You can undo if you don't like the result.



 Update already does make backups.  If you do fossil update and  
 don't
 like the results, just type fossil undo and everything should  
 revert
 to the state it was in before the update.

 Yes!  I knew there had to be a little command I was missing.  Awesome,
 I'll let my peoples know.

 -- 
 Zed A. Shaw
 http://zedshaw.com/
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

D. Richard Hipp
d...@hwaci.com



___
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] build error

2009-10-26 Thread Dmitry Chestnykh
 blob_.c:776: error: ‘Z_FINISH’ undeclared (first use in this function)
 blob_.c:778: warning: implicit declaration of function ‘deflateEnd’
 blob_.c: In function ‘blob_uncompress’:
 blob_.c:818: warning: implicit declaration of function ‘uncompress’
 blob_.c:820: error: ‘Z_OK’ undeclared (first use in this function)
 make: *** [blob.o] Error 1

Seems like zlib is missing. Try installing the zlib-devel package.

$ sudo apt-get install zlib-devel

--
Dmitry Chestnykh
Coding Robots

http://www.codingrobots.com
dmi...@codingrobots.com


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


[fossil-users] QLFossil - Quick Look plugin for Mac OS X

2009-10-26 Thread Dmitry Chestnykh
Hello,

Today I wrote a Quick Look plugin for Mac OS X to quickly view  
timeline of repositories.

You can check it out here:

http://dev.codingrobots.org/cgi-bin/o/qlfossil/

I hope Mac users will like it ;-)

--
Dmitry Chestnykh
Coding Robots

http://www.codingrobots.com
dmi...@codingrobots.com

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