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

Re: getting an error when trying to run svn log

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-03-18 17:07:38 CET

Reagan Penner <rpenner@cs.usask.ca> writes:

> Hello, I am having some problems with svn log. when issuing the
> following command:
> svn log notes\logo\16-colour\subversion_logo_notxt-32m.png
>
> I get the following error:
>
> svn: Error resolving case of
> 'noteslogo?-coloursubversion_logo_notxt-32m.png

Are you running on a Unix system? Because what it looks like is that
your shell is reading some escaping into your command, and mapping:

   \l -> l
   \16 -> (some unprintable character)
   \s -> s

Backslashes are only used on native Windows systems.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 18 17:09:24 2004

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.