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

svn_io_file_rename error during add

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

When doing an add operation using the Win2K cmd-line client and through
TSVN, I sometimes get this error. Props is a folder containing
approximately 1,000 files.

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'

I did another add
f:\data>cd Props
f:\data\Props>svn add Temp
[several files successfully added]

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>

Two closing tags for wc-entries. After manually editing the entries file to
remove the extra closing tag, I could successfully add more files.

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 01:33:42 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.