/[webpac]/update_branches.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /update_branches.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 319 - (hide annotations)
Sun Apr 18 00:51:41 2004 UTC (19 years, 11 months ago) by dpavlin
File MIME type: application/x-sh
File size: 188 byte(s)
script to automatically update all branches to trunk:HEAD

1 dpavlin 319 #!/bin/sh
2    
3     if [ -z "$1" ] ; then
4     echo "Usage: $0 [revision]"
5     exit 1
6     fi
7    
8     rev=$1
9    
10     find branches/ -type d -maxdepth 1 -mindepth 1 | grep -v \.svn | xargs -i svn merge -r$rev:HEAD trunk/ {}

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26