Re: [fossil-users] The 'check-out' and 'clone' user permissions

2011-09-01 Thread Richard Hipp
On Wed, Aug 31, 2011 at 7:37 PM, Nolan Darilek no...@thewordnerd.infowrote: I'd be interested in this one too. Why might you want one and not the other? Or, more accurately, why isn't checkout sufficient, since presumably a clone is a checkout of everything? Because when I was originally

Re: [fossil-users] Tags with commas

2011-09-01 Thread Richard Hipp
2011/9/1 Lluís Batlle i Rossell virik...@gmail.com Hello all, through the UI, I wrote in Add new tag of the checkin edit page this: v11_3_5, release. This appears as: sym-v11_3_5, release, so, a tag with a comma and a space, and the two words. Nevertheless, in the timeline it appears

[fossil-users] Diff after move

2011-09-01 Thread Jacek Cała
Hi All, I moved some files from one dir to another and made some changes. Issuing 'fossil chan' showed me that the files are missing - correct. I ran 'fossil mv' on these files and then 'fossil chan' showed that they're edited - correct. However, when I try to see the changes 'fossil diff' I

Re: [fossil-users] Diff after move

2011-09-01 Thread Stephan Beal
2011/9/1 Jacek Cała jacek.c...@gmail.com fossil.exe: file XXX does not exist in checkin: You also need to do the mv yourself. fossil mv records the intention but does not actually perform the mv on the filesystem. Can't say if that matters but all above was after moving my repository from

Re: [fossil-users] Diff after move

2011-09-01 Thread Remigiusz Modrzejewski
On Sep 1, 2011, at 5:14 PM, Stephan Beal wrote: 2011/9/1 Jacek Cała jacek.c...@gmail.com fossil.exe: file XXX does not exist in checkin: You also need to do the mv yourself. fossil mv records the intention but does not actually perform the mv on the filesystem. Which, for me, seems to

Re: [fossil-users] Diff after move

2011-09-01 Thread Stephan Beal
2011/9/1 Remigiusz Modrzejewski l...@maxnet.org.pl On Sep 1, 2011, at 5:14 PM, Stephan Beal wrote: You also need to do the mv yourself. fossil mv records the intention but does not actually perform the mv on the filesystem. Which, for me, seems to be quite weird... i can't argue

Re: [fossil-users] Diff after move

2011-09-01 Thread Stephan Beal
On Thu, Sep 1, 2011 at 5:26 PM, Stephan Beal sgb...@googlemail.com wrote: Keep in mind that moving files from C code (i.e. fossil) is not. It requires is not trivial i meant to say. -- - stephan beal http://wanderinghorse.net/home/stephan/

Re: [fossil-users] Diff after move

2011-09-01 Thread Jacek Cała
Hi Stephan, Actually, I moved the files. Sorry, forgot to add that my first 'fossil chan' reported some MISSING files which I found after running 'fossil extra'. This allowed me to let fossil know that the files were moved by running 'fossil mv'. And so this my question: why fossil can't find

Re: [fossil-users] Diff after move

2011-09-01 Thread Jacek Cała
Hi again, I made a test on a simple, one file repository with two dirs: DirA\file.txt DirB\ I created a new repo, added DirA/file.txt, commited, made some changes, moved file to 'DirB', issued 'fossil chan' - saw the MISSING file, issued 'fossil extra' - saw DirB/file.txt. Issued 'fossil mv

Re: [fossil-users] Diff after move

2011-09-01 Thread Stephan Beal
2011/9/1 Jacek Cała jacek.c...@gmail.com DirB/file.txt. And, finally, 'fossil diff DirB/file.txt' resulted in 'fossil.exe: file DirB/file.txt does not exist in checkin:' Looks like a bug in the diff command but please confirm it if you can. i think the message is correct: the file does not

[fossil-users] cannot push or commit

2011-09-01 Thread ron georgia
All, I have read through almost all the pertinent Fossil documentation (FAQs included) and scoured the internet looking for help, so now i turn to you with what seems to be a noobe situation. Background: 1.) I install fossil on an OpenBSD (version 4.9) box. 2.) In the /var/www/cgi-bin i have a cgi

Re: [fossil-users] cannot push or commit

2011-09-01 Thread Martin S. Weber
Try setting the autosync URL (fossil remote-url) to http://user@host:port/path. Note the presence of user in the URL. -Martin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] cannot push or commit

2011-09-01 Thread Martin S. Weber
On 09/01/11 12:30, Stephan Beal wrote: On Thu, Sep 1, 2011 at 6:23 PM, Martin S. Webermartin.we...@nist.govmailto:martin.we...@nist.gov wrote: Try setting the autosync URL (fossil remote-url) to http://user@host:port/path. Note the presence of user in the URL. To expand on that a bit: if

Re: [fossil-users] Diff after move

2011-09-01 Thread Konstantin Khomoutov
On Thu, 1 Sep 2011 18:16:07 +0200 Stephan Beal sgb...@googlemail.com wrote: DirB/file.txt. And, finally, 'fossil diff DirB/file.txt' resulted in 'fossil.exe: file DirB/file.txt does not exist in checkin:' Looks like a bug in the diff command but please confirm it if you can. i think

Re: [fossil-users] Diff after move

2011-09-01 Thread Stephan Beal
2011/9/1 Jacek Cała jacek.c...@gmail.com Agree, but if there's no way to view the changes, it's still a problem from the user perspective. But how should fossil diff something which (for its purposes) isn't yet there? Agreed, though, it could figure out that file2 was previously file1, and

