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

Re: Cannot import "character device" file

From: <kfogel_at_collab.net>
Date: 2004-11-15 17:22:11 CET

=?ks_c_5601-1987?B?w9bAr8HY?= <nazarino@nstek.com> writes:
> I want all files to be controlled, i.e. character device type file.
> But i received below messages;
>
> # svn import /dev svn://srcsvr/devices
> svn: Can't detect MIME type of non-file '/dev/fd4u3520'
>
> # ls -l /dev/fd4u3520
> brw-rw---- 1 root floppy 2, 236 Apr 11 2002 /dev/fd4u3520
>
> # svn --version
> svn, version 1.1.1 (r11581)

You are receiving this error because Subversion does not support
versioning of device files. It can only do regular files,
directories, and Unix-style symbolic links.

The error message above is quite unclear, however. I've patched it;
I'll commit the improved error message as soon as my patch passes
'make check'. Thanks for the report.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 15 19:19:24 2004

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.