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

Re: user decides what to use as file-compare

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-04-28 18:22:23 CEST

Dan Allen <dan@mojavelinux.com> writes:

> Do I think in the long run there should be a force that might break
> the repository, probably not. Is it necessary while this bug
> exists....it would be helpful.
>
> Client: 0.20.1
> Server: 0.20.1

Dan, this bug is unheard of. Nobody has ever seen it, or experienced
it, or can reproduce it. We're not interested in coming up with UI
workarounds; we're interested in figuring out what's happening to you,
because the problem you're experiencing is so incredibly, so
fundamentally broken. I can hardly believe it's happening to you.

Give us a step-by-step reproduction recipe that causes the bug for
you. Something like:

$ svnadmin create repos
$ svn co file://`pwd`/repos wc
$ cd wc
$ touch foo; svn add foo
$ svn commit -m "adding foo"
$ echo "blah" >> foo
$ svn commit -m "changing foo"
$ echo "blah2" >> foo
$ svn commit -m "changing foo again"

...or whatever.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 28 18:24:08 2003

This is an archived mail posted to the Subversion Dev mailing list.

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