source: branches/camp/camp-2_5-E/commit.sh @ 18888

Revision 18888, 125 bytes checked in by miningbrownie, 14 years ago (diff)

テストコミット

  • Property svn:executable set to *
Line 
1#!/bin/bash
2
3echo "svn add data/ html/ "
4svn add data html --force
5echo "svn ci data/ html/"
6svn ci -m "$1" data/ html/
7
8
9
Note: See TracBrowser for help on using the repository browser.