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.
>
>
> [seb_at_sirius seb]$ svn co http://.../svn/milcis/docs
> A docs/technique
> A docs/technique/SchemaLogique-SI.png
> [...]
> [seb@sirius seb]$ cd docs/
> [seb@sirius docs]$ svn st
> S technique/Couches de hierarchie de CMonde.mdl
> S technique/Milcis - Document technique interne.htm
> S technique/Milcis - Document technique publique.htm
> S technique/Milcis - Planning de programmation.htm
> S technique/Moteur3D/Aide Collisions.txt
> S technique/Moteur3D/Gestion des map.html
> S technique/Moteur3D/Gestion des map_fichiers
> [seb@sirius docs]$
>
> I just haven't done anything else, and it appears switched just after
> the checkout. It looks like it has something to do with the spaces ...
What do these commands show
$ svn info technique
$ svn info technique/Couches de hierarchie de CMonde.mdl
Possibly it's something to do with the uri encoding of spaces not
being done correctly. However I cannot reproduce it:
$ svn mkdir wc/xx\ yy
A wc/xx yy
$ svn ci wc
Adding wc/xx yy
Committed revision 2.
$ rm -rf wc ; svn co file://`pwd`/repo wc
A wc/xx yy
A wc/foo
Checked out revision 2.
$ svn st wc
$
--
Philip Martin
--
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 23 18:23:05 2002