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

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