GETFILEINFO generates a structure with svn file methadata including revision, last modification date etc.
* Input:
* regular:
* fullFileName: char[1,] - full file name
*
* Output:
* SInfo: struct[1,1] - resulting file info
* isVersioned: logical[1,1] - indicates whether the specified file is
* versioned
*
* Example:
*
* SInfo=mxberry.dev.scm.subversion.getfileinfo('C:\MySVNWorkingCopy\myfile.m')
*
* returns
*
* SInfo=
*
* path: 'C:\MySVNWorkingCopy\myfile.m'
* name: 'myfile.m'
* workingCopyRootPath: 'MySVNWorkingCopy'
* uRL: [1x81 char]
* repositoryRoot: 'https://mysvnserveraddress.com'
* repositoryUUID: 'ad8adf1d-3c4f-4f16-b4fd-ec115ca36637'
* revision: '53'
* nodeKind: 'file'
* schedule: 'normal'
* lastChangedAuthor: 'dane'
* lastChangedRev: '53'
* lastChangedDate: [1x44 char]
* textLastUpdated: [1x44 char]
* checksum: 'd53792175d11aedff70c799ab925297ea55820bb'
*
- Author
- Peter Gagarinov, PhD pgaga.nosp@m.rino.nosp@m.v@gma.nosp@m.il.c.nosp@m.om,
- Copyright
- 2015-2016 Peter Gagarinov, PhD
2015 Moscow State University,
Faculty of Computational Mathematics and Computer Science,
System Analysis Department