[fossil-users] How to use mv command properly

2015-02-22 Thread Gary_Gabriel
Hi List, I would appreciate some guidance for the proper use of the mv command. Task: move two files to a new directory in the tree I created the dir and moved the files on disk. Then synchronize these changes with the Fossil tree. mv macros\imc\imc_DateField.bsh

Re: [fossil-users] does fossil rstats exist?

2015-02-22 Thread Stephan Beal
On Sun, Feb 22, 2015 at 2:18 PM, Martin Gagnon eme...@gmail.com wrote: Le dimanche 22 février 2015, Stephan Beal sgb...@googlemail.com a écrit : [snip] it checks out all files, but leaves out the svn-specific files (the .svn directory). It also allows you to specify a version, which

Re: [fossil-users] does fossil rstats exist?

2015-02-22 Thread Stephan Beal
On Sun, Feb 22, 2015 at 2:23 AM, jungle Boogie jungleboog...@gmail.com wrote: I think svn has something like like svn export where I can do this. Do you know if something like this in fossil exists or would you obtain the full repo? svn's export command _basically_ does the same thing as:

Re: [fossil-users] How to use mv command properly

2015-02-22 Thread Stephan Beal
On Sun, Feb 22, 2015 at 1:20 PM, Gary_Gabriel gabrielrobert.qu...@googlemail.com wrote: Task: move two files to a new directory in the tree I created the dir and moved the files on disk. Then synchronize these changes with the Fossil tree. mv macros\imc\imc_DateField.bsh

[fossil-users] Duplicate headers | markdown (| only-Wiki?)

2015-02-22 Thread Svyatoslav Mishyn
Hello, See, http://www.fossil-scm.org/index.html/artifact/020e48a0879e9763a48ba559697b69460fac50e2 there is ## Status: but here: http://www.fossil-scm.org/index.html/wiki?name=Fossil+2.0 h1Status:/h1 div class=markdown h2Status:/h2 -- http://www.juef.tk/

Re: [fossil-users] Duplicate headers | markdown (| only-Wiki?)

2015-02-22 Thread Richard Hipp
On 2/22/15, Svyatoslav Mishyn j...@openmailbox.org wrote: Hello, See, http://www.fossil-scm.org/index.html/artifact/020e48a0879e9763a48ba559697b69460fac50e2 there is ## Status: but here: http://www.fossil-scm.org/index.html/wiki?name=Fossil+2.0 Fixed now. h1Status:/h1 div

Re: [fossil-users] does fossil rstats exist?

2015-02-22 Thread Martin Gagnon
Le dimanche 22 février 2015, Stephan Beal sgb...@googlemail.com a écrit : [snip] it checks out all files, but leaves out the svn-specific files (the .svn directory). It also allows you to specify a version, which 'open' does not Actually, it does ;-)

Re: [fossil-users] How to use mv command properly

2015-02-22 Thread Gary_Gabriel
Hi Stephan, Many thanks for your prompt, knowledgeable and detailed answer. I know what to do and how to do it. - Gary ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

[fossil-users] Status of the feature request Merge with --cherry-pick should be displayed on timeline

