Hi,

I have this regex:

match /Labs/ChattyApps/(.*.project|build.xml?)$
  repository /Labs/ChattyApps
  branch master
  prefix \1
end match

This descends into each folder and matches .project within each, and builds
the folder structure above the .project file. So the ChattyApps directory
has the two files I wanted: build.xml and .project, but it also has 5
folders I don't want, because these folders contain .project files.

Is there a way to just match the two files in the root directory: .project
and build.xml and don't descend into any other folders to find other
.project/build.xml matches?

John

Reply via email to