close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Apr 16, 2010, 8:25:13 PM (13 years ago)
- Author:
-
greg
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v60
|
v61
|
|
152 | 152 | cd /usr/wwwapps/sf-app/ |
153 | 153 | scp -P 2222 -r <user>@jump.silverfilecorp.com:/usr/silverfile/sf-app/dist/files-0.2.tar.gz files.tar.gz |
154 | | scp -P 2222 -r <user>@jump.silverfilecorp.com:/usr/silverfile/sf-app/utils utils |
155 | | scp -P 2222 -r <user>@jump.silverfilecorp.com:/usr/silverfile/production production |
| 154 | scp -P 2222 -r <user>@jump.silverfilecorp.com:/usr/silverfile/sf-app/utils /usr/wwwapps/sf-app/ |
| 155 | scp -P 2222 -r <user>@jump.silverfilecorp.com:/usr/silverfile/production /usr/wwwapps/sf-app/ |
156 | 156 | }}} |
157 | 157 | |
… |
… |
|
161 | 161 | mv files-0.2/files /usr/wwwapps/sf-app/files |
162 | 162 | rm files.tar.gz |
163 | | rm files-0.2 |
| 163 | rm -r files-0.2 |
164 | 164 | }}} |
165 | 165 | |