Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] How to create patch using (E)Git

Hi Alex,
thx for the fast answer!
 
When I try it I get the following error message:
 
Could not connect to :pserver:anonymous@xxxxxxxxxxxxxxxxxxx:443/cvsroot/tools:
I/O exception occurred:
ProxySOCKS5: java.net.SocketTimeoutException: Read timed out
ProxySOCKS5: java.net.SocketTimeoutException: Read timed out
 
Greets Marko


Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Alex Blewitt
Gesendet: Freitag, 29. April 2011 14:56
An: CDT General developers list.
Cc: CDT General developers list.
Betreff: Re: [cdt-dev] How to create patch using (E)Git

If it's generating multiple megabytes it thinks more than one file has changed. Maybe it's the line encodings?

Anyway, see if this helps for cvs behind a proxy:


On 29 Apr 2011, at 13:34, "Tomljenovic Marko (CDG-SMT/EMT1 CR/PJ-TOP66)"<Marko.Tomljenovic@xxxxxxxxxxxx> wrote:

Hello altogether,
I would like to provide some patches for some small issues.
Unfortunately our company blocks any kind of access to the CVS server (, also the proxy cvs server).
The only way to get to the sources is to use the GIT repository provided here: http://dev.eclipse.org/git/org.eclipse.cdt/org.eclipse.cdt.git
 
Unfortunately either EGit or my understanding of GIT is the problem. Somehow I can't get a patch created that only contains the changed files. The created patch is always multiple MBs big for just one changed file. It seems to contain the changes of multiple projects.
 
Has anybody already worked with EGit and can provide a link or short tutorial how to create a patch for e.g. one changed file?
 
Greets Marko
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Back to the top