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

Re: GNU diff or not GNU diff, that is the question...

From: Marcus Comstedt <marcus_at_mc.pp.se>
Date: 2002-04-11 23:04:20 CEST

Karl Fogel <kfogel@newton.ch.collab.net> writes:

> Okay, Marcus, try it again. The build process should find a diff that
> supports "-u", if there is one, or error out if not.

Looking fine.

[...]
checking for diff... /pike/sw/bin/gdiff
[...]
Running all tests in diff_tests.py...success
[...]

Btw, while messing around with the testsuite (and updating my
"unneccesary conflict" test, which still fails), I noticed a rather
strange bug that the rest of the testsuite mysteriously manages to
avoid somehow (my test caught it though, purely by chance):

pelix:~% svn co -d test_wc file:///pike/data/repos/empty/ # new repos
pelix:~% cd test_wc/
pelix:~/test_wc% echo 'what now?' > brown_cow
pelix:~/test_wc% svn add brown_cow
A brown_cow
pelix:~/test_wc% svn commit -m 'log msg' brown_cow # now check this out

subversion/libsvn_client/commit.c:590
svn_error: #21032 : <Entry has no url>
  Commit failed (details follow):

subversion/libsvn_client/commit_util.c:412
svn_error: #21032 : <Entry has no url>
  Entry for `/export/spare/pike/home/marcus/test_wc/brown_cow' has no URL. Perhaps you're committing inside of an unversioned (or not-yet-versioned) directory?
pelix:~/test_wc% svn commit -m 'log msg' . # this works though
Adding brown_cow
Transmitting file data .
Committed revision 1.
pelix:~/test_wc% echo 'eat chow' >> brown_cow
pelix:~/test_wc% svn commit -m 'log msg' brown_cow # and now this works too
Sending brown_cow
Transmitting file data .
Committed revision 2.
pelix:~/test_wc%

So a new test i commit_tests.py to catch this regression would
probably be in order.

  // Marcus

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 11 23:07:24 2002

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

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