In Xcode 4.3.3, i think it's Preferences -> Downloads. Check to see if anything interesting is there in whatever the equivalent is on 10.8?
This is a mercurial repository, but we have git, mercurial and subversion subrepos. http://mercurial.selenic.com/wiki/Subrepository has more information on those specifically. You need subversion due to shortcut recorder (the hotkey recorder). -- Chris Forsythe @The_Tick (http://twitter.com/The_Tick) On Sunday, July 22, 2012 at 4:59 PM, GingerPrince wrote: > Hi Chris > > Thanks for taking the time to answer. I generated a cert so that problem > seems to have gone. > > I do have xcode but it is a dev preview so it's possible it doesn't have > everything installed. is there somewhere that tells me what packages I should > have installed? > > Why do I need subversion? I thought it was a git repository? > > cheers > Matt > > On Saturday, July 21, 2012 10:02:26 PM UTC+1, Christopher Forsythe wrote: > > Just a thought, do you have all of the extra packages installed? With xcode > > 4.3, they split some things off. I don't know about 10.8 and newer xcode's, > > but with 10.7 you had to download extra packages to get things like > > packagemaker back. Just a thought. > > > > Chris > > > > On Fri, Jul 20, 2012 at 10:18 PM, Chris Forsythe wrote: > > > You have multiple issues, I can check this out fine on redacted, so I'm > > > not sure what's up. However, I'll comment inline on the different > > > problems and that'll give you something to try to google. > > > > > > -- > > > Chris Forsythe > > > @The_Tick (http://twitter.com/The_Tick) > > > > > > > > > On Wednesday, July 18, 2012 at 1:20 PM, GingerPrince wrote: > > > > > > > ok, so I tried cloning the 1.4 release from the default branch and got > > > > this : > > > > > > > > > > > > > > hg clone -r "Growl.app 1.4" -b default > > > > > https://code.google.com/p/growl > > > > > /Volumes/Data/matt/Documents/dev/growl > > > > > > > > > > > > > > > warning: code.google.com (http://code.google.com) certificate with > > > > > fingerprint > > > > > c4:0c:c8:54:d7:c9:fc:5f:b5:8b:38:53:31:6d:05:11:b4:53:9d:1b not > > > > > verified (check hostfingerprints or web.cacerts (http://web.cacerts) > > > > > config setting) > > > > > > > > > > > > > > > warning: code.google.com (http://code.google.com) certificate with > > > > > fingerprint > > > > > c4:0c:c8:54:d7:c9:fc:5f:b5:8b:38:53:31:6d:05:11:b4:53:9d:1b not > > > > > verified (check hostfingerprints or web.cacerts (http://web.cacerts) > > > > > config setting) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > You're having problems with the certificates provided by google. It says > > > here what do to about that with "check hostfingerprints or web.cacerts > > > (http://web.cacerts) config settings" > > > > > > > > > > > > > > > > warning: templates not found /usr/local/git/share/git-core/templates > > > > > > > > > > > > > > > warning: templates not found /usr/local/git/share/git-core/templates > > > > > > > > > > > > > > > warning: templates not found /usr/local/git/share/git-core/templates > > > > > > > > > > > > > > > warning: templates not found /usr/local/git/share/git-core/templates > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Something is up with your git-core/templates. Maybe do a ls > > > /usr/local/git/share/git-core/templates ? Do you have Xcode installed? > > > > > > > > > > > > > > > > checking out detached HEAD in subrepo > > > > > external_dependencies/iso8601parser > > > > > > > > > > > > > > > check out a git branch if you intend to make changes > > > > > > > > > > > > > > > abort: 'svn' executable not found for subrepo > > > > > 'external_dependencies/shortcutrecorder' > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Type "which svn" and see if it tells you if svn is installed or not. > > > > > > > > > > > > > adding changesets > > > > > > > > > > > > > > > adding manifests > > > > > > > > > > > > > > > adding file changes > > > > > > > > > > > > > > > added 6262 changesets with 27542 changes to 9434 files > > > > > > > > > > > > > > > updating to branch default > > > > > > > > > > > > > > > cloning subrepo external_dependencies/SGHotKeysLib from > > > > > git://github.com/growl/SGHotKeysLib.git > > > > > (http://github.com/growl/SGHotKeysLib.git) > > > > > > > > > > > > > > > cloning subrepo external_dependencies/cocoaasyncsocket from > > > > > git://github.com/growl/CocoaAsyncSocket.git > > > > > (http://github.com/growl/CocoaAsyncSocket.git) > > > > > > > > > > > > > > > cloning subrepo external_dependencies/cocoalumberjack from > > > > > git://github.com/growl/CocoaLumberjack.git > > > > > (http://github.com/growl/CocoaLumberjack.git) > > > > > > > > > > > > > > > cloning subrepo external_dependencies/iso8601parser from > > > > > git://github.com/growl/iso-8601-parser-unparser.git > > > > > (http://github.com/growl/iso-8601-parser-unparser.git) > > > > > > > > > > Completed with errors, see above > > > > > > > > > > > > anyone any idea? > > > > > > > > thanks > > > > Matt > > > > > > > > > > > > > > > > > > > > > On Wednesday, July 18, 2012 1:22:08 PM UTC+1, GingerPrince wrote: > > > > > Hi > > > > > > > > > > I'm trying to check out the growl source code using 'hg clone ...' on > > > > > a mac and the clone process warns me that there is a problem with the > > > > > repository certificate but then proceeds to start the clone. > > > > > unfortunately it bombs out saying "growl: no such file or directory" > > > > > > > > > > I've tried creating a blank growl directory and performing the clone > > > > > from that directory - didn't work. I deleted and recreated the growl > > > > > directory and tried the clone from the directory above (ie. so there > > > > > was a growl directory in my current directory) and that didn't work > > > > > either. > > > > > > > > > > I'm trying to check out the latest trunk version, not applying any > > > > > special tags or anything. Is there something wrong with the > > > > > repository or is it something on my end? > > > > > > > > > > thanks for any help > > > > > Matt > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > You received this message because you are subscribed to the Google > > > > Groups "Growl Discuss" group. > > > > > > > > > > > -- > > Chris Forsythe > > @The_Tick (http://twitter.com/The_Tick) > > > -- > You received this message because you are subscribed to the Google Groups > "Growl Discuss" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/growldiscuss/-/bmmmQCYIqrQJ. > To post to this group, send email to [email protected] > (mailto:[email protected]). > To unsubscribe from this group, send email to > [email protected] > (mailto:[email protected]). > For more options, visit this group at > http://groups.google.com/group/growldiscuss?hl=en. -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
