Fake module extraction
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 06 Jun 2012 15:45:14 +0200
changeset 1105 b78c2d9e3b07
parent 1104 c1c3fed1110f
child 1106 c9ca2220cff6
Fake module extraction
SVNSourceCodeManager.st
--- a/SVNSourceCodeManager.st	Thu May 10 18:47:16 2012 +0200
+++ b/SVNSourceCodeManager.st	Wed Jun 06 15:45:14 2012 +0200
@@ -455,8 +455,10 @@
 !
 
 pathInRepositoryFrom:containerPath forPackage:packageID
+    "Return fake path, since it is required by sooo many methods.
+     Whole SCM code is too tightly bound to CVS, sigh"
 
-    ^nil
+    ^(packageID copyReplaceAll: $: with:$/) , '/' , containerPath
 
     "Created: / 13-10-2011 / 11:32:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !