|
Class: CVSVersionInfo (private in CVSSourceCodeManager
This class is only visible from within
CVSSourceCodeManager.
Object
|
+--VersionInfo
|
+--CVSSourceCodeManager::CVSVersionInfo
- Package:
- stx:libbasic3
- Category:
- System-SourceCodeManagement
- Owner:
- CVSSourceCodeManager
In ancient times, Class used to return a Dictionary when asked for versionInfo.
This has been replaced by instances of VersionInfo and subclasses.
CVSVersionInfo adds some CVS specific data.
copyrightCOPYRIGHT (c) 2009 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
instance creation
-
fromRCSString: aString
-
I know how to parse RCS/CVS version id strings.
Return an instance filled with revision info which is
extracted from aString. This must be in RCS/CVS format.
Usage example(s):
CVSVersionInfo fromRCSString:('$' , 'Revision: 1.122 $')
CVSVersionInfo fromRCSString:(CVSSourceCodeManager version)
CVSVersionInfo fromRCSString:(SVNSourceCodeManager version_CVS)
|
accessing
-
changedLinesInfo
-
-
changedLinesInfo: aString
-
-
repositoryPathName
-
-
repositoryPathName: something
-
-
timeZone
-
-
timeZone: something
-
-
timezone
-
(comment from inherited method)
Not known
-
timezone: something
-
|