Hi! I just wanted to quickly verify if this is a known problem / bug.
I just added some larger, existing directory tree (a home directory),
present in nearly the same form on several machines, to FSVS followed by
an "fsvs sync-repos" and "fsvs commit" on all but the committing machine
to get all information into the repository. I chose the order in doing
that such that the sync and commit on the machine with the most
significant / most recent data came last, as a commit after a sync-repos
will change the most current repository revision to match the comitting
machine's working copy, as stated by the docs.
However, if I now try to "fsvs update", the following happens:
# fsvs update -v
An error occurred at 07:31:11.750: Datei oder Verzeichnis nicht gefunden
(2)
in update_work: reporter->finish_report: up__open_directory
in update_work: up__open_directory
in main: action update failed
Version fsvs-1.0.11:329
#
I tried to log what's really happening using "strace -F", however I'm not
sure I really caught the reason of this error:
(Snip)
write(3, "( get-latest-rev ( ) ) ", 23) = 23
read(3, "( success ( ( ) 0: ) ) ( success ( 93 ) ) ", 4096) = 42
write(3, "( update ( ( ) 0: true ) ) ", 27) = 27
read(3, "( success ( ( ) 0: ) ) ", 4096) = 23
write(3, "( set-path ( 0: 93 false ( ) ) ) ( delete-path (
32:.kde/share/apps/knotes/notes.ics ) ) ( finish-report ( ) ) ", 111) =
111
read(3, "( success ( ( ) 0: ) ) ( target-rev ( 93 ) ) ( open-root ( ( 93 )
2:d0 ) ) ( change-dir-prop ( 2:d0 23:svn:entry:committed-rev ( 2:93 ) ) )
( change-dir-prop ( 2:d0 24:svn:entry:committed-date (
27:2006-08-10T22:26:50.684494Z ) ) ) ( change-dir-prop ( 2:d0
21:svn:entry:last-author ( 6:gunter ) ) ) ( change-dir-prop ( 2:d0
14:svn:entry:uuid ( 36:de9c92fe-7908-0410-9c59-e1f573f8e05f ) ) ) (
open-dir ( 4:.kde 2:d0 2:d1 ( 93 ) ) ) ( change-dir-prop ( 2:d1
23:svn:entry:committed-rev ( 2:93 ) ) ) ( change-dir-prop ( 2:d1
24:svn:entry:committed-date ( 27:2006-08-10T22:26:50.684494Z ) ) ) (
change-dir-prop ( 2:d1 21:svn:entry:last-author ( 6:gunter ) ) ) (
change-dir-prop ( 2:d1 14:svn:entry:uuid (
36:de9c92fe-7908-0410-9c59-e1f573f8e05f ) ) ) ( open-dir ( 10:.kde/share
2:d1 2:d2 ( 93 ) ) ) ( change-dir-prop ( 2:d2 23:svn:entry:committed-rev
( 2:93 ) ) ) ( change-dir-prop ( 2:d2 24:svn:entry:committed-date (
27:2006-08-10T22:26:50.684494Z ) ) ) ( change-dir-prop ( 2:d2
21:svn:entry:last-author ( 6:gunter ) ) ) ( change-dir-prop ( 2:d2
14:svn:entry:uuid ( 36:de9c92fe-7908-0410-9c59-e1f573f8e05f ) ) ) (
open-dir ( 15:.kde/share/apps 2:d2 2:d3 ( 93 ) ) ) ( change-dir-prop (
2:d3 23:svn:entry:committed-rev ( 2:93 ) ) ) ( change-dir-prop ( 2:d3
24:svn:entry:committed-date ( 27:2006-08-10T22:26:50.684494Z ) ) ) (
change-dir-prop ( 2:d3 21:svn:entry:last-author ( 6:gunter ) ) ) (
change-dir-prop ( 2:d3 14:svn:entry:uuid (
36:de9c92fe-7908-0410-9c59-e1f573f8e05f ) ) ) ( open-dir (
22:.kde/share/apps/knotes 2:d3 2:d4 ( 93 ) ) ) ( change-dir-prop ( 2:d4
23:svn:entry:committed-rev ( 2:93 ) ) ) ( change-dir-prop ( 2:d4
24:svn:entry:committed-date ( 27:2006-08-10T22:26:50.684494Z ) ) ) (
change-dir-prop ( 2:d4 21:svn:entry:last-author ( 6:gunter ) ) ) (
change-dir-prop ( 2:d4 14:svn:entry:uuid (
36:de9c92fe-7908-0410-9c59-e1f573f8e05f ) ) ) ( add-file (
32:.kde/share/apps/knotes/notes.ics 2:d4 2:c5 ( ) ) ) ( change-file-prop
( 2:c5 23:svn:entry:committed-rev ( 2:93 ) ) ) ( change-file-prop ( 2:c5
24:svn:entry:committed-date ( 27:2006-08-10T22:26:50.684494Z ) ) ) (
change-file-prop ( 2:c5 21:svn:entry:last-author ( 6:gunter ) ) ) (
change-file-prop ( 2:c5 14:svn:entry:uuid (
36:de9c92fe-7908-0410-9c59-e1f573f8e05f ) ) ) ( change-file-prop ( 2:c5
13:svn:text-time ( 27:2006-08-07T21:23:36.000000Z ) ) ) (
change-file-prop ( 2:c5 13:svn:unix-mode ( 4:0600 ) ) ) (
change-file-prop ( 2:c5 13:svn:mime-type ( 13:text/calendar ) ) ) (
change-file-prop ( 2:c5 9:svn:owner ( 11:1000 gunter ) ) ) (
change-file-prop ( 2:c5 9:svn:group ( 11:1000 gunter ) ) ) (
apply-textdelta ( 2:c5 ( ) ) ) ( textdelta-chunk ( 2:c5 4:SVN\0 ) ) (
textdelta-chunk ( 2:c5 9:\0\0\201\327_\277|\263s ) ) ( textdelta-chunk (
2:c5 8188:"HEXCODES", 4096) = 4096
fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
write(3, "( failure ( ( 2 18:up__open_directory 8:update.c 621 ) ) ) ",
59) = 59
(Snap)
I there anything else I could do to help troubleshooting the problem?
Greetings,
Gunter
--
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Wie war das noch: Ist ihre Tochter hübsch oder muß sie nach Aachen?
-- Angelique Presse zum Oecher Frauenmangel
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+ PGP-verschlüsselte Mails bevorzugt! +
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
pgpIV1wHYbOWY.pgp
Description: PGP signature
