Bug #50872 | Problems building EF from trunk | ||
---|---|---|---|
Submitted: | 3 Feb 2010 9:21 | Modified: | 3 Feb 2010 14:59 |
Reporter: | Tonci Grgin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S4 (Feature request) |
Version: | trunk | OS: | Windows (W2K8SE x64) |
Assigned to: | Vladislav Vaintroub | CPU Architecture: | Any |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[3 Feb 2010 9:21]
Tonci Grgin
[3 Feb 2010 9:22]
Tonci Grgin
Other problems
Attachment: Newbug-1.jpg (image/jpeg, text), 27.69 KiB.
[3 Feb 2010 9:22]
Tonci Grgin
WiX problem, just for sake of completenes (not a part of bug actually)
Attachment: Newbug-2.jpg (image/jpeg, text), 20.89 KiB.
[3 Feb 2010 9:24]
Tonci Grgin
Solution explorer view
Attachment: SolutionExplorer.jpg (image/jpeg, text), 23.21 KiB.