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

Re: Space in filename looks like Switched ?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-12-29 21:57:49 CET

Sebastien Cevey <seb@cine7.net> writes:

> Hello
>
> I've just noticed that my working copy suddently shows a lot of
> Switched files. I obviously hadn't switched anything, and there was no
> switched files a few days ago.

I've seen this bug before. Sander discovered it. Somehow the space
in the filename dosen't get url-escaped when the url is stored in the
entry. In other words, if you run 'svn info' on the file, you'll see
something like

Url: http://foo.com/bar/some file

Instead of

Url: http://foo.com/bar/some%20file

And then libsvn_wc notices that

 (parent_url + / + filename) != child_url

And thus assumes it's switched!

My recollection is that Sander and Mike Pilato fixed this bug
recently, no?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 29 22:00:59 2002

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

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