[prev in list] [next in list] [prev in thread] [next in thread] 

List:       svk-commit
Subject:    [svk-commit] r2920 - trunk/lib/SVK
From:       nobody () bestpractical ! com
Date:       2008-06-16 3:39:22
Message-ID: 20080616033922.3B1554D803E () diesel ! bestpractical ! com
[Download RAW message or body]

Author: clsung
Date: Sun Jun 15 23:39:21 2008
New Revision: 2920

Modified:
   trunk/lib/SVK/Project.pm

Log:
- fix local --info problem
  - ref http://task.hm/F96N 

Modified: trunk/lib/SVK/Project.pm
==============================================================================
--- trunk/lib/SVK/Project.pm	(original)
+++ trunk/lib/SVK/Project.pm	Sun Jun 15 23:39:21 2008
@@ -139,6 +139,9 @@
 	if ($pathobj->path eq '/') { # in non-wc path
 	    $proj = $self->_create_from_prop($pathobj, $root, $m_path, $pname);
 	    return $proj if $proj;
+	} elsif ($pathobj->_to_pclass("/local")->subsumes($pathobj->path)) {
+	    $proj = $self->_create_from_prop($pathobj, $root, $m_path, $pname);
+	    return $proj if $proj;
 	} else {
 	    if ($pathobj->path =~ m/^$m_path/) {
 		$prop_path = $m_path;
_______________________________________________
svk-commit mailing list
svk-commit@bestpractical.com
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/svk-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic