Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-releng-inbox] [Bug 316208] CDT git migration

https://bugs.eclipse.org/bugs/show_bug.cgi?id=316208
Product/Component: CDT / cdt-releng

--- Comment #47 from James Blackburn <jamesblackburn+eclipse@xxxxxxxxx> 2011-06-09 06:26:50 EDT ---
Diff between the .options file for org.eclipse.cdt and org.eclipse.cdt-edc:

bash:jamesb:xl-cbga-20:33631> diff cvs2git.options cvs2git-edc.options
128c128
< ctx.tmpdir = r'cvs2svn-tmp'
---
> ctx.tmpdir = r'cvs2svn-edc-tmp'
166c166
< ctx.revision_collector = ExternalBlobGenerator('cvs2svn-tmp/git-blob.dat')
---
> ctx.revision_collector = ExternalBlobGenerator('cvs2svn-edc-tmp/git-blob.dat')
265c265
< ctx.symbol_info_filename = 'symbol-info.txt'
---
> ctx.symbol_info_filename = 'symbol-info-edc.txt'
632c632
<     r'cvs/tools/org.eclipse.cdt',
---
>     r'cvs/tools/org.eclipse.cdt-edc',


And similarly for org.eclipse.cdt-old

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top