2015-02-22 Thread Kasper Hjorth
The way I am working with fossil, I tend to have quite a few cherrypick merges from different branches, and having them displayed in the timeline would be a most welcome feature. I have noticed that such a feature request exists ( https://www.fossil-scm.org/xfer/tktview?name=eaf1c4fdbe), and that

[fossil-users] compiling on branches svn-import* are broken

2015-02-22 Thread Kain Abel
I've used a src-zip from branch svn-import_no-svn-rev HEAD (f273714ebf6400b99b225ad463293f7c174102a5) and trying to compile it with msvc 2012. The process was terminated due to syntax error's in file src\import.c. Sorry, I do not post compiler messages because the language is localized. Thank

Re: [fossil-users] compiling on branches svn-import* are broken

2015-02-22 Thread Baruch Burstein
On Sun, Feb 22, 2015 at 4:41 PM, Kain Abel isoru...@gmail.com wrote: I've used a src-zip from branch svn-import_no-svn-rev HEAD (f273714ebf6400b99b225ad463293f7c174102a5) and trying to compile it with msvc 2012. The process was terminated due to syntax error's in file src\import.c. Sorry,

Re: [fossil-users] compiling on branches svn-import* are broken

2015-02-22 Thread Martin Gagnon
On Sun, Feb 22, 2015 at 03:41:05PM +0100, Kain Abel wrote: I've used a src-zip from branch svn-import_no-svn-rev HEAD (f273714ebf6400b99b225ad463293f7c174102a5) and trying to compile it with msvc 2012. The process was terminated due to syntax error's in file src\import.c.

Re: [fossil-users] compiling on branches svn-import* are broken

2015-02-22 Thread Kain Abel
Many thanks to you both. Best regards, Kain Abel 2015-02-22 16:37 GMT+01:00 Jan Nijtmans jan.nijtm...@gmail.com: 2015-02-22 16:17 GMT+01:00 Martin Gagnon eme...@gmail.com: I don't know for msvc 2012, but it compile fine on MinGW. (with small warning that have to be fixed) Unfortunately

Re: [fossil-users] compiling on branches svn-import* are broken

2015-02-22 Thread Jan Nijtmans
2015-02-22 16:17 GMT+01:00 Martin Gagnon eme...@gmail.com: I don't know for msvc 2012, but it compile fine on MinGW. (with small warning that have to be fixed) Unfortunately I don't have access to a msvc 2012 compiler right now. Should be fixed now. Thanks! Regards, Jan Nijtmans

Re: [fossil-users] Wishlist: Interface to technotes from command line

2015-02-22 Thread Matt Welland
Thanks Stephan, a cli interface to technotes is just something that might end up being useful. If you ever get time for it that'd be great. If your elbow/hand is an RSI related injury and you are not already doing so - consider using workrave or a similar app and follow the breaks religiously.

[fossil-users] The /tree n /dir page

2015-02-22 Thread Svyatoslav Mishyn
Hello, Will be dropped the /tree page.?) because: http://www.fossil-scm.org/index.html/tree?ci=tip the /dir page missing parameter: type http://www.fossil-scm.org/index.html/help?cmd=/dir -- http://www.juef.tk/ ___ fossil-users mailing list

[fossil-users] Wishlist: Interface to technotes from command line

2015-02-22 Thread Matt Welland
Technotes might be useful for automation. For example automated build sysmtems could post a technote when the build completes and passes validation. Just my $0.02 ... -- Matt -=- The moment we want to believe something, we suddenly see all the arguments for it, and become blind to the arguments

Re: [fossil-users] compiling on branches svn-import* are broken

2015-02-22 Thread Baruch Burstein
On Sun, Feb 22, 2015 at 5:17 PM, Baruch Burstein bmburst...@gmail.com wrote: On Sun, Feb 22, 2015 at 4:41 PM, Kain Abel isoru...@gmail.com wrote: I've used a src-zip from branch svn-import_no-svn-rev HEAD (f273714ebf6400b99b225ad463293f7c174102a5) and trying to compile it with msvc 2012.

Re: [fossil-users] compiling on branches svn-import* are broken

2015-02-22 Thread Stephan Beal
On Sun, Feb 22, 2015 at 3:41 PM, Kain Abel isoru...@gmail.com wrote: BTW: Anon users can't open new tickets on fossil's dev site? :/ We prefer that bug reports get posted here to the mailing list first. Sometimes we'll ask that people open a ticket (if the problem in question will take longer

Re: [fossil-users] Wishlist: Interface to technotes from command line

2015-02-22 Thread Stephan Beal
On Sun, Feb 22, 2015 at 4:10 PM, Matt Welland estifo...@gmail.com wrote: Technotes might be useful for automation. For example automated build sysmtems could post a technote when the build completes and passes validation. Just my $0.02 ... That sounds simple enough to do, as tech notes and

Re: [fossil-users] Fossil version 1.31 testing

2015-02-22 Thread Marcel Graf
Hello, I noticed two problems in the web-ui of recent fossil versions: 1. On the timeline, clicking on a tag used to show all checkins related to that tag/branch around that time - but now it only shows the checkins on and after that time, but no older checkins. Example from the fossil

Re: [fossil-users] fossil - cannot ATTACH database within transaction

2015-02-22 Thread Petr Ferdus
I would like to know if the essence of this problem with ckout justify to fill the ticket for it. I could be overlooking something, then I would appreciate hints how to correct it otherwise I like to fill a ticket for it. Thanks Peter Předmět: [fossil-users] fossil - cannot ATTACH database

Re: [fossil-users] Fossil version 1.31 testing

2015-02-22 Thread jungle Boogie
Hi Marcel, On 22 February 2015 at 13:32, Marcel Graf graf.m.ml+sbf...@gmail.com wrote: 1. On the timeline, clicking on a tag used to show all checkins related to that tag/branch around that time - but now it only shows the checkins on and after that time, but no older checkins. Admittedly, I