SVN__RevisionBase.st
author Merge Script
Sat, 19 Nov 2016 06:53:11 +0100
branchjv
changeset 1182 38600a7a9203
parent 1162 6558c17e1a7f
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1162
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
     1
"
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
     2
 Copyright (c) 2007-2010 Jan Vrany
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
     3
 Copyright (c) 2009-2010 eXept Software AG
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
     4
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
     5
 Permission is hereby granted, free of charge, to any person
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
     6
 obtaining a copy of this software and associated documentation
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
     7
 files (the 'Software'), to deal in the Software without
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
     8
 restriction, including without limitation the rights to use,
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
     9
 copy, modify, merge, publish, distribute, sublicense, and/or sell
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    10
 copies of the Software, and to permit persons to whom the
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    11
 Software is furnished to do so, subject to the following
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    12
 conditions:
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    13
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    14
 The above copyright notice and this permission notice shall be
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    15
 included in all copies or substantial portions of the Software.
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    16
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    17
 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    18
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    19
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    20
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    21
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    22
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    23
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    24
 OTHER DEALINGS IN THE SOFTWARE.
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    25
"
1025
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    26
"{ Package: 'stx:libsvn' }"
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    27
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    28
"{ NameSpace: SVN }"
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    29
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    30
Revision subclass:#RevisionBase
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    31
	instanceVariableNames:''
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    32
	classVariableNames:''
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    33
	poolDictionaries:''
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    34
	category:'SVN-Core'
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    35
!
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    36
1162
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    37
!RevisionBase class methodsFor:'documentation'!
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    38
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    39
copyright
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    40
"
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    41
 Copyright (c) 2007-2010 Jan Vrany
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    42
 Copyright (c) 2009-2010 eXept Software AG
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    43
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    44
 Permission is hereby granted, free of charge, to any person
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    45
 obtaining a copy of this software and associated documentation
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    46
 files (the 'Software'), to deal in the Software without
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    47
 restriction, including without limitation the rights to use,
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    48
 copy, modify, merge, publish, distribute, sublicense, and/or sell
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    49
 copies of the Software, and to permit persons to whom the
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    50
 Software is furnished to do so, subject to the following
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    51
 conditions:
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    52
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    53
 The above copyright notice and this permission notice shall be
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    54
 included in all copies or substantial portions of the Software.
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    55
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    56
 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    57
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    58
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    59
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    60
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    61
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    62
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    63
 OTHER DEALINGS IN THE SOFTWARE.
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    64
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    65
"
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    66
! !
1025
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    67
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    68
!RevisionBase methodsFor:'printing & storing'!
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    69
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    70
printOn:aStream
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    71
    aStream nextPutAll: 'BASE'
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    72
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    73
    "Modified: / 10-02-2012 / 09:53:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    74
! !
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    75
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    76
!RevisionBase class methodsFor:'documentation'!
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    77
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    78
version
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    79
    ^ '$Header$'
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    80
!
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    81
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    82
version_CVS
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    83
    ^ '$Header$'
c123c8d1321a initial checkin
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    84
! !
1162
6558c17e1a7f Fixed for use with SVN 1.7+
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1025
diff changeset
    85