[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: BUG Commit within samba-network dir

From: Ben Voigt <richardvoigt_at_gmail.com>
Date: Mon, 25 Aug 2008 16:47:02 -0700 (PDT)

On Aug 25, 11:02 pm, hsm <m..._at_arch-m.de> wrote:
> On Aug 24, 8:36 pm, Stefan Küng <tortoise..._at_gmail.com> wrote:
>
> > caveman99 wrote:
> > > Hi,
>
> > I really suggest that all those who have problems on a SAMBA share start
> > reporting this to the SAMBA guys. It's completely useless to complain
> > here since it's clearly a problem with SAMBA.
>
> > Stefan
>
> Hi Stefan,
>
> I do not understand this. I worked with a SAMBA-share until 1.5 and
> there
> was no problem. Now we have 1.5 an SAMBA was not changed and there is
> a
> problem. In my mind it is a tortoise-problem.
>
> hsm

Still Stefan is probably correct. You are victim of the erroneous
belief that limited testing proves the absence of bugs.

For example:

int abs(x) { return x * x; } // squaring always makes it positive

assert(abs(-1) == 1); // PASS
assert(abs(0) == 0); // PASS
assert(abs(1) == 1); // PASS

So far, everything is ok. The abs function performs correctly in
these limited tests.

Now there is another program that calls abs(-5) and this program
crashes when used in combination with the above definition of abs.

Where is the bug?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-08-26 01:50:05 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.