/[drupal]/contributions/modules/cvs_deploy/cvs_deploy.module
ViewVC logotype

Diff of /contributions/modules/cvs_deploy/cvs_deploy.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.23, Thu Apr 30 07:27:48 2009 UTC revision 1.24, Sat Jun 13 08:48:03 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: cvs_deploy.module,v 1.22 2008/11/19 18:36:55 dww Exp $  // $Id: cvs_deploy.module,v 1.23 2009/04/30 07:27:48 dww Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 138  function cvs_deploy_get_project_name($fi Line 138  function cvs_deploy_get_project_name($fi
138    $name = $file->name;    $name = $file->name;
139    if (empty($projects[$name])) {    if (empty($projects[$name])) {
140      // TODO: cache this in {cache}, too?      // TODO: cache this in {cache}, too?
141      $cvs_dir = dirname($file->filename) .'/CVS';      $cvs_dir = dirname($file->filepath) .'/CVS';
142      if (is_dir($cvs_dir)) {      if (is_dir($cvs_dir)) {
143        $repository = '';        $repository = '';
144        if (file_exists($cvs_dir .'/Repository')) {        if (file_exists($cvs_dir .'/Repository')) {

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

  ViewVC Help
Powered by ViewVC 1.1.2