Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 235418 Details for
Bug 397955
EMF Compare cannot be used on SVN repositories
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch proposition
patch-Bug 397955.patch (text/plain), 1.07 KB, created by
Bo AR
on 2013-09-12 05:56:05 EDT
(
hide
)
Description:
Patch proposition
Filename:
MIME Type:
Creator:
Bo AR
Created:
2013-09-12 05:56:05 EDT
Size:
1.07 KB
patch
obsolete
>diff --git a/plugins/org.eclipse.emf.compare.ide.ui/src/org/eclipse/emf/compare/ide/ui/internal/logical/StreamAccessorStorage.java b/plugins/org.eclipse.emf.compare.ide.ui/src/org/eclipse/emf/compare/ide/ui/internal/logical/StreamAccessorStorage.java >index db61031..4408363 100644 >--- a/plugins/org.eclipse.emf.compare.ide.ui/src/org/eclipse/emf/compare/ide/ui/internal/logical/StreamAccessorStorage.java >+++ b/plugins/org.eclipse.emf.compare.ide.ui/src/org/eclipse/emf/compare/ide/ui/internal/logical/StreamAccessorStorage.java >@@ -134,7 +134,11 @@ > fullPath = tmp; > } else { > // We can't do much here... >- fullPath = element.getName(); >+ // Create a local compatible path, since it may be interpreted as this in further processing, >+ // but non existing one to avoid real file corruption >+ // Keep the last segment (name and extension) valid, since presentation editor could use it >+ // (icons, etc.) >+ fullPath = "__temporary_pathname__/" + System.currentTimeMillis() + "/" + element.getName(); //$NON-NLS-1$//$NON-NLS-2$ > } > } > return fullPath;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 397955
: 235418