Albert Cheng 6efb39a88e [svn-r13168] Purpose:
bug fix.

Problem:
1. The last fix using "svn --version" did not work since the source code
is shared between different machines which have different svn versions.
Changed the code to inspect the .svn/entries content to guess what version
of svn uses.  From that to decide which GETSVNENTRIES to use.

2. GETSVNENTRIES_14 had two errors:
2.a., % as 1,$ is actually not recognized by ed.  Changed that to "1,$s/..."
  but that got mixed up with $ being a shell meta-character.  Changed to use
  g command instead. (Could have use \ to escape $ but g is cleaner.)
2.b., Some directories have no files but sub-directories.  The ed script
  might end up with an empty file in some steps and ed does not like to
  run g command with an empty file.  Fixed it by adding a dummy blank line.

Platforms tested:
Osage and copper.
2007-01-22 16:36:33 -05:00
..
2005-12-12 17:38:50 -05:00
2005-10-22 10:35:28 -05:00
2003-03-31 12:39:53 -05:00
2005-02-25 10:13:48 -05:00
2005-11-09 17:23:58 -05:00
2007-01-22 16:36:33 -05:00
2005-10-22 10:35:28 -05:00
2005-10-22 10:35:28 -05:00
2006-09-04 13:30:13 -05:00
2005-10-22 10:35:28 -05:00
2005-04-04 17:44:50 -05:00
2004-12-29 09:26:20 -05:00
2004-12-22 00:15:44 -05:00
2005-10-22 10:35:28 -05:00
2003-03-31 12:39:53 -05:00
2006-02-01 17:26:14 -05:00
2001-05-25 15:02:33 -05:00
2005-10-22 10:35:28 -05:00
2005-10-22 10:35:28 -05:00
2005-02-09 16:30:06 -05:00
2005-04-04 17:44:50 -05:00
2003-03-31 12:39:53 -05:00
2005-01-31 22:17:02 -05:00
2005-09-20 16:46:24 -05:00
2006-02-20 11:38:05 -05:00
2006-05-29 16:46:11 -05:00
2005-11-02 17:54:33 -05:00
2006-12-11 20:49:59 -05:00
2005-11-13 21:06:52 -05:00