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

Error with commit/update on win32 in 5740

From: John Barstow <John_Barstow_at_gfsg.co.nz>
Date: 2003-05-01 00:13:20 CEST

Repro steps on Win32:
svn create repos
svn co repos wc
touch wc\test
svn commit wc\test
svn co repos wc2
svn ren wc\test wc\test2
svn commit wc\test (you will get the error below)
svn up wc (no error)
svn up wc2 (you will get the error below, sans the post-commit line)
svn up wc2 (no error)

Here's the error message copied from an actual repos. Note the error is
caused by the text-base, not the file itself. I will not be able to test
with HEAD for a couple of days.

svn: Problem running log
svn: Error bumping revisions post-commit (details follow):
svn: in directory 'C:/source/main/GCASv2/Assemblies/GCAS.StaticTables.Test'
svn: start_handler: error processing command 'committed' in
'C:/source/main/GCASv2/Assemblies/GCAS.StaticTables.Test'
svn: Access is denied.
svn: svn_io_remove_file: failed to remove file
"C:/source/main/GCASv2/Assemblies/GCAS.StaticTables.Test/.svn/text-base/Stat
icTable.cs.svn-base"

John C Barstow

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 1 00:06: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.