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

Re: SVN Diff Command

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 16 Jun 2010 06:57:47 -0400

On Tue, Jun 15, 2010 at 16:17, Leonard Maher Jr <lmaher_at_a2c.com> wrote:
> Hello,
>
>
>
> I am trying to use the SVN diff command to compare a single file whose
> filename contains spaces. Here is an example of the command I am using:
>
>
>
>
>
> c:\SVN_ABT\build-tool>svn diff -r 236  --old
> http://thcmp4ap1/test_ActionOI/ActionOI/aoih_03_00_00_004
> "doc/InstallDocs/frontend/AppInstall/How to build -EBI.doc" --new
> http://thcmp4ap1/test_ActionOI/ActionOI/trunk
> "doc/InstallDocs/frontend/AppInstall/How to build -EBI.doc"
>
>
>
> Here is the error I receive:
>
>
>
> svn: URL
> 'http://thcmp4ap1/test_ActionOI/ActionOI/trunk/doc/InstallDocs/frontend
>
> /AppInstall/How to build -EBI.doc' is malformed or the scheme or host or
> path is
>
>  Missing
>
>
>
> Any suggestions?

Enclose the WHOLE URL in quotes.

You have: http://thcmp4ap1/test_ActionOI/ActionOI/aoih_03_00_00_004
"doc/InstallDocs/frontend/AppInstall/How to build -EBI.doc"

You should have:
"http://thcmp4ap1/test_ActionOI/ActionOI/aoih_03_00_00_004
doc/InstallDocs/frontend/AppInstall/How to build -EBI.doc"

Alternately, you could URL-encode the spaces, replacing them with %20.
Received on 2010-06-16 12:58:46 CEST

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.