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:
-
Jul 7, 2009, 12:41:26 AM (14 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v22
|
v23
|
|
111 | 111 | |
112 | 112 | === Download SF App From !SilverFile Dev Server === |
| 113 | On Dev Server export SF svn repo to create a clean copy: |
| 114 | {{{ |
| 115 | rm -rf /usr/svn/sfexport |
| 116 | svn export /home/devsilverfile/trunk /usr/svn/sfexport |
| 117 | }}} |
| 118 | |
113 | 119 | Create Initial Copy From Mercurial Repo (as hank): |
114 | | |
115 | 120 | {{{ |
116 | 121 | /usr/bin/rsync -av --timeout=300 --delete -e '/usr/bin/ssh -p 2240 -o ConnectTimeout=3' \ |
… |
… |
|
119 | 124 | hank@dev.silverfilecorp.com:/usr/hg/repos/sf-app/utils \ |
120 | 125 | hank@dev.silverfilecorp.com:/usr/hg/repos/sf-app/third_party \ |
121 | | hank@dev.silverfilecorp.com:/home/hank/production \ |
| 126 | hank@dev.silverfilecorp.com:/usr/svn/sfexport/app_skins/production \ |
122 | 127 | /usr/wwwapps/sf-app/ |
123 | 128 | }}} |