allFilesMatching:do: and .svn

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

allFilesMatching:do: and .svn

Stefan Schmiedl
I noticed that allFilesMatching:do: does not see matching files
stored in .svn subdirectories.

It is exactly what I want, mind you, but what would I have to
do to get at them? Or probably any files sitting in .-ed directories?

Thanks,
s.

--
Stefan Schmiedl
EDV-Beratung Schmiedl, Berghangstr. 5, D-93413 Cham
im Büro: 09971 9966 989, am Handy: 0160 9981 6278


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: allFilesMatching:do: and .svn

Paolo Bonzini-3
Stefan Schmiedl wrote:
> I noticed that allFilesMatching:do: does not see matching files
> stored in .svn subdirectories.
>
> It is exactly what I want, mind you, but what would I have to
> do to get at them? Or probably any files sitting in .-ed directories?

I don't have 3.0/3.1 built right now, but I think you just have to
upgrade to the master version, I think...

st> '..' asFile allFilesMatching: '*ref*' do: [:e | e name printNl ]
'/home/pbonzini/devel/gst/build-aux/lib-prefix.m4'
'/home/pbonzini/devel/gst/+build/stuff/pref.st'
'/home/pbonzini/devel/gst/+build/packages/i18n/ref-del.sed'
'/home/pbonzini/devel/gst/+build/packages/i18n/ref-add.sed'
'/home/pbonzini/devel/gst/.git/info/refs'

etc.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: allFilesMatching:do: and .svn

Stefan Schmiedl
On Wed, 24 Jun 2009 10:23:11 +0200
Paolo Bonzini <[hidden email]> wrote:

> Stefan Schmiedl wrote:
> > I noticed that allFilesMatching:do: does not see matching files
> > stored in .svn subdirectories.
> >
> > It is exactly what I want, mind you, but what would I have to
> > do to get at them? Or probably any files sitting in .-ed
> > directories?
>
> I don't have 3.0/3.1 built right now, but I think you just have to
> upgrade to the master version, I think...

no ... it's been my mistake ... I didn't notice that the files
in .svn are ending in .st.svn-base and so are not matching '*.st'

Sorry for the noise,
s.


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk