Development

Changeset 7764

You must first sign up to be able to contribute.

Changeset 7764

Show
Ignore:
Timestamp:
03/07/08 14:56:54 (1 year ago)
Author:
fabien
Message:

fixed init-* tasks for Subversion on Windows, GIT, and Mercurial (closes #2506)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/lib/util/sfFinder.class.php

    r3268 r7764  
    234234   * Ignores version control directories. 
    235235   * 
    236    * Currently supports subversion, CVS, DARCS, Gnu Arch, Monotone, Bazaar-NG 
     236   * Currently supports Subversion, CVS, DARCS, Gnu Arch, Monotone, Bazaar-NG, GIT, Mercurial 
    237237   * 
    238238   * @return object current pakeFinder object 
     
    240240  public function ignore_version_control() 
    241241  { 
    242     $ignores = array('.svn', 'CVS', '_darcs', '.arch-params', '.monotone', '.bzr'); 
     242    $ignores = array('.svn', '_svn', 'CVS', '_darcs', '.arch-params', '.monotone', '.bzr', '.git', '.hg') 
    243243 
    244244    return $this->discard($ignores)->prune($ignores); 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.