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

svn: File not found problem

From: <subversion_at_jujutsu.org.uk>
Date: 2004-08-02 18:35:00 CEST

We've come across a problem here: I hope someone can help us out:

Developer A has r 30 of a code base on his box.
Developer A then modifies some files in his working copy

Developer B deletes those files from subversion: svn remove foo.c

Developer A then tries to commit his changes:
svn status shows the file as modified (M)
svn commit fails, reporting file not found.

We've tried:
svn update -r30 // last version with the file in
svn commit

&
svn update
svn commit

Both of which fail with the same error.

Is there a way of getting this modified file back into subversion
without having to blow away its history and add it again?

-- 
Giles
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 2 18:36:18 2004

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.