
| Key: |
CCNET-1590
|
| Type: |
Improvement
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Mark Humphreys
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
30 minutes
|
Remaining Estimate:
|
30 minutes
|
Time Spent:
|
Unknown
|
|
Environment:
|
Windows / Seapine Surround / Delphi 2009
|
|
|
When checking output code from Seapine Surround and Delphi 2009, build directory needs to be read/write enabled. otherwise the build fails.
Fix is to change the 'GetSource' method of the surround.cs file to add the '-e' option to the sscm command-linei, i.e.
string command = String.Format("get * -q -e -tcheckin -wreplace {0} -d{1} -b{2} -p{3} -z{4} -y{5}",
|
|
Description
|
When checking output code from Seapine Surround and Delphi 2009, build directory needs to be read/write enabled. otherwise the build fails.
Fix is to change the 'GetSource' method of the surround.cs file to add the '-e' option to the sscm command-linei, i.e.
string command = String.Format("get * -q -e -tcheckin -wreplace {0} -d{1} -b{2} -p{3} -z{4} -y{5}",
|
Show » |
| There are no comments yet on this issue.
|
|