Magellan Linux

Diff of /trunk/pkgtools/svn-tag.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1330 by niro, Fri Apr 24 19:17:49 2009 UTC revision 1331 by niro, Tue May 31 17:44:01 2011 UTC
# Line 21  REPO_ROOT="$(svn info | grep 'Repository Line 21  REPO_ROOT="$(svn info | grep 'Repository
21  [[ $? -ne 0 ]] && usage  [[ $? -ne 0 ]] && usage
22    
23  echo "tagging ${URI} with '${TAG}'..."  echo "tagging ${URI} with '${TAG}'..."
24  svn copy -m "${MESSAGE}" "${URI}" "${REPO_ROOT}/tags/${TAG}"  svn copy -m "${MESSAGE}" "${URI}" "${REPO_ROOT}/${SUBDIR}/tags/${TAG}"

Legend:
Removed from v.1330  
changed lines
  Added in v.1331