Package: unison Version: 2.13.16-5 Severity: normal
Consider the following example: ----------------------------------------------- local:/.unison> cat problem.prf # Roots of the synchronization root = /tmp/ root = ssh://F.A.R//tmp/ # Paths to synchronize path = ttt # Keep a backup copy of some files backup = Name *.txt ----------------------------------------------- local:/tmp> ls -R ttt ttt: t1 t2 t3 ttt/t1: ttt/t2: text.txt ttt/t3: ----------------------------------------------- F.A.R:/tmp> ls -R ttt ttt: t1 t2 t3 ttt/t1: ttt/t2: text.txt ttt/t3: ----------------------------------------------- local:/tmp> unison problem Contacting server... Looking for changes Warning: No archive files were found for these roots. This can happen either because this is the first time you have synchronized these roots, or because you have upgraded Unison to a new version with a different archive format. Update detection may take a while on this run if the replicas are large. Unison will assume that the 'last synchronized state' of both replicas was completely empty. This means that any files that are different will be reported as conflicts, and any files that exist only on one replica will be judged as new and propagated to the other replica. If the two replicas are identical, then no changes will be reported. Press return to continue.[<spc>] Waiting for changes from server Reconciling changes Error: Error in creating directory: No such file or directory [mkdir(/home/nefedov/.unison/backup/ttt/t2)] ----------------------------------------------- The workaround solution: if I do by hand >mkdir -p /home/nefedov/.unison/backup/ttt/t2 on _both_ computers it solves the problem. Thanks! -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-686 Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Versions of packages unison depends on: ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries Versions of packages unison recommends: ii openssh-client [ssh-client] 1:4.3p2-9 Secure shell client, an rlogin/rsh -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]