[fossil-users] How to identify new files in the local tree

2014-03-24 Thread Michael Weise
Hi, how do I know if there are files in my local tree that are not part of the repository? $ touch foo.bar Git tells me this way: $ git status # Untracked files: # (use git add file... to include in what will be committed) # # foo.bar Is there any way to get the same information in

Re: [fossil-users] How to identify new files in the local tree

2014-03-24 Thread Martin Gagnon
Le 24 mars 2014 06:15, Michael Weise michael.we...@ek-team.de a écrit : Hi, how do I know if there are files in my local tree that are not part of the repository? $ touch foo.bar Git tells me this way: $ git status # Untracked files: # (use git add file... to include in what will

[fossil-users] fossil mv dir1 dir2 - different results depending on order of physical move/fossil move

2014-03-24 Thread Matt Welland
mv dir1 dir2 fossil mv dir1 dir2 gives different results from: fossil mv dir1 dir2 mv dir1 dir2 The correct result is only achieved by the second case. Also, mv is not like rm and IMHO fossil should either do the physical move or give the user a way to do the physical move as part of the

Re: [fossil-users] Automating fossil source builds?

2014-03-24 Thread Stephan Beal
On Sun, Mar 23, 2014 at 8:51 PM, Jon jon.for...@gmail.com wrote: Pizza's still processing, but here you go; http://fossil-scm.org/index.html/info/7ba06f150c :) same for `src/zip.c:baseline_zip_page` please. Done! -- - stephan beal http://wanderinghorse.net/home/stephan/

Re: [fossil-users] Automating fossil source builds?

2014-03-24 Thread Jon
Pizza's still processing, but here you go; http://fossil-scm.org/index.html/info/7ba06f150c :) same for `src/zip.c:baseline_zip_page` please. Done! Great, thank you. Initial buildlet impl fetching/building both 32 and 64bit fossils (release tagged) with mingw-w64 toolchains on

Re: [fossil-users] Automating fossil source builds?

2014-03-24 Thread Stephan Beal
On Mon, Mar 24, 2014 at 6:08 PM, Jon jon.for...@gmail.com wrote: Great, thank you. problem == null Someday I'll tweak the buildlet to allow fetching/building arbitrary fossil dev versions. You know how toy projects are re: smoothing the sharp edges ;) Welcome to Fossil, and try not to

[fossil-users] Files and directories in flat view

2014-03-24 Thread Andy Goth
At present, the only way to distinguish between files and directories in flat view is to check whether their link URL goes to dir or finfo. Directories appear to be grouped first, but there's still no easy way to tell where directories and files begin. As is done with tree view, I suggest

Re: [fossil-users] GitHub-style template

2014-03-24 Thread Andy Goth
On 3/22/2014 7:17 PM, ma...@include-once.org wrote: Also not sure if the Unicode glyphs show up for everyone, but I'm reluctant to plaster heaps of /doc/tip/www/icon files into every repo. Fossil currently implements tree view file and directory icons as data: URLs embedded in the CSS.

Re: [fossil-users] Files and directories in flat view

2014-03-24 Thread Andy Bradford
Thus said Andy Goth on Mon, 24 Mar 2014 17:14:58 -0500: At present, the only way to distinguish between files and directories in flat view is to check whether their link URL goes to dir or finfo. Will this work? http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg13816.html

[fossil-users] fossil cat should work outside a checkout

2014-03-24 Thread Matt Welland
A fossil cat command only works if run inside an opened area but there is no intrinsic reason why. fossil cat foo/bar.txt -r trunk -R /some/fossil/file.fossil fossil: current directory is not within an open checkout -- Matt -=- 90% of the nations wealth is held by 2% of the people. Bummer to

Re: [fossil-users] fossil cat should work outside a checkout

2014-03-24 Thread Martin Gagnon
On Mon, Mar 24, 2014 at 04:49:10PM -0700, Matt Welland wrote: A fossil cat command only works if run inside an opened area but there is no intrinsic reason why. fossil cat foo/bar.txt -r trunk -R /some/fossil/file.fossil fossil: current directory is not within an open checkout