Kobayashi Noritada <nori1@dolphin.c.u-tokyo.ac.jp> (nori)
| Patch |
Suggested |
|
r20883,
r20579,
r20078,
r20042,
r19957,
r19840,
r19226,
r16885,
r16816,
r10418 |
r23280,
r21240,
r13302,
r11231 |
r23280 | dlr | 2007-01-29 13:51:18 -0600 (Mon, 29 Jan 2007)
A follow-up to r23190, correcting the error message used for WC ->
repository 'move' operations.
* subversion/libsvn_client/copy.c
(setup_copy): Improve error message used when a repository -> WC or
WC -> repository move is attempted.
Suggested by: nori
r21240 | maxb | 2006-08-24 04:55:30 -0500 (Thu, 24 Aug 2006)
* tools/po/po-update.sh: Run msgmerge twice, to avoid spurious diffs caused by
msgmerge's odd behaviour.
Suggested by: nori
r20883 | julianfoad | 2006-07-27 16:27:48 -0500 (Thu, 27 Jul 2006)
Fix an l10n encoding error for a message displayed when a svn subcommand
takes an inappropriate option taking an argument.
This bug occurs only when using svn with a locale for which translation
for a message " arg" contains non-ASCII characters. svnadmin, svnlook,
and svnsync are not affected.
Patch by: Kobayashi Noritada <nori1@dolphin.c.u-tokyo.ac.jp>
* subversion/svn/main.c
(main): Don't apply svn_utf_cstring_to_utf8 to strings that are already
UTF-8, partly reverting r9795.
r20579 | nori | 2006-07-12 01:44:04 -0500 (Wed, 12 Jul 2006)
Restore pre-r20042 behaviour of Svn::Core::Dirent#time and redefine its
post-r20042 behaviour as Svn::Core::Dirent#time2 for backward
compatibility.
* subversion/bindings/swig/ruby/svn/core.rb
(Svn::Core::Dirent#time2): Rename from Svn::Core::Dirent#time...
(Svn::Core::Dirent#time): ...so as to restore this method.
(Svn::Core::Dirent#_time): Delete, since unnecessary.
Suggested by: rooneg
Patch by: me
Approved by: kou
r20078 | nori | 2006-06-13 11:02:20 -0500 (Tue, 13 Jun 2006)
Improve usability for Svn::Core::LogChangedPath in the SWIG/Ruby
bindings by adding a method. Also, add a missing test case for the
class.
* subversion/bindings/swig/ruby/svn/core.rb
(Svn::Core::LogChangedPath#copied?): A new method for determining
whether the path was copied or not.
* subversion/bindings/swig/ruby/test/test_client.rb
(SvnClientTest#test_log_message): Rename from SvnClientTest#test_log
since it tests Svn::Client::Context#log_message.
(SvnClientTest#test_log): A new test case for Svn::Client::Context#log
and Svn::Core::LogChangedPath.
* subversion/bindings/swig/ruby/test/my-assertions.rb
(Test::Unit::Assertions#assert_nested_sorted_array): A new method for
asserting nested sorted arrays.
Patch by: me
kou
Approved by: kou
r20042 | nori | 2006-06-11 21:45:16 -0500 (Sun, 11 Jun 2006)
Improve usability for Svn::Core::Dirent#time in the SWIG/Ruby bindings
by converting its returned value from a Integer to a Time.
* subversion/bindings/swig/ruby/svn/core.rb
(Svn::Core::Dirent#time): Return a Time instead of an Integer.
Patch by: me
Review by: kou
Approved by: kou
r19957 | nori | 2006-06-05 21:00:02 -0500 (Mon, 05 Jun 2006)
Remove duplication of directories searched for include files, which may
not be harmful but makes build messages ugly. Problem scenario:
1. SWIG_PY_INCLUDES includes SWIG_INCLUDES.
SWIG_RB_COMPILE includes SWIG_RB_INCLUDES, which includes
SWIG_INCLUDES.
2. COMPILE_PY_WRAPPER includes both of SWIG_PY_INCLUDES and
SWIG_INCLUDES.
COMPILE_SWIG_RB includes SWIG_RB_COMPILE and SWIG_RB_INCLUDES.
COMPILE_RB_WRAPPER includes SWIG_RB_COMPILE, SWIG_INCLUDES, and
SWIG_RB_INCLUDES.
Patch by: me
Review by: kou
* Makefile.in
(COMPILE_PY_WRAPPER): Remove SWIG_INCLUDES, which is included in
SWIG_PY_COMPILE.
(COMPILE_RB_WRAPPER): Remove SWIG_INCLUDES, which is included in
SWIG_RB_COMPILE.
* build/ac-macros/swig.m4 (SVN_FIND_SWIG): Remove SWIG_RB_INCLUDES from
SWIG_RB_COMPILE.
r19840 | breser | 2006-05-27 01:39:08 -0500 (Sat, 27 May 2006)
Correct a description and a link in www/hacking.html, as a follow-up
to r19836.
Patch by: Kobayashi Noritada <nori1@dolphin.c.u-tokyo.ac.jp>
* www/hacking.html (docs): Delete a sentence for an old design
specification in the DocBook XML version and link to the new HTML
version.
r19226 | rooneg | 2006-04-07 13:24:35 -0500 (Fri, 07 Apr 2006)
Add missing descriptions to web pages.
Patch by: nori
* www/svn_1.1_releasenotes.html
(Localized messages): Add missing descriptions for Traditional
Chinese, Japanese, and Brazilian Portuguese.
* www/project_status.html
(done): Add a link to www/svn_1.1_releasenotes.html, like those to
www/svn_1.2_releasenotes.html and www/svn_1.3_releasenotes.html.
r16885 | djames | 2005-10-20 20:32:26 -0500 (Thu, 20 Oct 2005)
Update tools/examples/svnlook.rb to use Subversion 1.3 APIs.
(The Ruby bindings do not support the Subversion 1.2 APIs any
more, so all scripts need to be updated.)
Patch by: nori
Review by: kou
* tools/examples/svnlook.rb
(SvnLook#cmd_date): Use Time#strftime directly instead of via
SvnLook#str_to_time.
(SvnLook#print_tree): Change arguments passed to
Svn::Fs::Root#dir_delta.
(SvnLook#str_to_time): Removed.
(SvnLook::Editor,
SvnLook::DirsChangedEditor,
SvnLook::ChangedEditor,
SvnLook::DiffEditor):
Inherit not Svn::Delta::Editor but Svn::Delta::BaseEditor.
(SvnLook::DiffEditor#apply_textdelta): Change arguments passed to
SvnLook::DiffEditor#do_diff.
r16816 | kou | 2005-10-19 08:23:09 -0500 (Wed, 19 Oct 2005)
Updated tools/examples/svnshell.rb to use new APIs.
(The Ruby bindings do not support the Subversion 1.2 APIs any
more, so all scripts need to be updated.)
Patch by: nori
* tools/examples/svnshell.rb
(SvnShell#do_ls): Use Date#strftime directory.
(SvnShell#do_lstxns): Make use of Svn::Fs::FileSystem#transactions.
(SvnShell#do_pcat): Normalize paths given.
(SvnShell#format_date): Remove.
r13302 | cmpilato | 2005-03-08 08:57:53 -0600 (Tue, 08 Mar 2005)
* www/project_development.html
(Translating the book): Buh-bye.
Suggested by: Kobayashi Noritada <nori1@dolphin.c.u-tokyo.ac.jp>
r11231 | kfogel | 2004-10-04 12:28:53 -0500 (Mon, 04 Oct 2004)
* contrib/client-side/svn-clean: Remove spurious 'l' committed in
r11229.
Suggested by: Kobayashi Noritada <nori1@dolphin.c.u-tokyo.ac.jp>
r10418 | kfogel | 2004-07-26 10:22:21 -0500 (Mon, 26 Jul 2004)
* subversion/po/ja.po: New po file.
Patch by: Kobayashi Noritada <nori1@dolphin.c.u-tokyo.ac.jp>