[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-07-18 02:22:06 CEST

"Steve Williams" <stevewilliams@kromestudios.com> writes:

> 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'?

> 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?

> 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'?

-- 
Philip Martin
---------------------------------------------------------------------
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:23:15 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.