[geeklog-jp commit] r953 - trunk/tools

Back to archive index

codes****@googl***** codes****@googl*****
2008年 10月 15日 (水) 00:10:35 JST


Author: tacahi
Date: Tue Oct 14 08:08:31 2008
New Revision: 953

Modified:
    trunk/tools/make-tag.sh

Log:
子細だが致命的なバグを修正。ピリオドを付けるのはタグではなく、
コミット・ログの中身である。


Modified: trunk/tools/make-tag.sh
==============================================================================
--- trunk/tools/make-tag.sh	(original)
+++ trunk/tools/make-tag.sh	Tue Oct 14 08:08:31 2008
@@ -116,7 +116,7 @@
  fi

  if "${docopy}"; then
-	svn copy -m "Make ${type} ${target} from ${base}" "${base}" "${target}." | 
| exit
+	svn copy -m "Make ${type} ${target} from ${base}." "${base}" "${target}" | 
| exit
  fi
  svn export -q "${target}" || {
      error=$?




Geeklogjp-changes メーリングリストの案内
Back to archive index