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

Re: r15703

From: steveking <steveking_at_gmx.ch>
Date: 2005-08-16 22:33:37 CEST

Peter N. Lundblad wrote:
> Hi,
>
> I wanted to push 1.2.3 a little bit in the right direction by voting on
> r15703, but I wanted to verify that it does what it says (I can see that
> it avoids accessing an array out-of-bounds). But I've not been able to
> reproduce the problem with 1.2.x on Linux. I checked out a part of the
> tsvn repo from tigris.org and tried to lock a file. I got three
> username/password queries, but then it didn't crash. Does anyone have a
> complete recipe?

The recipe is:
$ svn lock file
with client 1.2.1 up to 1.2.2 (and HEAD) can crash if
- the lock is done to a http server 1.1.1 (like tigris.org)
   (seems that it has to be tigris.org, because they use a custom auth
module)
- the user has the auth data cached on disk
   (just cache username/password on checkout)
- no --username and/or --password is given on the command line

You can find the mail thread with the subject "1.2.2 is not ready [was:
Re: svn 1.2.2 tarballs are up for testing/voting]"

http://svn.haxx.se/dev/archive-2005-08/0471.shtml

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 16 22:42:55 2005

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.