[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

SVN chokes w/o error on files with ^M in filename

From: Hinnerk Haardt <haardt_at_randnotizen.de>
Date: 2005-04-25 13:37:07 CEST

Hi,

this:

> $ svn ci
> svn: Commit failed (details follow):
> $

is caused by "^M":

> $ ls -la
> drwxr-xr-x 6 haardt haardt 204 12 Feb 2004 Contents
> -rw-r--r-- 1 haardt haardt 0 11 Feb 2004 Icon?
> $ ls <TAB> <TAB>
> Contents Icon^M

there's an newline in the filename and there are quite a few more of
them hidden in Mac OS X applications. They can be found using something
like "find . ! -name "*[a-z|A-Z|0-9|:|$|}|_|+|-|~|)|\!|\?|\]|\#|\.]"".
They can not be seen in tho output of "find" but will show up on Bash
autocompletion (hence the "<TAB> <TAB>" above).

Cheers
Hinnerk

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 25 14:52:50 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.