Plase doesn't using :: in svn path, because windows didn't accept it:(

Hi,

>> Ok. s/::/_.  Let me know if I left any behind.
>> -Howard

SVN now fails a bit further :

“F:\Code\libcxx\test\input.output\iostreams.base\ios.base\ios.types\ios::Init.svn\entries’:
The filename, directory name, or volume label syntax is incorrect.”

Regards.
Thomas.

Ok, thanks, fixed.

-Howard

Isn't there some way the svn server can be configured to check file names at commit time and reject the commit if some filenames contain problematic characters?

-Nick

2010/5/17 Nick Kledzik <kledzik@apple.com>

Isn’t there some way the svn server can be configured to check file
names at commit time and reject the commit if some filenames contain
problematic characters?

-Nick

SVN now fails a bit further :

“F:\Code\libcxx\test\input.output\iostreams.base\ios.base\ios.types
\ios::Init.svn\entries’:
The filename, directory name, or volume label syntax is incorrect.”


cfe-dev mailing list
cfe-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

There are still some SVN failures with “::” :slight_smile:
So, I booted up a linux box and hunted down any remaining offenders :

trunk/test/iterators/stream.
iterators/istreambuf.iterator/istreambuf.iterator::equal
trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal
trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op==
trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!=
trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++
trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk
trunk/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy
trunk/test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors
trunk/test/input.output/iostream.format/input.streams/istream/istream::sentry
trunk/test/input.output/iostream.format/output.streams/ostream::sentry

-Thomas

Thanks Thomas.

-Howard