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

Re: manage linux distro with subverison

From: John Stile <john_at_stilen.com>
Date: 2007-04-13 19:21:52 CEST

On Fri, 2007-04-13 at 02:24 -0700, John Stile wrote:
> On Thu, 2007-04-12 at 19:18 -0700, Karl Fogel wrote:
> > John Stile <john@stilen.com> writes:
> > > 3. Some files can't be converted to UTF8. I don't really know why svn
> > > wants to convert my source files, but this stops the import cold. I
> > > haven't found the solution for this yet, but I'm still looking.
> >
> > Subversion shouldn't be attempting any changes to files when it
> > imports them, unless you explicitly ask it to. What is the exact
> > behavior you are seeing here?
>
> The import statement:
> svn import -m 'Import CF chroot tree' ./cf_image http://svn/SIM_CF/
>
> The import error:
> Adding cf_image/source/usr/share/doc/kbd-1.12-r8/html/utf
> svn: Can't convert string from native encoding to 'UTF-8':
> svn: ?\226?\153?\170?\226?\153?\172
>
So I did the next intuitive thing:
  rm -rf cf_image/source/usr/share/doc
Then I ran it again, only to find:
...
Adding cf_image/source/dev
svn: Unknown or unversionable type for 'cf_image/source/dev/dpti1'
 
 ls -laF cf_image/source/dev/dpti1
    crw-rw---- 1 root disk 151, 0 Feb 13 2006 cf_image/source/dev/dpti1

OH character devices not handled either.
Ok. I got udev...
  rm -rf cf_image/source/dev/*
...
Then I ran it again, and it finished.
Committed revision 1.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 13 18:21:50 2007

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.