[Zope-CMF] Re: [Zope-CVS] SVN: GenericSetup/trunk/ Ignore _svn
directories in addition to .svn (for Windows).
Florent Guillaume
fg at nuxeo.com
Fri Jan 20 07:58:25 EST 2006
On 20 Jan 2006, at 11:42, Encolpe Degoute wrote:
> Florent Guillaume a écrit :
> | Log message for revision 41380:
> | Ignore _svn directories in addition to .svn (for Windows).
>
> Hi,
> Can you also add _darcs for ZWiki repository ?
Is that on windows? What about unix? Is it '.darcs' ?
Florent
>
> Reagrds,
>
> | Changed:
> | U GenericSetup/trunk/context.py
> | U GenericSetup/trunk/differ.py
> | U GenericSetup/trunk/interfaces.py
> | U GenericSetup/trunk/tool.py
> |
> | -=-
> | Modified: GenericSetup/trunk/context.py
> | ===================================================================
> | --- GenericSetup/trunk/context.py 2006-01-20 10:09:36 UTC (rev
> 41379)
> | +++ GenericSetup/trunk/context.py 2006-01-20 10:35:58 UTC (rev
> 41380)
> | @@ -216,7 +216,7 @@
> | return os.path.isdir( full_path )
> |
> | security.declareProtected( ManagePortal, 'listDirectory' )
> | - def listDirectory( self, path, skip=('CVS', '.svn') ):
> | + def listDirectory( self, path, skip=('CVS', '.svn', '_svn') ):
> |
--
Florent Guillaume, Nuxeo (Paris, France) Director of R&D
+33 1 40 33 71 59 http://nuxeo.com fg at nuxeo.com
More information about the Zope-CMF
mailing list