help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

excluding .svn directories from genpath


From: Bart Vandewoestyne
Subject: excluding .svn directories from genpath
Date: Wed, 7 Jul 2010 22:25:41 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

Hello list,

I am adding my Octave code directories to my path using a simple
statement like

  addpath(genpath('~/octave'));

However, for subdirectories that are under subversion version
control, all the .svn directories also get added.

I was wondering what would be the cleanest way to avoid the .svn
subdirectories being in my path.  I'm sure other people have
faced this problem too... so how did you solve it?

Regards,
Bart

-- 
        "Share what you know.  Learn what you don't."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]