Subversion commits

RevisionAuthorDateDescription
32963julianfoad08 Sep 2008 09:59:29

Fix Doxygen typos.

* include/svn_sorts.h
(svn_sort_compare_ranges): Fix references to arguments in the doc string.

32962kfogel07 Sep 2008 21:54:55

* subversion/tests/cmdline/prop_tests.py
(test_list): XFail same_replacement_props, as should have done in r32954.

32961rhuijben07 Sep 2008 08:05:28

* www/hacking.html
(log-messages): Update cia reference to http://cia.vc/.

32960sunny25607 Sep 2008 06:36:52

* subversion/po/nb.po
(all help/syntax “screens”): reformatted to max 79 chars per line,
fixed typos, some rewrites and beautifying.

32959sunny25607 Sep 2008 01:32:18

* subversion/po/nb.po: Update the fuzzy message which appeared in
r32958.

32958sunny25607 Sep 2008 00:20:21

* subversion/po/nb.po: "./po-update.sh nb" at r32957 to get rid of all
the line number changes.

32957sunny25607 Sep 2008 00:11:18

* subversion/po/nb.po: Deleted lots of obsolete messages.

32956sunny25607 Sep 2008 00:07:12

* subversion/po/nb.po: Translated, updated and tweaked messages. 8 fuzzy
and 12 untranslated messages left. They’re kind of tricky. Also added
a couple of new entries to the dictionary.

32954kfogel06 Sep 2008 22:27:58

* subversion/tests/cmdline/prop_tests.py
(same_replacement_props): New test for issue #3282.
(test_list): Run it.

32952blair06 Sep 2008 21:04:59

* subversion/svn/cl.h:
Coding style fixes, put a function's return type on separate line
from the function's name.

32951blair06 Sep 2008 21:01:42

Use pointers to const svn_wc_status2_t instead of pointers to
non-const svn_wc_status2_t.

* subversion/svn/cl.h
(svn_cl__print_status),
(svn_cl__print_status_xml):
Take a const svn_wc_status2_t * instead of a svn_wc_status2_t *.

* subversion/svn/status.c
(svn_cl__print_status),
(svn_cl__print_status_xml),
(print_status):
Take a const svn_wc_status2_t * instead of a svn_wc_status2_t *.

32950blair06 Sep 2008 20:47:53

* subversion/include/svn_wc.h
(struct svn_wc_revision_status_t):
Style fix.

32949kfogel06 Sep 2008 20:13:13

* subversion/libsvn_wc/README: Fix a typo.