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

Bug: Windows Server 2012 NTFS Deduplication, Special Status has Changed

From: Josh Rowe <Joshua.Rowe_at_microsoft.com>
Date: Fri, 19 Oct 2012 02:41:18 +0000

I didn't see this reported in the bug database, nor did a casual web search turn this up:

When de-duplication is enabled on a Windows Server 2012 NTFS volume, the de-duplication engine replaces files that contain duplicate data with reparse points. Subversion then reports that those files have unexpectedly changed special status. For example:

PS I:\temp\packages-2> svn commit
svn: E145001: Commit failed (details follow):
svn: E145001: Entry 'I:\temp\packages-2\Roslyn.Compilers.VisualBasic.1.2.20906.2\lib\net45\Roslyn.Compilers.VisualBasic.dll' has unexpectedly changed special status

Once the files have been deduplicated, the workaround is to disable deduplication on a folder, then copy the versioned controlled directory to the new location.

Repro steps:

Enable deduplication on a Win2012 NTFS volume.
Check out two copies of a repository onto the deduplicated volume.
Wait for deduplication to occur, or force it to happen.
Make a change to one copy of the repository.
Attempt to commit with "svn commit".

Jmr
Received on 2012-10-19 08:46:04 CEST

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.