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

nobody at bestpractical.com nobody at bestpractical.com
Tue Aug 19 11:01:03 EDT 2008


Author: clsung
Date: Tue Aug 19 11:00:57 2008
New Revision: 3070

Modified:
   trunk/lib/SVK/Project.pm

Log:
- incorrect '#' in previous commit

Modified: trunk/lib/SVK/Project.pm
==============================================================================
--- trunk/lib/SVK/Project.pm	(original)
+++ trunk/lib/SVK/Project.pm	Tue Aug 19 11:00:57 2008
@@ -229,7 +229,7 @@
 	$self->_find_project_path($path_obj);
 
     return undef unless $project_name;
-#    return undef if $pname and $pname ne $project_name;
+    return undef if $pname and $pname ne $project_name;
     return SVK::Project->new(
 	{   
 	    name            => $project_name,


More information about the svk-commit mailing list