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

Re: unprintable characters in directory name

From: <kfogel_at_collab.net>
Date: 2003-05-23 17:02:28 CEST

Roman Taranchenko <roma@adv.ru> writes:
> I've upgraded svn to 0.23.0 (r5962) but the problem still exists.
> Directory name is 0x90 0x25 0x06 0x10 (four characters).

By the way, what is your locale? (This might be as easy as pasting
the output of the `locale' command.)

-Karl

> > Roman Taranchenko <roma@adv.ru> writes:
> > > We have a subversion repository where one of our developers has
> > > made directory with unprintable name. As result we cannot check
> > > out repository by the net as well as locally.
> > >
> > > svn says:
> > >
> > > svn: RA layer request failed
> > > svn: could not fetch directory entries
> > > svn: PROPFIND request failed on '/SWT/!svn/bc/60'
> > > svn: The PROPFIND request returned invalid XML in the response: XML parse
> > > error at line 50: not well-formed (invalid token). (/SWT/!svn/bc/60)
> > >
> > > How we can fix it?
> > >
> > > We use svn version 0.21.0 (r5639) under FreeBSD.
> >
> > Have you tried using a newer Subversion? And can you tell us the name
> > of the directory (perhaps by just listing the hex or decimal byte
> > representations of it) so that we can test this out?
> >
> > Finally, you should be able to run 'svnadmin dump' on your repository,
> > edit the resulting dumpfile (replacing all instances of your
> > wackily-named directory with something not-so-wackily-named), and then
> > 'svnadmin load' that dumpfile (see the Subversion book online at
> > http://svnbook.red-bean.com for more on dumping and loading).
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: dev-help@subversion.tigris.org
> >
> >
>
> --
> Roman Taranchenko
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 23 17:44:28 2003

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.