SVN__WCActionNone.st
author convert-repo
Tue, 09 Aug 2016 03:35:30 +0000
changeset 1178 3a6dad9479fd
parent 907 65dd9c9e6685
permissions -rw-r--r--
update tags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
693
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
     1
"
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
     2
 Copyright (c) 2007-2010 Jan Vrany
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
     3
 Copyright (c) 2009-2010 eXept Software AG
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
     4
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
     5
 Permission is hereby granted, free of charge, to any person
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
     6
 obtaining a copy of this software and associated documentation
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
     7
 files (the 'Software'), to deal in the Software without
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
     8
 restriction, including without limitation the rights to use,
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
     9
 copy, modify, merge, publish, distribute, sublicense, and/or sell
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    10
 copies of the Software, and to permit persons to whom the
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    11
 Software is furnished to do so, subject to the following
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    12
 conditions:
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    13
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    14
 The above copyright notice and this permission notice shall be
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    15
 included in all copies or substantial portions of the Software.
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    16
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    17
 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    18
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    19
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    20
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    21
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    22
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    23
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    24
 OTHER DEALINGS IN THE SOFTWARE.
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    25
"
472
b01587a9008f *** empty log message ***
fm
parents: 317
diff changeset
    26
"{ Package: 'stx:libsvn' }"
75
f1792c263b24 initial checkin
fm
parents:
diff changeset
    27
f1792c263b24 initial checkin
fm
parents:
diff changeset
    28
"{ NameSpace: SVN }"
f1792c263b24 initial checkin
fm
parents:
diff changeset
    29
f1792c263b24 initial checkin
fm
parents:
diff changeset
    30
WCAction subclass:#WCActionNone
f1792c263b24 initial checkin
fm
parents:
diff changeset
    31
	instanceVariableNames:''
f1792c263b24 initial checkin
fm
parents:
diff changeset
    32
	classVariableNames:''
f1792c263b24 initial checkin
fm
parents:
diff changeset
    33
	poolDictionaries:''
f1792c263b24 initial checkin
fm
parents:
diff changeset
    34
	category:'SVN-Working copy'
f1792c263b24 initial checkin
fm
parents:
diff changeset
    35
!
f1792c263b24 initial checkin
fm
parents:
diff changeset
    36
693
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    37
!WCActionNone class methodsFor:'documentation'!
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    38
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    39
copyright
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    40
"
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    41
 Copyright (c) 2007-2010 Jan Vrany
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    42
 Copyright (c) 2009-2010 eXept Software AG
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    43
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    44
 Permission is hereby granted, free of charge, to any person
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    45
 obtaining a copy of this software and associated documentation
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    46
 files (the 'Software'), to deal in the Software without
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    47
 restriction, including without limitation the rights to use,
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    48
 copy, modify, merge, publish, distribute, sublicense, and/or sell
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    49
 copies of the Software, and to permit persons to whom the
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    50
 Software is furnished to do so, subject to the following
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    51
 conditions:
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    52
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    53
 The above copyright notice and this permission notice shall be
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    54
 included in all copies or substantial portions of the Software.
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    55
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    56
 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    57
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    58
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    59
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    60
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    61
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    62
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    63
 OTHER DEALINGS IN THE SOFTWARE.
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    64
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    65
"
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    66
! !
75
f1792c263b24 initial checkin
fm
parents:
diff changeset
    67
f1792c263b24 initial checkin
fm
parents:
diff changeset
    68
!WCActionNone class methodsFor:'accessing'!
f1792c263b24 initial checkin
fm
parents:
diff changeset
    69
f1792c263b24 initial checkin
fm
parents:
diff changeset
    70
actionName
f1792c263b24 initial checkin
fm
parents:
diff changeset
    71
    "Superclass SVN::WCAction class says that I am responsible to implement this method"
f1792c263b24 initial checkin
fm
parents:
diff changeset
    72
693
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    73
    ^' '
75
f1792c263b24 initial checkin
fm
parents:
diff changeset
    74
f1792c263b24 initial checkin
fm
parents:
diff changeset
    75
    "Created: / 11-11-2008 / 20:01:48 / Jan Vrany <vranyj1@fel.cvut.cz>"
693
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    76
    "Modified: / 02-11-2009 / 17:24:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    77
! !
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    78
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    79
!WCActionNone class methodsFor:'others'!
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    80
599622d927e7 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 472
diff changeset
    81
version_CVS
907
65dd9c9e6685 checkin to get version methods correct
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 693
diff changeset
    82
    ^ '$Header$'
75
f1792c263b24 initial checkin
fm
parents:
diff changeset
    83
! !
f1792c263b24 initial checkin
fm
parents:
diff changeset
    84
f1792c263b24 initial checkin
fm
parents:
diff changeset
    85
!WCActionNone methodsFor:'processing'!
f1792c263b24 initial checkin
fm
parents:
diff changeset
    86
f1792c263b24 initial checkin
fm
parents:
diff changeset
    87
processEntry: entry using: processor 
f1792c263b24 initial checkin
fm
parents:
diff changeset
    88
    "
f1792c263b24 initial checkin
fm
parents:
diff changeset
    89
             Double dispath to a processor, passing an entry"
f1792c263b24 initial checkin
fm
parents:
diff changeset
    90
    
f1792c263b24 initial checkin
fm
parents:
diff changeset
    91
    ^ processor processNoneEntry: entry
f1792c263b24 initial checkin
fm
parents:
diff changeset
    92
f1792c263b24 initial checkin
fm
parents:
diff changeset
    93
    "Modified: / 27-08-2009 / 08:51:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
f1792c263b24 initial checkin
fm
parents:
diff changeset
    94
! !
f1792c263b24 initial checkin
fm
parents:
diff changeset
    95
f1792c263b24 initial checkin
fm
parents:
diff changeset
    96
!WCActionNone class methodsFor:'documentation'!
f1792c263b24 initial checkin
fm
parents:
diff changeset
    97
f1792c263b24 initial checkin
fm
parents:
diff changeset
    98
version
907
65dd9c9e6685 checkin to get version methods correct
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 693
diff changeset
    99
    ^ '$Header$'
203
7e7181940f92 changed: #version_SVN
fm
parents: 75
diff changeset
   100
!
7e7181940f92 changed: #version_SVN
fm
parents: 75
diff changeset
   101
7e7181940f92 changed: #version_SVN
fm
parents: 75
diff changeset
   102
version_SVN
907
65dd9c9e6685 checkin to get version methods correct
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 693
diff changeset
   103
    ^ '§Id: SVN__WCActionNone.st 362 2011-08-08 13:07:42Z vranyj1 §'
75
f1792c263b24 initial checkin
fm
parents:
diff changeset
   104
! !