[svk-commit] r2669 - trunk/lib/SVK

nobody at bestpractical.com nobody at bestpractical.com
Mon Dec 24 20:31:34 EST 2007


Author: clsung
Date: Mon Dec 24 20:31:33 2007
New Revision: 2669

Modified:
   trunk/lib/SVK/Project.pm

Log:
- if the pathobj->path is in prop's localroot, this should
  also match a project obj

Modified: trunk/lib/SVK/Project.pm
==============================================================================
--- trunk/lib/SVK/Project.pm	(original)
+++ trunk/lib/SVK/Project.pm	Mon Dec 24 20:31:33 2007
@@ -148,6 +148,7 @@
 		    tag_location    => $props{'path-tags'},
 		    local_root      => "/local/${project_name}",
 		}) if $pathobj->path =~ m/^$props{$key}/ or $props{$key} =~ m/^$pathobj->{path}/
+		      or $pathobj->path =~ m{^/local/$project_name};
 	}
     }
     return undef;


More information about the svk-commit mailing list