Marcos Chaves <marcos.nospam@gmail.com> (marcosc)
r10949 | dionisos | 2004-09-14 00:55:04 -0500 (Tue, 14 Sep 2004)
Add Brazilian Portugese translation.
* subversion/po/pt_BR.po: New.
Patch by: Marcos Chaves <mchvs@hotmail.com>
r10736 | kfogel | 2004-08-26 13:57:24 -0500 (Thu, 26 Aug 2004)
Fix issue #1700: hook script ignored when symlink is broken.
Patch by: Marcos Chaves <mchvs@hotmail.com>
(Tweaked by me.)
* subversion/libsvn_repos/hooks.c
(check_hook_cmd): New parameter indicates if the found hook script
is a broken symbolic link.
(hook_symlink_error): New helper function.
(svn_repos__hooks_start_commit, svn_repos__hooks_pre_commit,
svn_repos__hooks_post_commit, svn_repos__hooks_pre_revprop_change,
svn_repos__hooks_post_revprop_change): Error appropriately if the
hook script is a broken symbolic link.
r10532 | philip | 2004-08-09 15:42:55 -0500 (Mon, 09 Aug 2004)
Fix issue #1673.
Patch by: Marcos Chaves <mchvs@hotmail.com>
* subversion/libsvn_client/diff.c
(do_single_file_merge): Ignore ENOENT from svn_io_remove_file()
because the temporary files may not exist if they were renamed.
* subversion/tests/clients/cmdline/merge_tests.py
(merge_binary_with_common_ancestry): New regression test.
r10527 | kfogel | 2004-08-09 14:33:36 -0500 (Mon, 09 Aug 2004)
Doc fix, following up to r10488.
Patch by: Marcos Chaves <mchvs@hotmail.com>
* subversion/tests/clients/cmdline/README
(section II B): Add description for 'Restored' to 'svn co/up' output.
r10488 | kfogel | 2004-08-04 14:49:47 -0500 (Wed, 04 Aug 2004)
Fix issue #877 (test suite should detect restoration of missing files)
by adding regular expression for "Restored" output from 'svn update'.
Patch by: Marcos Chaves <mchvs@hotmail.com>
(Tweaked by me.)
* subversion/tests/clients/cmdline/update_tests.py
(update_missing): Fixed commented out test cases.
* subversion/tests/clients/cmdline/svntest/tree.py
(build_tree_from_checkout): Regular expression for 'Restored' during
'svn update' added.