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

WC corruption?

From: Den Varaksin <d.varaksin_at_compassplus.ru>
Date: 2004-09-28 14:58:51 CEST

Hello!

I create new repository with 2 files:
test1.doc
test2.doc
In one working copy I modify test1.doc and test2.doc and commit them.
Then I try to update another WC.
For example test2.doc is open by MS Word (i.e. others can't replace it).
                                              
svn up
U test1.doc
U test2.doc
svn: In directory ''
svn: Can't move '.test2.doc.tmp' to 'test2.doc': Access is denied.

It's OK. I close MS Word and run svn up again:

svn up
svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks ...
svn cleanup
svn: In directory ''
svn: Can't copy '.svn/tmp/text-base/test1.doc.svn-base' to 'test1.doc.2.tmp': The system cannot find the file specified.

What should I do now (I don't want checkout WC or manually copy files to .svn/tmp/text-base)?

I use Subversion 1.1.0-rc1 (windows version).

Thanks
Den

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 28 14:59:35 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.