eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'CVSSourceCodeManager::CVSVersionInfo':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: CVSVersionInfo (private in CVSSourceCodeManager

This class is only visible from within CVSSourceCodeManager.

Inheritance:

   Object
   |
   +--VersionInfo
      |
      +--CVSSourceCodeManager::CVSVersionInfo

Package:
stx:libbasic3
Category:
System-SourceCodeManagement
Owner:
CVSSourceCodeManager

Description:


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.

copyright

COPYRIGHT (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.

Class protocol:

instance creation
o  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)


Instance protocol:

accessing
o  changedLinesInfo

o  changedLinesInfo: aString

o  repositoryPathName

o  repositoryPathName: something

o  timeZone

o  timeZone: something

o  timezone
(comment from inherited method)
Not known

o  timezone: something



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:32:04 GMT