hi Ryan,
thanks for your great help.
yes, I will try on the in-place import.
~manchi
On Apr 4, 2006, at 12:09 AM, Ryan Schmidt wrote:
> 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 Tue Apr 4 04:55:17 2006