Re: [fossil-users] Maybe a bug in sync

2011-08-16 Thread Yujianbin
Compare to veracity(http://veracity-scm.com): v_server.bat if exist D:\server rd /s /q D:\server md D:\server cd /d D:\server vv version @if erro

Re: [fossil-users] New features for merging

2011-08-16 Thread Ben Summers
On 15 Aug 2011, at 21:42, Matt Welland wrote: > 2011/8/15 Lluís Batlle i Rossell >> 3) The file interface offers most version capabilities currently, in fossil. >> Easier to reach old version, allowing branching, branches of code may need >> different settings (ignore glob?). >> > I have had th

Re: [fossil-users] Maybe a bug in sync

2011-08-16 Thread Yujianbin
Hi Tomek, Maybe blocked by our Country or Enterprise firewall, I cannot access: http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg04867.html To observe sync --httptrace, I shutdown autosync. f_server.bat ---

Re: [fossil-users] Maybe a bug in sync

2011-08-16 Thread Tomek Kott
Perhaps someone with better experience at reading the httptrace options could chime in, since I'm not sure where the error is. Are there other debugging parameters available, either for the server or the sync function? For comparison, here are my http traces for the first sync. Notice, that I have

Re: [fossil-users] Maybe a bug in sync

2011-08-16 Thread Stephan Beal
2011/8/16 Yujianbin > vv repo delete ops.server > vv init ops.server > vv whoami --create Server > i'm not sure what you're trying to show us - vv is not fossil. Fossil has no whoami command. > vv serve --port 443 --public > nor does it have a serve command. D:\client>vv history > r

Re: [fossil-users] new winsrv command: which port does it use?

2011-08-16 Thread Thomas Schnurrenberger
On 15.08.2011 22:26, Jos Groot Lipman wrote: > > First I do a 'fossil ui' on an open checkout. This claims port 8080 (note: > it could also be any other program already using port 8080) > > Next I do a 'fossil winsrv create' and a 'fossil winsrv start' inside > *another* open checkout. This works f

Re: [fossil-users] new winsrv command: which port does it use?

2011-08-16 Thread Stephan Beal
On Tue, Aug 16, 2011 at 5:03 PM, Thomas Schnurrenberger wrote: > If this port (8080) is already used, the service fails silently. > To circumvent this problem either specify a different port when > you create the service (-p|--port option) or start the service > before you use the "interactive" 'f

Re: [fossil-users] new winsrv command: which port does it use?

2011-08-16 Thread Konstantin Khomoutov
On Tue, 16 Aug 2011 17:20:08 +0200 Stephan Beal wrote: > > If this port (8080) is already used, the service fails silently. > > To circumvent this problem either specify a different port when > > you create the service (-p|--port option) or start the service > > before you use the "interactive" '

[fossil-users] Soapbox: man, i love fossil...

2011-08-16 Thread Stephan Beal
Every now and then i'm using a tool which i just happen to use all the time, and suddenly it dawns on me how useful the tool really is, how much i rely on it, and how much i would miss it if it just disappeared today. Though i've been a power user since the early 1990's, i can count on one hand the

Re: [fossil-users] new winsrv command: which port does it use?

2011-08-16 Thread Thomas Schnurrenberger
On 16.08.2011 17:20, Stephan Beal wrote: > On Tue, Aug 16, 2011 at 5:03 PM, Thomas Schnurrenbergerwrote: > >> If this port (8080) is already used, the service fails silently. >> To circumvent this problem either specify a different port when >> you create the service (-p|--port option) or start the

Re: [fossil-users] new winsrv command: which port does it use?

2011-08-16 Thread Stephan Beal
On Tue, Aug 16, 2011 at 6:11 PM, Thomas Schnurrenberger wrote: > easily communicate with the logged in user, if any. If the service > would select the TCP port by himself, how to inform the user? LOL! How true. The moral of the story, it seems, is that sometimes features which seem to be dumb at

Re: [fossil-users] new winsrv command: which port does it use?

2011-08-16 Thread Jos Groot Lipman
-Original Message- >> If the service would select the TCP port by himself, how to inform the user? There is no way to 'push' a message but fossil winsrv show Could show it? ___ fossil-users mailing list fossil-users@lists.fossil-scm.org ht

