Rev 315 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 315 | Rev 526 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | # kluge used by jag to commit from windows |
1 | # kluge used by jag to commit from windows |
2 | # and not commit Makefiles |
2 | # and not commit windows Makefiles |
3 | cd src |
- | |
4 | svn ci -m "WIP:DIN$1:cc_only" *.cc |
3 | svn ci -m "WIP:DIN$1:cc_only" src/*.cc |
5 | cd factory |
- | |
6 | svn ci -m "WIP:DIN$1:factory" |
4 | svn ci -m "WIP:DIN$1:factory" src/factory |
7 | cd ../../include |
- | |
8 | svn ci -m "WIP:DIN$1:h_only+Makefile.am" *.h |
5 | svn ci -m "WIP:DIN$1:h_only+Makefile.am" include |