Updates from SVN
authorJan Vrany <jan.vrany@fit.cvut.cz>
Mon, 08 Aug 2011 15:13:13 +0200
changeset 707 8c8f68c80c4f
parent 706 8f3d13a9bfa5
child 708 720981f16747
Updates from SVN
stx_libsvn.st
--- a/stx_libsvn.st	Mon Aug 08 14:58:04 2011 +0200
+++ b/stx_libsvn.st	Mon Aug 08 15:13:13 2011 +0200
@@ -176,7 +176,6 @@
         (#'SVN::RepositoryResource' autoload)
         #'SVN::Revision'
         #'SVN::SVNError'
-        #'SVN::SettingsApp'
         #'SVN::Task'
         (#'SVN::UpdateLikeWizard' autoload)
         #'SVN::WCAction'
@@ -201,7 +200,6 @@
         #'SVN::NodeKind'
         #'SVN::NonExistentURLError'
         #'SVN::ProgressDialog'
-        #'SVN::RepositoryConfigurationDialog'
         #'SVN::RepositoryDialog'
         #'SVN::RepositoryEntry'
         #'SVN::RevisionDate'
@@ -278,18 +276,10 @@
     ^ #(
         AbstractFileBrowser svnCommit
         AbstractFileBrowser svnStatus
-        Change asAntiChange
-        Change isClassRemoveChangeOrMethodRemoveChange
-        Change nonMetaClassName
-        ChangeSet changesForPackage:
-        ChangeSet condenseChanges
         ChangeSet condenseChangesForPackage2:
-        ChangeSet diffSetsAgainstImage
         Class fileOutAsMethodIn:selector:
         Class svnBranch
         Class svnRepository
-        ClassCommentChange asAntiChange
-        ClassDefinitionChange asAntiChange
         Date asSVNRevisionSpec
         Filename directoryContentsAsFilenamesMatching:
         Filename directoryContentsMatching:
@@ -413,7 +403,7 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'exported'"$"
+    ^ "$SVN-Revision:"'360'"$"
 ! !
 
 !stx_libsvn class methodsFor:'loading'!
@@ -478,6 +468,16 @@
     "Modified: / 24-11-2010 / 15:14:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!stx_libsvn class methodsFor:'others'!
+
+version
+    ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+! !
+
 !stx_libsvn class methodsFor:'private'!
 
 error: aString
@@ -496,14 +496,6 @@
 
 !stx_libsvn class methodsFor:'documentation'!
 
-version
-    ^ '$Header$'
-!
-
-version_CVS
-    ^ '$Header$'
-!
-
 version_SVN
     ^ '§Id: stx_libsvn.st 355 2011-07-07 22:38:59Z vranyj1 §'
 ! !