The GIT

[quote=“yfede”]nooooo :frowning:
SVN was soooo easy thanks to TortoiseSVN…[/quote]
TortoiseSVN works nicely for me, too - But I’ll follow Juce whereever it goes

[quote=“jules”]Ok, I’ve moved it all to the GIT… which was quite painless, really! All the history is retained, and I think this will be a much better system.
[/quote]
OK, I’ve installed Git on XP, but where do I point it at? Is tthere a a URI or something?
{May be a dim question. Mine often are}

I put the uri here:
http://www.rawmaterialsoftware.com/juce/download.php

[quote=“jules”]I put the uri here:
http://www.rawmaterialsoftware.com/juce/download.php[/quote]
Thanks Jules!
And that’s a very polite way of saying “Yes, a dim question, RTF website” :oops: :smiley:

I just got an error message when using git on Windows XP to grab the tip (with cygwin)… don’t know if this is a problem or not?

$ git clone git://juce.git.sourceforge.net/gitroot/juce/juce
Initialized empty Git repository in /cygdrive/c/juce/.git/
remote: Counting objects: 15568, done.
remote: Compressing objects: 100% (3546/3546), done.
remote: Total 15568 (delta 11902), reused 15405 (delta 11803)
Receiving objects: 100% (15568/15568), 23.39 MiB | 302 KiB/s, done.
Resolving deltas: 100% (11902/11902), done.
error: unable to unlink old ‘extras/prebuilt/binarybuilder’ (No such file or directory)
Checking out files: 100% (1194/1194), done.

Pete

That just sounds like cygwin buggering up a file operation. Haven’t seen any such problems on real operating systems like mac/linux…

:slight_smile:

I am trying to find the directions for updating the repository, instead of cloning. Any hints?

Thanks,

Sean Costello

“git pull”, should do the trick.

Could you provide a bit more details? I tried this:

git pull git://juce.sourceforge.net/gitroot/juce/juce

and got this:

fatal: Not a git repository (or any of the parent directories): .git

Thanks,

Sean Costello

If you’ve already got a repository, then you just type “git pull”'… No need to give it a URL.

I believe you have to clone first… from then on you can pull…