﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
69	glob  does not work on SVN work copies on Windows	Kirill Lapshin	somebody	"I am just setting up new project, so could very well be I am doing something stupid.

Anyways, here it goes: on windows I have SVN work copy checked out with svn command line utility (and actually zipped and moved here from another machine, don't ask why).

My build is setup primitively:
boost-build.jam has single line pointing to latest CVS checkout of boost.build v2 and Jamroot file reading:

lib util : [ glob * cpp ] ;

When I am trying to issue ""bjam msvc"" command I am getting following error:

error: Unable to find file or target named
error:     '.svn'
error: referred from project at
error:     '.'

Seems to me since .svn is a hidden directory, globbing finds it, but some other code does not and barfs.

Should you have more questions don't hesitate to mail me at [ kir at lapshin dot net ]
"	defect	closed	major		component1		fixed		
