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

Re: svn_io_file_rename error during add

From: Steve Williams <stevewilliams_at_kromestudios.com>
Date: 2003-07-18 02:32:10 CEST

>> f:\data>svn add Props
>> [a couple of hundred files added]
>> svn: Access is denied.
>> svn: svn_io_file_rename: can't move 'Props/.svn/tmp/entries' to
>> 'Props/.svn/entries'
>
> Looks like more evidence of a Windows filesystem race. Did this leave
> the working copy locked? Did you run 'svn cleanup'?

No, I didn't think of running 'svn cleanup'.

>> I did another add
>> f:\data>cd Props
>> f:\data\Props>svn add Temp
>> [several files successfully added]
>
> Is Temp a file or a folder?

A folder containing several files.

>> Now I add one file
>> f:\data\Props>svn add P_Basket.tga
>> svn: XML data was not well-formed
>> svn: read_entries: xml parser failed ().
>> svn: not well-formed (invalid token) at line 1376
>>
>> The entries file is contains this at the end
>>
>> <entry
>> name="P003_00s.cgr"
>> kind="file"
>> schedule="add"/>
>> </wc-entries>
>>
>> </wc-entries>
>
> As you probably guessed, that's not supposed to happen. Did you run
> any other Subversion commands between the 'svn add Temp' and the 'svn
> add P_Basket.tga'?

No other SVN commands were issued between those two commands.

This is an intermittent issue. I reverted the whole Props folder tree and
the 'svn add Props' command worked fine after that.

Sly

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 18 02:33:07 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.