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

Working Copy Corruption

From: D.J. Heap <djheap_at_dhiprovo.com>
Date: 2003-03-18 21:13:59 CET

I searched for an existing issue, but did not see one -- updating a
subdirectory with the -N (no recurse) option seems to corrupt the parent
directory. The repository seems fine.

Steps to repro:

c:\Temp>svn co file://localhost/c:/apps/svn_repos/fti/MoveTest
A MoveTest/test
A MoveTest/test/blah.txt
A MoveTest/stdafx.h
A MoveTest/MoveTest.cpp
A MoveTest/MoveTest.vcproj
A MoveTest/stdafx.cpp
A MoveTest/ReadMe.txt
Checked out revision 3.

c:\Temp>svn up MoveTest/test -N
At revision 3.

The parent directory now seems to be hammered although the command has
executed without error messages...

c:\Temp>svn st MoveTest
? MoveTest/MoveTest.cpp
? MoveTest/MoveTest.vcproj
? MoveTest/ReadMe.txt
! MoveTest/blah.txt
? MoveTest/stdafx.cpp
? MoveTest/stdafx.h
? MoveTest/test

c:\Temp>svn up MoveTest
svn: The system cannot find the file specified.
svn: svn_io_copy_file: error copying
'MoveTest/.svn/text-base/blah.txt.svn-base' to
'MoveTest/.svn/tmp/text-base/blah.txt.svn-base.tmp'

Or, more specifically, the .svn administrative directory of the parent
directory has been hammered.

Can anyone else reproduce this?

Using Subversion 0.19.0 on WinXP.

Thanks!

DJ

**********************************************************************
This email and any files transmitted with it are confidential
and intended solely for the use of the individual or entity to
whom they are addressed. If you have received this email
in error please notify the system manager.

This footnote also confirms that this email message has been
swept by MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 18 21:14:54 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.