Marcos Chaves <marcos.nospam@gmail.com> (marcosc)


Patch
r864909, r863451, r863099, r862859, r862812, r862705, r862626, r862362, r862294, r862293, r862222, r862003, r861697, r861595, r861419, r861346, r861345, r861206, r861133, r861068, r860999, r860561, r860423, r860033, r860032, r859965, r855916, r855914, r855064, r854950, r854625, r854624, r854383, r854382, r854308, r853961, r853863, r853862, r853730, r853729, r853541, r853437, r853303, r853141, r853022, r852940, r852752, r852695, r852530, r852528, r852349, r852115, r852020, r851790, r851611, r851409, r851329, r851203, r851192, r851116, r851027, r851026, r851023, r850810, r850606, r850601, r850562

r850562 | kfogel | 2004-08-04 19:49:47 +0000 (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.


r850601 | kfogel | 2004-08-09 19:33:36 +0000 (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.


r850606 | philip | 2004-08-09 20:42:55 +0000 (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.


r850810 | kfogel | 2004-08-26 18:57:24 +0000 (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.


r851023 | ehu | 2004-09-14 05:55:04 +0000 (Tue, 14 Sep 2004)

Add Brazilian Portugese translation.

* subversion/po/pt_BR.po: New.

Patch by: Marcos Chaves <mchvs@hotmail.com>


r851026 | marcosc | 2004-09-14 14:37:29 +0000 (Tue, 14 Sep 2004)

Updated brazilian portuguese translation.

 * subversion/po/pt_BR.po
   Fixed fuzzy messages.


r851027 | marcosc | 2004-09-14 14:45:55 +0000 (Tue, 14 Sep 2004)

Added brazilian portuguese translation on the 1.1.x branch.

 * subversion/po/pt_BR.po
   New brazilian portuguese translation.


r851116 | marcosc | 2004-09-18 05:41:14 +0000 (Sat, 18 Sep 2004)

Update brazilian portuguese translation.

 * subversion/po/pt_BR.po
   Update translation to r11041. Set 'svn:eol-style' file property to 'native'.


r851192 | marcosc | 2004-09-23 12:37:09 +0000 (Thu, 23 Sep 2004)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r11116 (release candidate 4).
   Set 'svn:eol-style' file property to 'native'.


r851203 | marcosc | 2004-09-25 03:07:39 +0000 (Sat, 25 Sep 2004)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r11128.


r851329 | marcosc | 2004-10-06 02:42:20 +0000 (Wed, 06 Oct 2004)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r11254.
   Fixed 2 fuzzy and 1 untranslated messages.


r851409 | marcosc | 2004-10-12 20:38:25 +0000 (Tue, 12 Oct 2004)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r11334.
   Fixed 4 fuzzy messages.


r851611 | marcosc | 2004-10-21 13:55:17 +0000 (Thu, 21 Oct 2004)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r11534.
   Fixed 4 fuzzy messages.


r851790 | marcosc | 2004-11-02 14:48:00 +0000 (Tue, 02 Nov 2004)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r11715.
   Fixed 5 fuzzy, 2 untranslated and 1 wrong messages.


r852020 | marcosc | 2004-11-18 15:19:51 +0000 (Thu, 18 Nov 2004)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r11944.
   Fixed 8 fuzzy, 15 untranslated and 3 wrong translated messages.


r852115 | marcosc | 2004-11-26 04:59:33 +0000 (Fri, 26 Nov 2004)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r12040.
   Fixed 3 fuzzy messages.


r852349 | marcosc | 2004-12-10 22:53:33 +0000 (Fri, 10 Dec 2004)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r12274.
   Fixed 63 fuzzy, 45 untranslated and 1 incomplete translated messages.


r852528 | marcosc | 2004-12-20 21:12:34 +0000 (Mon, 20 Dec 2004)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r12453.
   1 untranslated message merged from trunk.


r852530 | marcosc | 2004-12-20 21:20:47 +0000 (Mon, 20 Dec 2004)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r12453.
   Fixed 2 fuzzy messages.


r852695 | marcosc | 2005-01-06 23:10:04 +0000 (Thu, 06 Jan 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r12620.
   Fixed 8 fuzzy and 1 untranslated messages.


r852752 | marcosc | 2005-01-12 01:21:25 +0000 (Wed, 12 Jan 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r12677.
   Fixed 2 fuzzy translations and 2 untranslated messages.


r852940 | marcosc | 2005-01-27 15:12:27 +0000 (Thu, 27 Jan 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r12865.
   Fixed 6 fuzzy translations, 3 untranslated messages and 1 mispelled message.


r853022 | marcosc | 2005-02-08 23:54:39 +0000 (Tue, 08 Feb 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r12947.
   Fixed 6 fuzzy translations and 1 untranslated messages.


r853141 | marcosc | 2005-02-19 15:35:53 +0000 (Sat, 19 Feb 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r13066.
   Fixed 3 fuzzy translations and 2 untranslated messages.


r853303 | marcosc | 2005-03-02 05:58:08 +0000 (Wed, 02 Mar 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r13226.
   Fixed 60 fuzzy translations and 29 untranslated messages.
   Fixed consistency for 4 messages.


r853437 | marcosc | 2005-03-10 23:07:59 +0000 (Thu, 10 Mar 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r13362.
   Fixed 24 fuzzy translations and 17 untranslated messages.
   Fixed 30 mispelled words.
   Deleted 16 obsolete messages.


r853541 | marcosc | 2005-03-18 00:56:10 +0000 (Fri, 18 Mar 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r13466.
   Fixed 2 fuzzy translations and 3 untranslated messages.


r853729 | marcosc | 2005-03-25 02:20:47 +0000 (Fri, 25 Mar 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r13654.
   Fixed 57 fuzzy translations and 31 untranslated messages.
   Fixed 1 message for consistency.
   Removed 2 obsolete messages.


r853730 | marcosc | 2005-03-25 02:58:09 +0000 (Fri, 25 Mar 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r13655.
   23 messages merged from trunk.


r853862 | marcosc | 2005-03-30 20:37:19 +0000 (Wed, 30 Mar 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r13785.
   Fixed 12 fuzzy translations and 2 untranslated messages.
   Removed 1 obsolete message.


r853863 | marcosc | 2005-03-30 20:37:38 +0000 (Wed, 30 Mar 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r13785.
   1 message merged from trunk.


r853961 | marcosc | 2005-04-04 01:56:37 +0000 (Mon, 04 Apr 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r13886.
   Fixed 13 fuzzy translations and 2 untranslated messages.


r854308 | marcosc | 2005-04-15 05:32:33 +0000 (Fri, 15 Apr 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r14233.
   Fixed 16 fuzzy translations and 6 untranslated messages.
   Fixed 1 message for consistency.


r854382 | marcosc | 2005-04-19 04:05:36 +0000 (Tue, 19 Apr 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r14307.
   20 messages merged from trunk.


r854383 | marcosc | 2005-04-19 04:11:41 +0000 (Tue, 19 Apr 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r14307.
   Fixed 1 fuzzy translation.
   Removed 2 obsolete messages.


r854624 | marcosc | 2005-05-01 20:00:46 +0000 (Sun, 01 May 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r14549.
   Fixed 4 fuzzy translation and 1 untranslated messages.


r854625 | marcosc | 2005-05-01 20:01:28 +0000 (Sun, 01 May 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r14550.
   5 messages merged from trunk.


r854950 | marcosc | 2005-05-30 04:00:54 +0000 (Mon, 30 May 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r14875.
   Fixed 5 fuzzy translation and 5 untranslated messages.
   Removed 1 obsolete message.


r855064 | marcosc | 2005-06-07 00:07:58 +0000 (Tue, 07 Jun 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r14989.
   Fixed 1 fuzzy translation and 1 untranslated message.


r855914 | marcosc | 2005-08-20 00:29:55 +0000 (Sat, 20 Aug 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r15839.
   Fixed 18 fuzzy translations and 9 untranslated messages.
   Removed 7 obsolete messages.


r855916 | marcosc | 2005-08-20 00:51:31 +0000 (Sat, 20 Aug 2005)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r15840.
   0 messages merged from trunk.
   Fixed 2 fuzzy translations and 1 untranslated message.
   Removed 3 obsolete messages.


r859965 | marcosc | 2006-06-01 05:23:45 +0000 (Thu, 01 Jun 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r19890.
   Fixed 111 fuzzy translations and 57 untranslated messages.
   Removed 39 obsolete messages.


r860032 | marcosc | 2006-06-06 04:47:52 +0000 (Tue, 06 Jun 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r19957.
   Fixed 1 fuzzy translation.
   Removed 1 obsolete message.


r860033 | marcosc | 2006-06-06 04:53:12 +0000 (Tue, 06 Jun 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r19958.
   167 messages merged from trunk.
   Fixed 1 fuzzy translation.
   Removed 40 obsolete messages.


r860423 | marcosc | 2006-07-02 17:56:52 +0000 (Sun, 02 Jul 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r20348.
   Fixed 8 fuzzy translations and 5 untranslated messages.


r860561 | marcosc | 2006-07-09 18:16:12 +0000 (Sun, 09 Jul 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r20486.
   Fixed 6 fuzzy translations.


r860999 | marcosc | 2006-08-01 01:19:28 +0000 (Tue, 01 Aug 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r20924.
   Fixed 7 fuzzy translations.


r861068 | marcosc | 2006-08-06 16:18:49 +0000 (Sun, 06 Aug 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r20993.
   Fixed 11 fuzzy translations and 5 untranslated messages.


r861133 | marcosc | 2006-08-13 14:05:18 +0000 (Sun, 13 Aug 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r21058.
   Fixed 2 fuzzy translations.


r861206 | marcosc | 2006-08-20 15:38:44 +0000 (Sun, 20 Aug 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r21131.
   Fixed 2 fuzzy translations and 3 untranslated messages.
   Removed 10 obsolete messages.


r861345 | marcosc | 2006-08-26 18:29:05 +0000 (Sat, 26 Aug 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r21270.
   Fixed 3 fuzzy translations and 3 untranslated messages.
   Removed 2 obsolete messages.


r861346 | marcosc | 2006-08-26 18:29:19 +0000 (Sat, 26 Aug 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r21271.
   2 messages merged from trunk.
   Fixed 1 fuzzy translation.
   Removed 10 obsolete messages.


r861419 | marcosc | 2006-09-04 02:57:20 +0000 (Mon, 04 Sep 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r21344.
   Fixed 5 fuzzy translations and 6 untranslated messages.


r861595 | marcosc | 2006-09-17 15:10:34 +0000 (Sun, 17 Sep 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r21520.
   Fixed 1 fuzzy translations and 2 untranslated messages.


r861697 | marcosc | 2006-09-23 20:44:14 +0000 (Sat, 23 Sep 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r21622.
   Fixed 3 fuzzy translations and 1 untranslated message.


r862003 | marcosc | 2006-10-15 18:54:27 +0000 (Sun, 15 Oct 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r21928.
   Fixed 18 fuzzy translations and 4 untranslated messages.


r862222 | marcosc | 2006-10-28 20:37:07 +0000 (Sat, 28 Oct 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po
   Update translation to r22147.
   12 messages merged from trunk.


r862293 | marcosc | 2006-11-04 20:51:58 +0000 (Sat, 04 Nov 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r22218.
   Fixed 1 fuzzy translation.


r862294 | marcosc | 2006-11-04 20:57:12 +0000 (Sat, 04 Nov 2006)

* COMMITTERS:
  (marcosc, pt_BR): updated own email address.


r862362 | marcosc | 2006-11-13 02:15:42 +0000 (Mon, 13 Nov 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r22287.
   Fixed 4 fuzzy translations.


r862626 | marcosc | 2006-12-03 13:54:59 +0000 (Sun, 03 Dec 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r22551.
   Fixed 1 fuzzy translation and 6 untranslated messages.


r862705 | marcosc | 2006-12-10 13:22:37 +0000 (Sun, 10 Dec 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r22630.
   Fixed 3 fuzzy translations.


r862812 | marcosc | 2006-12-17 16:55:19 +0000 (Sun, 17 Dec 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r22737.
   Fixed 1 fuzzy translation and 5 untranslated messages.


r862859 | marcosc | 2006-12-23 20:21:33 +0000 (Sat, 23 Dec 2006)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r22784.
   Fixed 4 fuzzy translations and 1 untranslated message.


r863099 | marcosc | 2007-01-16 01:18:02 +0000 (Tue, 16 Jan 2007)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r23024.
   Fixed 5 fuzzy translations and 1 untranslated message.
   Removed 25 obsolete messages.


r863451 | marcosc | 2007-02-12 00:44:12 +0000 (Mon, 12 Feb 2007)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r23376.
   Fixed 11 fuzzy translations and 3 untranslated messages.
   Removed 4 obsolete messages.


r864909 | marcosc | 2007-04-30 17:14:13 +0000 (Mon, 30 Apr 2007)

Brazilian portuguese translation update.

 * subversion/po/pt_BR.po:
   Update translation to r24834.
   Fixed 40 fuzzy translations and 29 untranslated messages.