[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

merge_tests.py failure

From: Erem Örs <erem.ors_at_integral.com.tr>
Date: 2006-03-09 12:17:14 CET

Hello,

I am a newbie to version control systems and not an expert on Linux systems.
Let me give you a summary about the system and then I will mention the
problem:

I have just installed Subversion 1.3.0 on a Debian system from the
source files with default configuration.
I plan to use Windows XP as client.
BerkleyDB is not installed, because I want to use FSFS.
Apache is not installed, because I plan to use "svnserve".

I have followed instructions on INSTALL file (configure-make-make
install) and finally I ran "make check" command.
All the tests were successfull except 9. step of "merge_tests.py".
Before going any further I want to solve this "failure".

This is the result of "make check":
At least one test FAILED, checking
/home/integral/0hamal/subversion-1.3.0/tests.log
FAIL: merge_tests.py 9: merge operations using PREV revision
At least one test was SKIPPED, checking
/home/integral/0hamal/subversion-1.3.0/tests.log
SKIP: utf8_tests.py 1: conversion of paths and logs to/from utf8
make: *** [check] Hata 1

Is there anybody who has an idea about what happened?
(Right below my signature you can find an excerpt from the file
"tests.log" which concerns the failed part of tests)

Note: I have just subscribed to the list, sorry if I repeat a question
already answered.

Thank you in advance,
Best Regards,
Erem Örs.

tests.log:
---------
...
CMD: svnadmin "create" "svn-test-work/repositories/merge_tests-9"
"--bdb-txn-nosync" <TIME = 0.146058>
CMD: svnadmin dump "svn-test-work/local_tmp/repos" | svnadmin load
"svn-test-work/repositories/merge_tests-9" <TIME = 0.002110>
CMD: svn "co" "--username" "jrandom" "--password" "rayjandom"
"file:///home/integral/0hamal/subversion-1.3.0/subversion/tests/clients/cmdline/svn-test-work/repositories/merge_tests-9"
"svn-test-work/working_copies/merge_tests-9" "--config-dir"
"/home/integral/0hamal/subversion-1.3.0/subversion/tests/clients/cmdline/svn-test-work/local_tmp/config"
<TIME = 0.672669>
CMD: svn "add" "svn-test-work/working_copies/merge_tests-9/A/zot"
"--config-dir"
"/home/integral/0hamal/subversion-1.3.0/subversion/tests/clients/cmdline/svn-test-work/local_tmp/config"
<TIME = 0.083989>
CMD: svn "ci" "-m" "log msg"
"svn-test-work/working_copies/merge_tests-9" "--config-dir"
"/home/integral/0hamal/subversion-1.3.0/subversion/tests/clients/cmdline/svn-test-work/local_tmp/config"
<TIME = 0.905910>
CMD: svn "status" "-v" "-u" "-q" "--username" "jrandom" "--password"
"rayjandom" "svn-test-work/working_copies/merge_tests-9" "--config-dir"
"/home/integral/0hamal/subversion-1.3.0/subversion/tests/clients/cmdline/svn-test-work/local_tmp/config"
<TIME = 0.161932>
CMD: svn "merge" "-r" "HEAD:PREV" "mu" "--config-dir"
"/home/integral/0hamal/subversion-1.3.0/subversion/tests/clients/cmdline/svn-test-work/local_tmp/config"
<TIME = 0.120145>
CMD: svn "status" "-v" "-u" "-q" "--username" "jrandom" "--password"
"rayjandom" "svn-test-work/working_copies/merge_tests-9.other"
"--config-dir"
"/home/integral/0hamal/subversion-1.3.0/subversion/tests/clients/cmdline/svn-test-work/local_tmp/config"
<TIME = 0.073592>
CMD: svn "up" "--config-dir"
"/home/integral/0hamal/subversion-1.3.0/subversion/tests/clients/cmdline/svn-test-work/local_tmp/config"
<TIME = 0.908978>
CMD: svn "merge" "-r" "COMMITTED:PREV" "A" "A" "--config-dir"
"/home/integral/0hamal/subversion-1.3.0/subversion/tests/clients/cmdline/svn-test-work/local_tmp/config"
<TIME = 0.097406>
EXPECTED STDERR:
ACTUAL STDERR:
svn: Syntax error in revision argument 'COMMITTED:PREV'
EXCEPTION: SVNLineUnequal
FAIL: merge_tests.py 9: merge operations using PREV revision
...

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 9 13:15:27 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.