cmpilato@collab.net wrote:
> Greg Stein <gstein@lyra.org> writes:
>>On Thu, Apr 24, 2003 at 02:41:16PM -0400, Michael Price wrote:
>>>autogen.sh --release doesn't work, likely because of gstein's changes
>>>recently to the windows build. Kinda prevents the whole release thing.
>>>
>>>I don't have to time or energy to fix this as I'm home sick today with a
>>>sinus infection. I'll check back in later tonight to see if the person(s)
>>>responsible have cleaned up after themselves.
>>
>>My first commit today should fix the --release problem, and my second commit
>>had Branko's fixes for the Windows build.
>>
>>Are you available to do the release?
>
> So, did you remember to fix the fact that the tarball users on Windows
> should *not* have to run gen-make.py to find their libdb40.lib's and
> such, like we talked about at lunch. (If you have, a simple "yep"
> will do.)
Small issue. I'm testing with the 0.22 release branch with neon 0.23.9, apr and
apr-util 0.9.3, and db 4.1.25. Attached is the portion of tests.log showing the
test failure.
Michael
At least one test FAILED, checking /home/mixtim/src/subversion-0.22.0/tests.log
FAIL: commit_tests.py 25: commit named targets with -N (issues #1195, #1239)
CMD: svnadmin "create" "repositories/commit_tests-25" "--bdb-txn-nosync" <TIME =
0.166426>
CMD: svnadmin dump "local_tmp/repos" | svnadmin load "repositories/commit_tests-
25" <TIME = 0.005329>
CMD: svn "co" "--username" "jrandom" "--password" "rayjandom" "file:///home/mixt
im/src/subversion-0.22.0/subversion/tests/clients/cmdline/repositories/commit_te
sts-25" "working_copies/commit_tests-25" <TIME = 0.887049>
CMD: svn "add" "-N" "working_copies/commit_tests-25/file1" "working_copies/commi
t_tests-25/dir1" "working_copies/commit_tests-25/dir1/file2" "working_copies/com
mit_tests-25/dir1/file3" "working_copies/commit_tests-25/dir1/dir2" "working_cop
ies/commit_tests-25/dir1/dir2/file4" <TIME = 0.083030>
CMD: svn "ci" "-m" "log msg" "-N" "working_copies/commit_tests-25/file1" "workin
g_copies/commit_tests-25/dir1" "working_copies/commit_tests-25/dir1/file2" "work
ing_copies/commit_tests-25/dir1/file3" "working_copies/commit_tests-25/dir1/dir2
" "working_copies/commit_tests-25/dir1/dir2/file4" <TIME = 0.901695>
CMD: svn "status" "-v" "-u" "-q" "working_copies/commit_tests-25" <TIME = 0.1248
84>
CMD: svn "add" "-N" "working_copies/commit_tests-25/dirA" "working_copies/commit
_tests-25/dirA/fileA" "working_copies/commit_tests-25/dirA/fileB" "working_copie
s/commit_tests-25/dirA/dirB" "working_copies/commit_tests-25/dirA/dirB/fileC" "w
orking_copies/commit_tests-25/dirA/dirB/nocommit" <TIME = 0.082690>
CMD: svn "ci" "-m" "log msg" "-N" "working_copies/commit_tests-25/dirA" "working
_copies/commit_tests-25/dirA/fileA" "working_copies/commit_tests-25/dirA/fileB"
"working_copies/commit_tests-25/dirA/dirB" "working_copies/commit_tests-25/dirA/
dirB/fileC" <TIME = 0.076681>
svn: Invalid argument
svn: Commit failed (details follow):
svn: Safe data:
"/home/mixtim/src/subversion-0.22.0/subversion/tests/clients/cmdline/working_cop
ies/commit_tests-25/dirA/"
... was followed by non-ascii byte 24.
Non-ascii character detected (see above), and unable to convert to UTF-8.
=============================================================
Expected __SVN_ROOT_NODE and actual __SVN_ROOT_NODE are different!
=============================================================
EXPECTED NODE TO BE:
=============================================================
* Node name: __SVN_ROOT_NODE
Path: __SVN_ROOT_NODE
Contents: None
Properties: {}
Attributes: {}
Children: 1
=============================================================
ACTUAL NODE FOUND:
=============================================================
* Node name: __SVN_ROOT_NODE
Path: __SVN_ROOT_NODE
Contents: None
Properties: {}
Attributes: {}
Children: is a file.
Unequal Types: one Node is a file, the other is a directory
Output of commit is unexpected.
EXPECTED OUTPUT TREE:
ROOT
ACTUAL OUTPUT TREE:
ROOT
+-- working_copies
+-- commit_tests-25
+-- dirA
|-- fileB
|-- dirB
| +-- fileC
+-- fileA
EXCEPTION: SVNTreeUnequal
FAIL: commit_tests.py 25: commit named targets with -N (issues #1195, #1239)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 7 04:55:36 2003