Re: git is to overwhelming

2007-06-04 Thread Tim Stahlhut
RusH wrote: > but i dont want to know git, i just want to download latest source snapshot. Try it using just CVS; that is what I do, it works OK; it justs not the best if you wish to develop for WINE. Tim S This is what I think I use to check out the HEAD of the git. FYI: Git supports CVS acces

Re: git is to overwhelming

2007-06-04 Thread Tim Stahlhut
RusH wrote: > but i dont want to know git, i just want to download latest source snapshot. Try it using just CVS; that is what I do, it works OK; it justs not the best if you wish to develop for WINE. Tim S This is what I think I use to check out the HEAD of the git. FYI: Git supports CVS acces

Re: git is to overwhelming

2007-06-03 Thread Jan Zerebecki
On Sun, Jun 03, 2007 at 09:47:31PM +0200, RusH wrote: > So in summary, could someone please add a simple _"svn update" git > replacement_ to the wiki? git fetch origin git reset --hard origin Notice that you will loose all changes (contrary to svn update), even the ones you commited. Not that w

Re: git is to overwhelming

2007-06-03 Thread Vitaliy Margolen
RusH wrote: > On 6/3/07, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: >> RusH wrote: >> > Maybe im just to stupid for it :( >> > I want to use git to download most current source, try my patches, >> > then to again download most current source. I cant do it. >> > wiki.winehq.org/GitWine >> > doesnt

Re: git is to overwhelming

2007-06-03 Thread Marcus Meissner
On Sun, Jun 03, 2007 at 09:47:31PM +0200, RusH wrote: > On 6/3/07, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: > >RusH wrote: > >> Maybe im just to stupid for it :( > >> I want to use git to download most current source, try my patches, > >> then to again download most current source. I cant do it.

Re: git is to overwhelming

2007-06-03 Thread RusH
On 6/3/07, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: RusH wrote: > Maybe im just to stupid for it :( > I want to use git to download most current source, try my patches, > then to again download most current source. I cant do it. > wiki.winehq.org/GitWine > doesnt help at all. You probably shou

Re: git is to overwhelming

2007-06-03 Thread Vitaliy Margolen
RusH wrote: > Maybe im just to stupid for it :( > I want to use git to download most current source, try my patches, > then to again download most current source. I cant do it. > wiki.winehq.org/GitWine > doesnt help at all. You probably should read main documentation about GIT then. What we have o

git is to overwhelming

2007-06-03 Thread RusH
Maybe im just to stupid for it :( I want to use git to download most current source, try my patches, then to again download most current source. I cant do it. wiki.winehq.org/GitWine doesnt help at all. For example I had wine-0.9.37 fetched, added few patches, compiled it, installed locally, all w