Package: tailor
Version: 0.9.35+darcs20090615-1
Severity: normal
Tags: upstream

Tailor fails at replaying the following changeset svn to svn:

svn log:
---
   A /xxx/a (from /xxx/b:6100)
   A /xxx/a/One.java (from /xxx/b/One.java:6123)
   R /xxx/a/Two.java (from /xxx/b/Two.java:6123)
   A /xxx/a/Three.java (from /xxx/b/Three.java:6123)
---

tailor:
---
Entries:
        xxx/a[DIR](ADD)
        xxx/a/One.java(ADD)
        xxx/a/Three.java(ADD)
        xxx/a/Two.java(REN from xxx/b/Two.java)
        xxx/a/Two.java(ADD)
---

The resulting error is a remaining xxx/b/Two.java

Note that it:
- did not recognize the directory-copy operation as such
- added an additional "add" operation, that seemed to override the "move".

I still don't get exactly where the error comes from, because the "move" is
executed first, then the "svn add" on the same destination file.
There is no error reported for neither the move nor the add; but the source
file of the move remains in place?!?

Manual execution of commands:
---
1. rsync step:
?       a
(containing three java files)
2. Add of folder an copied files:
A       a
?       a/Two.java
A       a/Three.java
A       a/One.java
3. Add of affected folders
(no effect), same status
4. Move of renamed file
svn: Path 'a/Two.java' is not a directory
Error wasn't reported by trac?!?
5. Additional "add" of moved file
A       a
A       a/Two.java
A       a/One.java
A       a/Three.java
---

So the issues seems to have been that the move destination file already
had been copied there by rsync, causing the move to fail; and this failure
probably should not have been kept silent.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.36-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tailor depends on:
ii  python                  2.6.6-3+squeeze2 interactive high-level object-orie
ii  python-support          1.0.11           automated rebuilding support for P

Versions of packages tailor recommends:
ii  rsync                         3.0.7-2    fast remote file copy program (lik

Versions of packages tailor suggests:
pn  bazaar                      <none>       (no description available)
pn  bzr                         <none>       (no description available)
pn  codeville                   <none>       (no description available)
ii  cvs                         1:1.12.13-12 Concurrent Versions System
pn  darcs                       <none>       (no description available)
pn  git-core                    <none>       (no description available)
ii  mercurial                   1.6.4-1      scalable distributed version contr
pn  monotone                    <none>       (no description available)
ii  subversion                  1.6.12dfsg-2 Advanced version control system
pn  tla                         <none>       (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to