Return 1 if any tests failed so that the build farm can pick it up.
[rsync/rsync.git] / TODO
CommitLineData
46ef7d1d 1-*- indented-text -*-
a0365806 2
46ef7d1d
MP
3URGENT ---------------------------------------------------------------
4
5NICE -----------------------------------------------------------------
6
7Merge IPv6 support ***
a0365806
MP
8
9A patch is available at
10
11 ftp://ftp.kame.net/pub/kame/misc/rsync-244-v6-20000802.diff.gz
12
46ef7d1d
MP
13but tridge reckons it needs to be cleaned up before it can be
14accepted.
15
16This is now on the track-kameipv6 branch and can be moved across any
17time. The KAME people say that it should work on machines without
18IPv6 stacks.
19
20rsyncsh
21
22 Write a small emulation of interactive ftp as a Pythonn program
23 that calls rsync. Commands such as "cd", "ls", "ls *.c" etc map
24 fairly directly into rsync commands: it just needs to remember the
25 current host, directory and so on. We can probably even do
26 completion of remote filenames.
27