diff -r 5c2812b74445 -r e32d27a81b87 AbstractSourceCodeManagementSettingsAppl.st --- a/AbstractSourceCodeManagementSettingsAppl.st Mon Jul 04 23:36:38 2011 +0200 +++ b/AbstractSourceCodeManagementSettingsAppl.st Tue Jul 05 00:14:03 2011 +0200 @@ -41,7 +41,7 @@ These should implement an interface similar to what is found in CVSSourceCodeManager, providing methods to checkin/out files from a central repository. - Not all managers will probably provide the same set of functions; + Not all managers will probably provide the same set of functions; time will show, if such an abstraction is possible (the way source code management systems organize their code is different, some keep individual per-class version numbers (CVS, RCS, Store) others keep an overall @@ -68,7 +68,7 @@ !AbstractSourceCodeManagementSettingsAppl class methodsFor:'documentation'! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/AbstractSourceCodeManagementSettingsAppl.st,v 1.4 2011-07-03 15:57:24 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/AbstractSourceCodeManagementSettingsAppl.st,v 1.5 2011-07-04 22:14:03 cg Exp $' ! version_SVN