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

Re: Subversion file name restriction

From: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 23 Nov 2009 10:53:26 +0100

On Sat, Nov 21, 2009 at 04:49:28PM +0200, Ciprian Dorin, Craciun wrote:
> If the same issue keeps popping up every once in a while, then it
> means that the problem in question raises from counter-intuitive
> behavior of the tool. So maybe the tool should be enhanced so that if
> a user uses a `@` in the file name and there is an error, a suggestion
> should be printed.

We do it for this case:

 $ svn add @foo
 svn: '@foo' is just a peg revision. Maybe try '@foo@' instead?

But not for:

 $ svn add fo_at_o
 svn: warning: 'fo' not found
 $

This could be improved...

Stefan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2423259

Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-11-23 10:54:35 CET

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.