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

Re: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Thu, 16 Feb 2012 15:28:42 -0500

Alexey,

We ask that folks send questions, concerns, and potential bug reports to
users_at_subversion.apache.org. (I've taken the liberty of dropping dev@ and
adding users@ to the distribution list of this response so that follow-ups
go to the right place.)

I wasn't able to easily reproduce this using Linux and a trunk version of
the codebase. (I know that's two strikes against me in terms of trying to
match your scenario. My 1.7 client build is horked at the moment, though.)
One thing that comes to mind with the situation you are seeing is the
possibility that an anti-virus software could be actively scanning the
temporary files that Subversion creates and, in doing so, blocking access to
those files from Subversion. Most modern anti-virus software packages offer
a "snooze" feature of sorts -- you might try temporarily disabling your AV
package and re-trying the checkout. If all goes well, consider adding your
checkout area to the AV package's list of excluded scan directories.

Good luck.

On 02/16/2012 12:27 PM, Alexey 0 Moudrick wrote:
> Hello, dev,
>
> I've encountered an issue with *svn copy* command.
> I report it here because I did not find a way to report in in the issue
> tracker <http://subversion.tigris.org/issues/reports.cgi>.
> It cannot copy a directory by its url to local working copy if the
> directory contains valid svn:external property.
> Instead of correct copying, it shows error like this:
>
> *svn: E720005: Can't move* 'C:\t\wc\.svn\tmp\svn-8ED6923C' to
> 'C:\t\wc\externals-container-copy': *Access is denied.*
>
> The *repro.bat* composed according to recommendations
> <http://subversion.apache.org/docs/community-guide/issues.html> is
> attached (please rename it to repro.bat).
>
> *operating systems* where I tested:
>
> *Windows 7 Professional* x86-32bit SP1 Microsoft Windows [Version 6.1.7601]
> *Windows Server 2008 R2* Standard x64-64bit SP1 Standard Microsoft Windows
> [Version 6.1.7601]
>
> *svn versions* where I tested:
>
> svn, version *1.7.2* (r1207936)
> compiled Nov 30 2011, 02:05:23
>
> svn, version *1.7.1* (r1186859)
> compiled Oct 28 2011, 13:40:58
>
> Additionaly, this makes svncopy.pl
> <http://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/svncopy>
> contribution script fail on this error.
>
> Full output of repro.bat:
>
> C:\t>*repro.bat*
> Base url for repo: file:///C:/t/repos
> Making a tree for import...
> Importing it...
> Checking out working copy..
> *Creating valid svn:externals property...*
> property 'svn:externals' set on 'wc\externals-container'
> Sending wc\externals-container
>
> Committed revision 2.
> *Copying externals container from URL to WC*
> U wc\externals-container-copy
>
> Fetching external item into 'wc\externals-container-copy\ext1':
> Checked out external at revision 2.
>
>
> Fetching external item into 'wc\externals-container-copy\ext2':
> Checked out external at revision 2.
>
> Checked out revision 2.
> *svn: E720005: Can't move 'C:\t\wc\.svn\tmp\svn-169DB674' to
> 'C:\t\wc\externals-container-copy': Access is denied.*
> *
> *
> --
> ----
> Best Regards
> Alexey 0 Moudrick
> =================

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2012-02-16 21:29:21 CET

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

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