Using fsvs-1.1.1 I ran into a problem initializing repository with a
Gentoo system in fsvs.

The target is 19Gb.

1. I first set the appropriate environment.
# Set admin directory
export WAA='/root/fsvs_wwa'
if [ ! -d $WAA ]; then mkdir $WAA; fi

# Prevent error "Invalid or incomplete multibyte or wide character"
export LANG=en_US.UTF-8 

2. I Initialized the repository
# Initialize
cd /
fsvs init http://svn/DEV_CF

I defined directories to ignore.
# Define Ignore patterns: (/proc, /sys, /tmp)
fsvs ignore DEVICE:0 ./tmp/*
fsvs ignore DEVICE:0 ./proc/*
fsvs ignore DEVICE:0 ./sys/*
fsvs ignore DEVICE:0 ./root/OLD/*

Finally I ran the initial import, for 13 hours, which failed.
#Check your data in:
fsvs commit -m "First import"

The import failed at what seemed like the end, of the file list with an
error.
# ERROR:
An error occurred: RA layer request failed (175002)
  in ci__work: editor->close_edit: MERGE request failed on '/DEV_CF'
FSVS (licensed under the GPLv2), (C) by Ph. Marek; version
fsvs-1.1.1:753

What does this error mean?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to