Re: [fossil-users] MD5 and SHA1 from OpenSSL

2011-09-01 Thread Ron Aaron
Maybe it depends on your specific hardware, but on linux32 (i3 core2) I get (kubuntu11-04.iso) : openssl sha1 : 3.823 fossil sha1sum : 3.660 (old fossil: 4.936) On linux64 (amd athlon X2, using a 600M data file): openssl sha1 : 2.504 fossil sha1sum : 3.202 (old fossil: 4.211) (these are best

Re: [fossil-users] MD5 and SHA1 from OpenSSL

2011-09-01 Thread Dmitry Chestnykh
Maybe it depends on your specific hardware, but on linux32 (i3 core2) I get (kubuntu11-04.iso) : Yay, good then, no need to use OpenSSL. I suspect this is due to LLVM backend of OS X compiler which is default in Lion. For some crypto code I've written it compiles binaries that are slower

Re: [fossil-users] MD5 and SHA1 from OpenSSL

2011-09-01 Thread Ron Aaron
Not so fast! :) It seems that the current code is faster than openssl on intel (well, on linux anyway). But it is slower on AMD chips, whether 32 or 64 bit os. That is something which is easily detectable, although I don't know if I have the patience to try to figure out what is going on to

Re: [fossil-users] MD5 and SHA1 from OpenSSL

2011-09-01 Thread Dmitry Chestnykh
Given that one of fossil's selling points is ease of installation, including having no external dependencies. Let's not change that. I agree, but I proposed (and the retracted) that OpenSSL will be used only when compiled with SSL support ;-) -- Dmitry Chestnykh

Re: [fossil-users] MD5 and SHA1 from OpenSSL

2011-09-01 Thread Dmitry Chestnykh
BTW, if I run `openssl sha1`, it's slower than Fossil's sha1test compiled with OpenSSL SHA-1: openssl sha1: real0m3.459s user0m3.126s sys 0m0.317s fossil with OpenSSL's SHA1 from my diff: real0m3.025s user0m2.707s sys 0m0.315s current fossil trunk: real0m3.557s

Re: [fossil-users] Diff after move

2011-09-01 Thread Stephan Beal
2011/9/1 Jacek Cała jacek.c...@gmail.com If fossil can't process the mv+edit combination when diffing neither it moves files on disk, what is the purpose of mv then? That seems like a fair question, but i'm not qualified enough to say anything clever in response :). A mv+edit combination

Re: [fossil-users] Diff after move

2011-09-01 Thread Jacek Cała
Hello once again, Having no choice I had to commit the changes without prior view. And now from the UI I can do the diff as expected and see changes in the files that were moved. Regards, Jacek W dniu 1 września 2011 17:00 użytkownik Jacek Cała jacek.c...@gmail.com napisał: Hi again,

[fossil-users] ip addresses not noted using https

2011-09-01 Thread Lluís Batlle i Rossell
I found that fossil does not note the origin ip addresses where the artifacts are taken from, if they come through an https correction. I propose the fix in the branch 'ssl_peer_ip', that I could make work for ipv4-only. If someone knows how to do that for ipv6, don't hesitate. :) Regards,

[fossil-users] The autosetup, and readline

2011-09-01 Thread Lluís Batlle i Rossell
Does the autosetup detect 'readline' for all of you? For me, it says that it cannot find the 'readline' symbol in the lib. I've tried to understand the autosetup code, and I found a trick that makes it work, but I cannot tell why. In my case, autosetup is even not running the test for the

[fossil-users] Is it possible to edit a ticket's submission time?

2011-09-01 Thread Ross Berteig
For a project that I don't pay attention to daily, I would like to retroactively create tickets corresponding to issues raised in email from my customer. Creating the tickets is easy, although not a particularly exciting task. However, I would like to place the tickets in context in the

[fossil-users] Silencing warnings about deprecated OpenSSL on OS X

2011-09-01 Thread Dmitry Chestnykh
OpenSSL has been deprecated in OS X Lion (boo!), and Apple put warnings everywhere. It's kind of annoying to see this when building Fossil: ./bld/http_ssl_.c: In function ‘ssl_global_init’: ./bld/http_ssl_.c:104: warning: ‘SSL_library_init’ is deprecated (declared at

Re: [fossil-users] Is it possible to edit a ticket's submission time?

2011-09-01 Thread Richard Hipp
On Thu, Sep 1, 2011 at 7:54 PM, Ross Berteig r...@cheshireeng.com wrote: For a project that I don't pay attention to daily, I would like to retroactively create tickets corresponding to issues raised in email from my customer. Creating the tickets is easy, although not a particularly exciting

Re: [fossil-users] Build issue and ticket creation

2011-09-01 Thread Steve Bennett
On 02/09/2011, at 12:36 PM, James Turner wrote: I've got two issues. First, Makefile.in was removed when the symlinks branch was merged into trunk [0]. Because of this I get the below build error when I run ./configure: Error: Template Makefile.in is missing Try: 'configure --help' for

Re: [fossil-users] The autosetup, and readline

2011-09-01 Thread Steve Bennett
On 02/09/2011, at 7:43 AM, Lluís Batlle i Rossell wrote: Does the autosetup detect 'readline' for all of you? For me, it says that it cannot find the 'readline' symbol in the lib. I've tried to understand the autosetup code, and I found a trick that makes it work, but I cannot tell why.

[fossil-users] Problem after 'make clean'

2011-09-01 Thread Ron Aaron
After doing 'make clean', './configure' complains that 'Makefile.in' doesn't exist (and indeed it doesn't) ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users