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
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
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
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
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.
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
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
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