SVN__RevisionDate.st
author Claus Gittinger <cg@exept.de>
Fri, 18 Nov 2016 16:14:26 +0100
changeset 1180 92753f6cc822
parent 1173 f38df5f426de
permissions -rw-r--r--
#REFACTORING by cg class: SVNSourceCodeManager SVNVersionInfo is private
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
760
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
     1
"
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
     2
 Copyright (c) 2007-2010 Jan Vrany
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
     3
 Copyright (c) 2009-2010 eXept Software AG
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
     4
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
     5
 Permission is hereby granted, free of charge, to any person
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
     6
 obtaining a copy of this software and associated documentation
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
     7
 files (the 'Software'), to deal in the Software without
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
     8
 restriction, including without limitation the rights to use,
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
     9
 copy, modify, merge, publish, distribute, sublicense, and/or sell
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    10
 copies of the Software, and to permit persons to whom the
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    11
 Software is furnished to do so, subject to the following
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    12
 conditions:
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    13
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    14
 The above copyright notice and this permission notice shall be
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    15
 included in all copies or substantial portions of the Software.
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    16
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    17
 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    18
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    19
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    20
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    21
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    22
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    23
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    24
 OTHER DEALINGS IN THE SOFTWARE.
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    25
"
437
5a0198a958bf *** empty log message ***
fm
parents: 288
diff changeset
    26
"{ Package: 'stx:libsvn' }"
84
a2fa43995674 initial checkin
fm
parents:
diff changeset
    27
a2fa43995674 initial checkin
fm
parents:
diff changeset
    28
"{ NameSpace: SVN }"
a2fa43995674 initial checkin
fm
parents:
diff changeset
    29
a2fa43995674 initial checkin
fm
parents:
diff changeset
    30
Revision subclass:#RevisionDate
a2fa43995674 initial checkin
fm
parents:
diff changeset
    31
	instanceVariableNames:'date'
a2fa43995674 initial checkin
fm
parents:
diff changeset
    32
	classVariableNames:''
a2fa43995674 initial checkin
fm
parents:
diff changeset
    33
	poolDictionaries:''
a2fa43995674 initial checkin
fm
parents:
diff changeset
    34
	category:'SVN-Core'
a2fa43995674 initial checkin
fm
parents:
diff changeset
    35
!
a2fa43995674 initial checkin
fm
parents:
diff changeset
    36
760
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    37
!RevisionDate class methodsFor:'documentation'!
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    38
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    39
copyright
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    40
"
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    41
 Copyright (c) 2007-2010 Jan Vrany
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    42
 Copyright (c) 2009-2010 eXept Software AG
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    43
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    44
 Permission is hereby granted, free of charge, to any person
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    45
 obtaining a copy of this software and associated documentation
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    46
 files (the 'Software'), to deal in the Software without
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    47
 restriction, including without limitation the rights to use,
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    48
 copy, modify, merge, publish, distribute, sublicense, and/or sell
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    49
 copies of the Software, and to permit persons to whom the
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    50
 Software is furnished to do so, subject to the following
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    51
 conditions:
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    52
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    53
 The above copyright notice and this permission notice shall be
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    54
 included in all copies or substantial portions of the Software.
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    55
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    56
 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    57
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    58
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    59
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    60
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    61
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    62
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    63
 OTHER DEALINGS IN THE SOFTWARE.
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    64
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    65
"
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    66
! !
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    67
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    68
!RevisionDate class methodsFor:'others'!
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    69
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    70
version_CVS
911
9545e09231ee checkin to get version methods correct
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 760
diff changeset
    71
    ^ '$Header$'
760
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    72
! !
84
a2fa43995674 initial checkin
fm
parents:
diff changeset
    73
a2fa43995674 initial checkin
fm
parents:
diff changeset
    74
!RevisionDate methodsFor:'accessing'!
a2fa43995674 initial checkin
fm
parents:
diff changeset
    75
a2fa43995674 initial checkin
fm
parents:
diff changeset
    76
date
a2fa43995674 initial checkin
fm
parents:
diff changeset
    77
    ^ date
a2fa43995674 initial checkin
fm
parents:
diff changeset
    78
a2fa43995674 initial checkin
fm
parents:
diff changeset
    79
    "Created: / 15-03-2008 / 23:21:24 / janfrog"
a2fa43995674 initial checkin
fm
parents:
diff changeset
    80
!
a2fa43995674 initial checkin
fm
parents:
diff changeset
    81
a2fa43995674 initial checkin
fm
parents:
diff changeset
    82
date:something
a2fa43995674 initial checkin
fm
parents:
diff changeset
    83
    date := something.
a2fa43995674 initial checkin
fm
parents:
diff changeset
    84
a2fa43995674 initial checkin
fm
parents:
diff changeset
    85
    "Created: / 15-03-2008 / 23:21:24 / janfrog"
a2fa43995674 initial checkin
fm
parents:
diff changeset
    86
! !
a2fa43995674 initial checkin
fm
parents:
diff changeset
    87
a2fa43995674 initial checkin
fm
parents:
diff changeset
    88
!RevisionDate methodsFor:'printing & storing'!
a2fa43995674 initial checkin
fm
parents:
diff changeset
    89
a2fa43995674 initial checkin
fm
parents:
diff changeset
    90
printOn:aStream
1173
f38df5f426de #OTHER by mawalch
mawalch
parents: 911
diff changeset
    91
    "append a printed representation of the receiver to the argument, aStream"
84
a2fa43995674 initial checkin
fm
parents:
diff changeset
    92
1173
f38df5f426de #OTHER by mawalch
mawalch
parents: 911
diff changeset
    93
    aStream
760
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    94
        nextPut:${;
84
a2fa43995674 initial checkin
fm
parents:
diff changeset
    95
        nextPutAll:date printString;
760
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    96
        nextPut:$}
84
a2fa43995674 initial checkin
fm
parents:
diff changeset
    97
a2fa43995674 initial checkin
fm
parents:
diff changeset
    98
    "Created: / 15-03-2008 / 23:23:23 / janfrog"
760
20082043b919 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 437
diff changeset
    99
    "Modified: / 02-01-2010 / 12:14:10 / Jan Vrany <jan.vrany@fit.cvut.cz>"
84
a2fa43995674 initial checkin
fm
parents:
diff changeset
   100
! !
a2fa43995674 initial checkin
fm
parents:
diff changeset
   101
a2fa43995674 initial checkin
fm
parents:
diff changeset
   102
!RevisionDate class methodsFor:'documentation'!
a2fa43995674 initial checkin
fm
parents:
diff changeset
   103
a2fa43995674 initial checkin
fm
parents:
diff changeset
   104
version
911
9545e09231ee checkin to get version methods correct
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 760
diff changeset
   105
    ^ '$Header$'
140
34040d6bd5a6 changed: #version_SVN
fm
parents: 84
diff changeset
   106
!
34040d6bd5a6 changed: #version_SVN
fm
parents: 84
diff changeset
   107
34040d6bd5a6 changed: #version_SVN
fm
parents: 84
diff changeset
   108
version_SVN
1173
f38df5f426de #OTHER by mawalch
mawalch
parents: 911
diff changeset
   109
    ^ '$Id$'
84
a2fa43995674 initial checkin
fm
parents:
diff changeset
   110
! !
1173
f38df5f426de #OTHER by mawalch
mawalch
parents: 911
diff changeset
   111