Hi all;

We have been using v1.6.17 as a rudimentary change monitoring system for
certain Windows server config files, for a few years now (a nightly
script emails the output of `svn status` if not empty).  I have been
looking at the possibility of upgrading this to v1.7.8 (the first 1.7.x
release I have tried), but it appears that committing now requires the
'WriteAttributes' permission on each file.  It did not in v1.6.17.

Granting the WriteAttributes permission just for this purpose is
awkward, at best (particularly given that many of the files I am
monitoring are owned by the abominable 'NT SERVICE\TrustedInstaller'
account).

In any case, if I do actually take ownership and grant this permission
to the file, svn.exe appears to try to change the file creation date to
01/01/1601 and set the 'N' attribute (which appears to stand for 'Not
indexed').  Why does it need to do this in v1.7.8 but not v1.6.17?  Is
it an oversight, or part of some new operation I am not aware of? 
Surely the act of committing shouldn't /change/ the file it is
committing, should it?

A good working example (on Windows Server 2008 R2, if you have
Microsoft.NET v3.5 installed) is at
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default.
 This file is owned by TrustedInstaller, with Administrators having
Read/Execute only.  In v1.6.17, `svn commit` will succeed but, in
v1.7.8, `svn commit` will throw `Cannot set file ... read-write: Access
is denied`.

I have attached Procmon64 exports showing the commit operation on this
file in v1.6.17 (svn1617.csv), v1.7.8 with the normal permissions
(svn178_restricted.csv) and once again after I had granted
WriteAttributes to the file (svn178_allowed.csv).  

The pertinent entries from above (transposed for easier reading) are
below:

-- from svn178_restricted.csv -----------------------------
Time            = 12:25:19.3938787
Process Name    = svn.exe    
PID             = 292    
Operation       = CreateFile    
Path            =
C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default 
Result          = ACCESS DENIED    
Detail          = Desired Access: Write Attributes, Synchronize, 
                  Disposition: Open, 
                  Options: Synchronous IO Non-Alert, Open Reparse Point, 
                  Attributes: n/a, 
                  ShareMode: Read, Write, Delete, 
                  AllocationSize: n/a

-- from svn178_allowed.csv -----------------------------
Time         = 13:02:26.6088387
Process Name = svn.exe
PID          = 384
Operation    = SetBasicInformationFile
Path         =
C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default
Result       = SUCCESS
Detail       = CreationTime: 01/01/1601 00:00:00, 
               LastAccessTime: 01/01/1601 00:00:00, 
               LastWriteTime: 01/01/1601 00:00:00, 
               ChangeTime: 01/01/1601 00:00:00, 
               FileAttributes: AN

The condensed results of `svn --version` from both versions are as
follows:

svn, version 1.6.17-SlikSvn-tag-1.6.17@1130898-X64 (SlikSvn/1.6.17) X64
   compiled Jun  3 2011, 07:48:11
Copyright (C) 2000-2009...
The following repository access (RA) modules are available: ra_neon,
ra_svn, ra_local, ra_serf

svn, version 1.7.8-SlikSvn-1.7.8-X64 (SlikSvn/1.7.8) X64 
  compiled Jan 11 2013, 16:31:23
Copyright (C) 2012...
The following repository access (RA) modules are available: ra_neon,
ra_svn, ra_local, ra_serf

Can anyone shed some light on this?

Regards
J
"Time of Day","Process Name","PID","Operation","Path","Result","Detail"
"13:02:25.8023178","svn.exe","384","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"13:02:25.8023387","svn.exe","384","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 13:02:03, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"13:02:25.8023506","svn.exe","384","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"13:02:25.8104473","svn.exe","384","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"13:02:25.8104649","svn.exe","384","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 13:02:03, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"13:02:25.8104764","svn.exe","384","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"13:02:25.8109219","svn.exe","384","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"13:02:25.8109388","svn.exe","384","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 13:02:03, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"13:02:25.8109498","svn.exe","384","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"13:02:26.0111768","svn.exe","384","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"13:02:26.0111961","svn.exe","384","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 13:02:03, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"13:02:26.0112084","svn.exe","384","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"13:02:26.1365969","svn.exe","384","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"13:02:26.1366154","svn.exe","384","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 13:02:03, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"13:02:26.1366273","svn.exe","384","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"13:02:26.1370999","svn.exe","384","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a, OpenResult: Opened"
"13:02:26.1385735","svn.exe","384","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Offset: 0, Length: 4,096, Priority: Normal"
"13:02:26.1385932","svn.exe","384","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Offset: 4,096, Length: 4,096"
"13:02:26.1386055","svn.exe","384","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Offset: 8,192, Length: 4,096"
"13:02:26.1386166","svn.exe","384","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Offset: 12,288, Length: 4,096"
"13:02:26.1386273","svn.exe","384","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Offset: 16,384, Length: 3,673"
"13:02:26.1386384","svn.exe","384","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","END OF FILE","Offset: 20,057, Length: 4,096"
"13:02:26.1386474","svn.exe","384","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","END OF FILE","Offset: 20,057, Length: 4,096"
"13:02:26.1389594","svn.exe","384","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","END OF FILE","Offset: 20,057, Length: 4,096"
"13:02:26.1403587","svn.exe","384","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"13:02:26.4352417","svn.exe","384","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"13:02:26.4352643","svn.exe","384","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 13:02:03, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"13:02:26.4352766","svn.exe","384","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"13:02:26.6071303","svn.exe","384","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"13:02:26.6071512","svn.exe","384","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 13:02:03, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"13:02:26.6071639","svn.exe","384","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"13:02:26.6087184","svn.exe","384","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"13:02:26.6087369","svn.exe","384","QueryBasicInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 13:02:03, FileAttributes: A"
"13:02:26.6087488","svn.exe","384","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"13:02:26.6088186","svn.exe","384","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Write Attributes, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"13:02:26.6088387","svn.exe","384","SetBasicInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 01/01/1601 00:00:00, LastAccessTime: 01/01/1601 00:00:00, LastWriteTime: 01/01/1601 00:00:00, ChangeTime: 01/01/1601 00:00:00, FileAttributes: AN"
"13:02:26.6088757","svn.exe","384","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"13:02:26.6089964","svn.exe","384","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"13:02:26.6090136","svn.exe","384","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 13:02:26, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"13:02:26.6090251","svn.exe","384","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"Time of Day","Process Name","PID","Operation","Path","Result","Detail"
"12:25:18.5959475","svn.exe","292","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:25:18.5959677","svn.exe","292","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 12:05:53, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"12:25:18.5959792","svn.exe","292","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:25:18.6053047","svn.exe","292","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:25:18.6053232","svn.exe","292","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 12:05:53, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"12:25:18.6053367","svn.exe","292","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:25:18.6057839","svn.exe","292","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:25:18.6058011","svn.exe","292","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 12:05:53, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"12:25:18.6058126","svn.exe","292","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:25:18.8005772","svn.exe","292","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:25:18.8005973","svn.exe","292","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 12:05:53, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"12:25:18.8006092","svn.exe","292","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:25:18.8407888","svn.exe","292","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:25:18.8408073","svn.exe","292","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 12:05:53, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"12:25:18.8408192","svn.exe","292","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:25:18.8412885","svn.exe","292","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a, OpenResult: Opened"
"12:25:18.8431550","svn.exe","292","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Offset: 0, Length: 4,096, Priority: Normal"
"12:25:18.8431755","svn.exe","292","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Offset: 4,096, Length: 4,096"
"12:25:18.8431899","svn.exe","292","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Offset: 8,192, Length: 4,096"
"12:25:18.8432026","svn.exe","292","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Offset: 12,288, Length: 4,096"
"12:25:18.8432153","svn.exe","292","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Offset: 16,384, Length: 3,673"
"12:25:18.8432268","svn.exe","292","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","END OF FILE","Offset: 20,057, Length: 4,096"
"12:25:18.8432358","svn.exe","292","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","END OF FILE","Offset: 20,057, Length: 4,096"
"12:25:18.8435697","svn.exe","292","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","END OF FILE","Offset: 20,057, Length: 4,096"
"12:25:18.8450042","svn.exe","292","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:25:19.2234345","svn.exe","292","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:25:19.2234547","svn.exe","292","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 12:05:53, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"12:25:19.2234662","svn.exe","292","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:25:19.3922006","svn.exe","292","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:25:19.3922204","svn.exe","292","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 12:05:53, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"12:25:19.3922331","svn.exe","292","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:25:19.3937789","svn.exe","292","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:25:19.3937970","svn.exe","292","QueryBasicInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 12:05:53, FileAttributes: A"
"12:25:19.3938089","svn.exe","292","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:25:19.3938787","svn.exe","292","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","ACCESS DENIED","Desired Access: Write Attributes, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a"
"Time of Day","Process Name","PID","Operation","Path","Result","Detail"
"12:11:36.5446200","svn.exe","4268","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:11:36.5446384","svn.exe","4268","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 12:05:53, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"12:11:36.5446487","svn.exe","4268","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:11:36.5447645","svn.exe","4268","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:11:36.5447809","svn.exe","4268","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 12:05:53, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"12:11:36.5447916","svn.exe","4268","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:11:36.5448589","svn.exe","4268","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:11:36.5448790","svn.exe","4268","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Offset: 0, Length: 1,024, Priority: Normal"
"12:11:36.5448983","svn.exe","4268","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:11:36.5450022","svn.exe","4268","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:11:36.5450190","svn.exe","4268","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 12:05:53, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"12:11:36.5450293","svn.exe","4268","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:11:36.5451414","svn.exe","4268","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:11:36.5451582","svn.exe","4268","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 12:05:53, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"12:11:36.5451689","svn.exe","4268","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:11:36.6313411","svn.exe","5108","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:11:36.6313608","svn.exe","5108","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 12:05:53, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"12:11:36.6313727","svn.exe","5108","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:11:39.2692679","svn.exe","4668","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:11:39.2692852","svn.exe","4668","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 12:05:53, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"12:11:39.2692955","svn.exe","4668","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:11:39.2694096","svn.exe","4668","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:11:39.2694252","svn.exe","4668","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 12:05:53, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"12:11:39.2694355","svn.exe","4668","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:11:39.3802738","svn.exe","4668","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:11:39.3812522","svn.exe","4668","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Offset: 0, Length: 4,096, Priority: Normal"
"12:11:39.3812723","svn.exe","4668","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Offset: 4,096, Length: 4,096"
"12:11:39.3812846","svn.exe","4668","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Offset: 8,192, Length: 4,096"
"12:11:39.3812961","svn.exe","4668","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Offset: 12,288, Length: 4,096"
"12:11:39.3813068","svn.exe","4668","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Offset: 16,384, Length: 3,673"
"12:11:39.3813179","svn.exe","4668","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","END OF FILE","Offset: 20,057, Length: 4,096"
"12:11:39.3813269","svn.exe","4668","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","END OF FILE","Offset: 20,057, Length: 4,096"
"12:11:39.3815236","svn.exe","4668","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","END OF FILE","Offset: 20,057, Length: 4,096"
"12:11:39.3829122","svn.exe","4668","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:11:39.6491887","svn.exe","4668","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:11:39.6492080","svn.exe","4668","QueryNetworkOpenInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 12:05:53, AllocationSize: 01/01/1601 00:00:00, EndOfFile: 01/01/1601 00:00:00, FileAttributes: A"
"12:11:39.6492199","svn.exe","4668","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:11:39.6496818","svn.exe","4668","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Read Attributes, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:11:39.6497039","svn.exe","4668","QueryInformationVolume","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","BUFFER OVERFLOW","VolumeCreationTime: 19/02/2013 19:27:24, VolumeSerialNumber: 8025-A8AA, SupportsObjects: True, VolumeLabel: SYSŕ"
"12:11:39.6497171","svn.exe","4668","QueryAllInformationFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","BUFFER OVERFLOW","CreationTime: 13/07/2009 20:46:44, LastAccessTime: 13/07/2009 20:46:44, LastWriteTime: 10/06/2009 21:22:49, ChangeTime: 27/02/2013 12:05:53, FileAttributes: A, AllocationSize: 20,480, EndOfFile: 20,057, NumberOfLinks: 2, DeletePending: False, Directory: False, IndexNumber: 0x10000000048a1, EaSize: 0, Access: Read Attributes, Synchronize, Position: 0, Mode: Synchronous IO Non-Alert, AlignmentRequirement: Long"
"12:11:39.6497323","svn.exe","4668","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""
"12:11:39.6498702","svn.exe","4668","CreateFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened"
"12:11:39.6499359","svn.exe","4668","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Offset: 0, Length: 16,384, Priority: Normal"
"12:11:39.6500599","svn.exe","4668","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS","Offset: 16,384, Length: 3,673"
"12:11:39.6500722","svn.exe","4668","ReadFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","END OF FILE","Offset: 20,057, Length: 12,711"
"12:11:39.6501634","svn.exe","4668","CloseFile","C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config.default","SUCCESS",""

Reply via email to