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

Re: svn hotcopy incremental overwrites existing revisions in backup

From: lumi <grigoriy.vasilchenko_at_gmail.com>
Date: Tue, 16 May 2017 12:02:38 -0700 (MST)

Isn't it a mistake in method of getting file size on deduplicated volume?
What I showed on screenshots is what Windows Explorer says. Other
applications shows only one size value, e.g. Powershell Get-ItemProperty
gets only actual size, no matter deduplicated volume or not, and this size
is always the same.
/PS C:\Users\Администратор.WIN-DBM2OE9OJ54> Get-ItemProperty -Path
D:\Repositories\Sandbox\db\revs\0\14

    Каталог: D:\Repositories\Sandbox\db\revs\0

Mode LastWriteTime Length Name
---- ------------- ------ ----
-a---l 16.03.2017 13:00 126748 14

PS C:\Users\Администратор.WIN-DBM2OE9OJ54> Get-ItemProperty -Path
Y:\RepositoriesBackup\Daily\Sandbox\db\revs\0\14

    Каталог: Y:\RepositoriesBackup\Daily\Sandbox\db\revs\0

Mode LastWriteTime Length Name
---- ------------- ------ ----
-a---- 16.05.2017 11:08 126748 14 /

The first one is deduplicated file on local drive, the second is hotcopied
file on WebDav Network drive.

--
View this message in context: http://subversion.1072662.n5.nabble.com/svn-hotcopy-incremental-overwrites-existing-revisions-in-backup-tp198977p198990.html
Sent from the Subversion Users mailing list archive at Nabble.com.
Received on 2017-05-16 21:02:43 CEST

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.