Tested with dim-0.4.6-mv9.

$ dim lib -l
http://host/dim/wdim.php on /tmp/dimlib.http
$ dim version -a
linux-0
$ dim export -q -M -B 2.6.10 -n
linux-2.6.10            # good
$ dim export -q -M -B 2.6.10 
new anc of +1: 2.6.10   # good
linux-2.6.10            # good

$ dim lib -l
file:/tmp/nsdir on /tmp/dimlib.file
$ dim version -a
linux-0
$ dim export -q -M -B 2.6.10 -n
linux-2.6.10
$ dim export -q -M -B 2.6.10 
new anc of +1: 2.6.10   # good
linux-2.6.10            # good

$ dim lib -l
file:/tmp/dimlib.self on /tmp/dimlib.self
$ dim version -a
linux-0
$ dim export -q -M -B 2.6.10 -n
linux-2.6.10            # good
$ dim export -q -M -B 2.6.10 
linux-0--1              # bad

$ dim lib -l
rsync:[EMAIL PROTECTED]:dimlib on /tmp/dimlib.rsync
$ dim version -a
linux-0
$ dim export -q -M -B 2.6.10 -n
linux-2.6.10            # good
$ dim export -q -M -B 2.6.10 
new anc of +1: 2.6.9.1  # bad
linux-2.6.9.1           # bad

Philippe

Reply via email to