|
Revision 410, 1.0 kB
(checked in by dhughes, 2 years ago)
|
|
This commits some outstanding updates and also adds a useTransaction argument to delete and deleteAll on the iterator object.
Fixes #59
|
| Line | |
|---|
| 1 | rmdir /S /Q "C:\Inetpub\Reactor For ColdFusion\distribute" |
|---|
| 2 | mkdir "C:\Inetpub\Reactor For ColdFusion\distribute" |
|---|
| 3 | |
|---|
| 4 | cd c:\Program Files\Subversion\bin\ |
|---|
| 5 | |
|---|
| 6 | svn export http://svn.reactorframework.com/reactor/trunk/reactor "C:\Inetpub\Reactor For ColdFusion\distribute\Reactor" --force |
|---|
| 7 | svn export http://svn.reactorframework.com/reactor/trunk/ReactorSamples "C:\Inetpub\Reactor For ColdFusion\distribute\ReactorSamples" --force |
|---|
| 8 | svn export http://svn.reactorframework.com/reactor/trunk/Documentation/Documentation/!SSL! "C:\Inetpub\Reactor For ColdFusion\distribute\Documentation" --force |
|---|
| 9 | |
|---|
| 10 | echo Reactor Version Information > "C:\Inetpub\Reactor For ColdFusion\distribute\version.txt" |
|---|
| 11 | echo This is zip file contains an alpha version of Reactor 1.0. For the specific build number, see the revision number below. >> "C:\Inetpub\Reactor For ColdFusion\distribute\version.txt" |
|---|
| 12 | echo --------------------------- >> "C:\Inetpub\Reactor For ColdFusion\distribute\version.txt" |
|---|
| 13 | |
|---|
| 14 | svn info svn://alagad.com/reactor >> "C:\Inetpub\Reactor For ColdFusion\distribute\version.txt" |
|---|
| 15 | |
|---|