Re: [fossil-users] new winsrv command: which port does it use?

2011-08-16 Thread Nathaniel R. Reindl
On 16 Aug 2011, at 11:31, Stephan Beal wrote: > On Tue, Aug 16, 2011 at 6:11 PM, Thomas Schnurrenberger > wrote: > >> easily communicate with the logged in user, if any. If the service >> would select the TCP port by himself, how to inform the user? > > > LOL! How true. The moral of the story, it

Re: [fossil-users] new winsrv command: which port does it use?

2011-08-16 Thread Stephan Beal
On Tue, Aug 16, 2011 at 7:01 PM, Nathaniel R. Reindl wrote: > This is analogous to configuring a service on a UNIX box and then having > to dig through the logging information to determine the root cause when > it fails to come up, no? :) _Almost_ analogous - in Unix we have grep /var/log/... at

[fossil-users] Invitation to connect on LinkedIn

2011-08-16 Thread Gary Thompson
I'd like to add you to my professional network on LinkedIn. - Gary Gary Thompson Dr at University of Leeds Wakefield, United Kingdom Confirm that you know Gary Thompson: https://www.linkedin.com/e/r2zy78-grf8w9vc-2g/isd/3879422215/ZOnRpwk4/ -- You are receiving Invitation to Connect emails. Cli

Re: [fossil-users] bug: extraordinarily slow rebuild

2011-08-16 Thread Christopher Vance
On Mon, Aug 15, 2011 at 9:47 PM, Richard Hipp wrote: > On Mon, Aug 15, 2011 at 1:54 AM, Christopher Vance > wrote: >> >> I'm using fossil 1.18 [d5bc072296] 2011-07-13 23:40:29 on MacOS (64 >> bits), OpenBSD (32 bits), and Linux (32 and 64 bits on different >> machines). I have a local clone of t

Re: [fossil-users] bug: extraordinarily slow rebuild

2011-08-16 Thread Gé Weijers
On Wed, 17 Aug 2011, Christopher Vance wrote: How about "fossil test-integrity"? fossil: checksum mismatch on blob rid=7657: da39a3ee5e6b4b0d3255bfef95601890afd80709 vs 76ce4c2d48d71c1c50113303fa40dbf1805bfad7 But I also notice that a fresh clone from www.fossil-scm.org on two different OSs

Re: [fossil-users] bug: extraordinarily slow rebuild

2011-08-16 Thread Richard Hipp
On Tue, Aug 16, 2011 at 4:52 PM, Christopher Vance wrote: > On Mon, Aug 15, 2011 at 9:47 PM, Richard Hipp wrote: > > How about "fossil test-integrity"? > > fossil: checksum mismatch on blob rid=7657: > da39a3ee5e6b4b0d3255bfef95601890afd80709 vs > 76ce4c2d48d71c1c50113303fa40dbf1805bfad7 > > But

Re: [fossil-users] Maybe a bug in sync

2011-08-16 Thread Yujianbin
Hi Stephan, That is another DVCS - Veracity(http://veracity-scm.com). Veracity has almost the same functions as Fossil. But it has not the defect of the function 'sync'. The scripts are under Veracity. Veracity has the executable file named 'vv.exe'. Best regards. Justin Yu #

Re: [fossil-users] Maybe a bug in sync

2011-08-16 Thread Yujianbin
Hi Stephan, That is another DVCS - Veracity(http://veracity-scm.com). Veracity has almost the same functions as Fossil. But it has not the defect of the function 'sync'. The scripts are under Veracity. Veracity has the executable file named 'vv.exe'. Best regards. Justin Yu #

Re: [fossil-users] Soapbox: man, i love fossil...

2011-08-16 Thread Ron Aaron
On 08/16/2011 06:48 PM, Stephan Beal wrote: > Every now and then i'm using a tool which i just happen to use all the > time ... Fossil, of course, is one of those. ... > Fossil, on the other hand, is (again, in my experience) as solid and > easy-to-use as it gets. And I would like to second Stepha