[svk-commit] r2655 - branches/bm/lib/SVK
nobody at bestpractical.com
nobody at bestpractical.com
Fri Dec 21 11:05:13 EST 2007
Author: clsung
Date: Fri Dec 21 11:05:13 2007
New Revision: 2655
Modified:
branches/bm/lib/SVK/Command.pm
Log:
- always trying to retrieve project props from /
Modified: branches/bm/lib/SVK/Command.pm
==============================================================================
--- branches/bm/lib/SVK/Command.pm (original)
+++ branches/bm/lib/SVK/Command.pm Fri Dec 21 11:05:13 2007
@@ -476,6 +476,7 @@
my ($project_depot_root) = $path =~ m{^(/[^/]*/[^/]+)/};
$uri =~ s/\/$//;
my $ra = SVN::Ra->new($uri);
+ $ra->reparent($ra->get_repos_root());
my %prop = %{ ($ra->get_file('',$ra->get_latest_revnum, undef))[1] };
my $prompt_project = loc("
More information about the svk-commit
mailing list