Below is the list of changes that have just been committed into a local
5.0 repository of kent. When kent does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.1951 05/08/06 03:10:35 kent@stripped +1 -0
make_win_src_distribution.sh:
Added missing backslashes
scripts/make_win_src_distribution.sh
1.39 05/08/06 03:09:06 kent@stripped +2 -2
Added missing backslashes
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: kent
# Host: dialup-d2i-62-65-90-188.home.se
# Root: /Users/kent/mysql/bk/mysql-5.0-release
--- 1.38/scripts/make_win_src_distribution.sh 2005-08-04 17:06:19 +02:00
+++ 1.39/scripts/make_win_src_distribution.sh 2005-08-06 03:09:06 +02:00
@@ -343,8 +343,8 @@
# Search the tree for plain text files and adapt the line end marker
#
find $BASE \( -name "*.dsp" -o -name "*.dsw" -o -name "*.cnf" -o -name "*.ini" \
- -o -name COPYING -o -name ChangeLog -o -name EXCEPTIONS-CLIENT
- -o -name "INSTALL*" -o -name LICENSE -o -name "README*"
+ -o -name COPYING -o -name ChangeLog -o -name EXCEPTIONS-CLIENT \
+ -o -name "INSTALL*" -o -name LICENSE -o -name "README*" \
-o -name "*.vcproj" -o -name "*.sln" \) -type f -print \
| while read v
do
| Thread |
|---|
| • bk commit into 5.0 tree (kent:1.1951) | kent | 6 Aug |