Starting to use the peg-revision system so we can actually travel back through time
[viewsvn.git] / browse.php
index f11617cd455756e4bf121f40cf68341dd0a4392d..00ccbebbd8405802f429d11ee2c067c70f0e007b 100644 (file)
@@ -60,7 +60,7 @@ $proplist = FormatPropList($props);
 
 $revision->getRevisionInfo();
 
-$listing = BSXml::Parse($lib->run('ls --xml -r' . $revision->revision . ' ' . $lib->arg($repos->fetchPath($input->in['repos']) . $input->in['path']), true));
+$listing = BSXml::Parse($lib->run('ls --xml -r' . $revision->revision . ' ' . $lib->arg($repos->fetchPath($input->in['repos']) . $input->in['path']) . '@' . $revision->revision, true));
 
 BSXml::UnifyNode($listing['lists']['list']['entry']);
 $nodes = '';