You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Matt Doran <ma...@bigpond.com> on 2004/07/21 22:39:58 UTC

Re: {Filename?} 'Access Denied' caused when running 'blame' using

>
>> I've encountered an issue with the new blame implementation in 1.1 RC1.
>>
>> System:  Win2k SP4
>> SVN Ver: svn, version 1.1.0 (Release Candidate 1)  compiled Jul 19 2004,
>> 09:03:26
>>
>> If I perform a 'svn blame' on either a BDB or a FSFS repository using a
>> local (file://) repository I get the following error:
>>
>> svn: Can't open 'C:\DOCUME~1\doranma.000\LOCALS~1\Temp/tmp.tmp': Access
is
>> denied.
>>
>Could you try this patch, which should fix it. It closes a file earlier.

Thanks Peter, 
I haven't build SVN before and it will take me a little while to get it set
up (probably not until the weekend).   

Can someone else give this a try?  This batch file will perform the steps
that reproduce this issue

http://www.contactor.se/~dast/svn/archive-2004-07/att-0863/02-issue.bat

Thanks,
Matt


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Re: {Filename?} 'Access Denied' caused when running 'blame' using

Posted by "Peter N. Lundblad" <pe...@famlundblad.se>.
On Thu, 22 Jul 2004, D.J. Heap wrote:

> Peter N. Lundblad wrote:
>
> [snip]
>
> >>
> >
> > This is a win32 regression in 1.1 that I want to fix ASAP to get it onto
> > the branch. Wuld someone who have a win32 box available verify that the
> > bug is reproducable and fixed by the attached patch?
> >
> > Thanks,
> > //Peter
> >
>
> Yes, I can confirm that the repro script fails before the patch and
> succeeds after it.
>
Thank you very much. Checked in at r10390 and nominated for 1.1.

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Re: {Filename?} 'Access Denied' caused when running 'blame' using

Posted by "D.J. Heap" <dj...@shadyvale.net>.
Peter N. Lundblad wrote:

[snip]

>>
> 
> This is a win32 regression in 1.1 that I want to fix ASAP to get it onto
> the branch. Wuld someone who have a win32 box available verify that the
> bug is reproducable and fixed by the attached patch?
> 
> Thanks,
> //Peter
> 

Yes, I can confirm that the repro script fails before the patch and 
succeeds after it.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

[PATCH] Re: {Filename?} 'Access Denied' caused when running 'blame' using

Posted by "Peter N. Lundblad" <pe...@famlundblad.se>.
On Wed, 21 Jul 2004, Matt Doran wrote:

> >
> >> I've encountered an issue with the new blame implementation in 1.1 RC1.
> >>
> >> System:  Win2k SP4
> >> SVN Ver: svn, version 1.1.0 (Release Candidate 1)  compiled Jul 19 2004,
> >> 09:03:26
> >>
> >> If I perform a 'svn blame' on either a BDB or a FSFS repository using a
> >> local (file://) repository I get the following error:
> >>
> >> svn: Can't open 'C:\DOCUME~1\doranma.000\LOCALS~1\Temp/tmp.tmp': Access
> is
> >> denied.
> >>
> >Could you try this patch, which should fix it. It closes a file earlier.
>
> Can someone else give this a try?  This batch file will perform the steps
> that reproduce this issue
>
> http://www.contactor.se/~dast/svn/archive-2004-07/att-0863/02-issue.bat
>
This is a win32 regression in 1.1 that I want to fix ASAP to get it onto
the branch. Wuld someone who have a win32 box available verify that the
bug is reproducable and fixed by the attached patch?

Thanks,
//Peter