File: tag-fc-solve-release.bash

package info (click to toggle)
freecell-solver 3.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,332 kB
  • sloc: ansic: 29,493; perl: 8,911; xml: 5,162; python: 1,124; sh: 777; ruby: 358; cpp: 304; makefile: 150
file content (6 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/bash
set -x
VER="$(cat ver.txt)"
svn copy -m "Tagging the Freecell Solver $VER release" \
    http://fc-solve.googlecode.com/svn/fc-solve/trunk/ \
    http://fc-solve.googlecode.com/svn/fc-solve/tags/releases/"$VER"