Index: /trunk/rbtools/scripts/post-review
===================================================================
--- /trunk/rbtools/scripts/post-review	(revision 1993)
+++ /trunk/rbtools/scripts/post-review	(working copy)
@@ -173,10 +173,8 @@
             if not info or self.uuid != info['uuid']:
                 continue
 
-            repos_base_path = info['url'][len(info['root_url']):]
-            relpath = self._get_relative_path(self.base_path, repos_base_path)
-            if relpath:
-                return SvnRepositoryInfo(info['url'], relpath, self.uuid)
+            if info['url'] == self.path:
+                return SvnRepositoryInfo(info['url'], self.base_path, self.uuid)
 
         # We didn't find a matching repository on the server. We'll just return
         # self and hope for the best.
