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

Re: Error while trying to import /etc into Subversion

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-04-03 18:09:05 CEST

On Apr 2, 2006, at 21:07, Man-Chi Leung wrote:

> encountered error while i was trying to put /etc into SVN repository
>
> ---------------
> SVN Import :
> ---------------
> $/usr/local/bin/svnadmin create /export/home/svn/etc-conf
> $cd /
> $svn import -m "server config" etc svn+ssh://root@domain_name/
> export/home/svn/etc-conf
>
> ---------------------
> Error Message:
> ---------------------
> svn: Unknown or unversionable type for 'etc/cron.d/FIFO'
>
> -----------------------------------
> FIFO 's file size = 0 ! does it matter to SVN?

No, what matters is that it's not a regular file but a FIFO. You
can't add those to a Subversion repository.

http://svn.haxx.se/users/archive-2005-05/0002.shtml

Perhaps an in-place import, rather than a regular import, would work
better for you.

http://subversion.tigris.org/faq.html#in-place-import

Or, perhaps FSVS (which is based on Subversion libraries) would work
better. I don't know, but it's designed for putting /etc under
revision control, where Subversion itself is not really.

http://fsvs.tigris.org/purpose.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 3 18:10:39 2006

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.