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

Revision 19539, 186 bytes checked in by miningbrownie, 14 years ago (diff)
  • Property svn:executable set to *
RevLine 
[18888]1#!/bin/bash
[19539]2svn up data html
[18888]3echo "svn add data/ html/ "
4svn add data html --force
5echo "svn ci data/ html/"
[19539]6#svn ci -m "auto commit by watch" data/ html/
7svn ci -m "" data/ html/
[18888]8
9
10
Note: See TracBrowser for help on using the repository browser.