Re: check out source code

1,965 views
Skip to first unread message

GingerPrince

unread,
Jul 19, 2012, 6:03:40 PM7/19/12
to growld...@googlegroups.com
nothing? I'd have thought actually checking out the source code was fairly basic, I can't imagine I'm the only person having problems with this?

On Wednesday, July 18, 2012 7:20:49 PM UTC+1, 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 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 config setting)

warning: 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 config setting)

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

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'

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

cloning subrepo external_dependencies/cocoaasyncsocket from git://github.com/growl/CocoaAsyncSocket.git

cloning subrepo external_dependencies/cocoalumberjack from git://github.com/growl/CocoaLumberjack.git

cloning subrepo external_dependencies/iso8601parser from git://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

Daniel Siemer

unread,
Jul 19, 2012, 6:35:19 PM7/19/12
to Growl Discuss
So, apologies for not responding sooner, out of curiosity do you have
the command line tools package installed from XCode? I suspect your
local environment isn't quite normal, since mercurial has warnings/
errors about both the git and svn sub repo's.
Other than that, your command had the destination and source portions
of the command rammed together with no space between them.

GingerPrince

unread,
Jul 19, 2012, 7:13:31 PM7/19/12
to growld...@googlegroups.com
Hi Daniel

Thanks for responding. 

I'm not sure about the xcode command line tools, possibly I installed it. how would I know?

I am running on mountain lion if you think that will make a difference? mercurial says it runs on 10.8 though. 

I'm not sure what you mean that there is no space.. I have got a space between the repository and my dest dir, is that what you meant?

cheers
Matt

Josh

unread,
Jul 19, 2012, 7:34:12 PM7/19/12
to growld...@googlegroups.com

On 20 Jul 2012, at 00:13, GingerPrince wrote:

> I'm not sure about the xcode command line tools, possibly I installed it. how would I know?
>

Xcode -> Preferences -> Downloads -> Components

GingerPrince

unread,
Jul 20, 2012, 10:32:24 AM7/20/12
to growld...@googlegroups.com
Nope - tried the download from a windows pc at work and I get exactly the same error. 

Could somebody else try doing a clone, I really don't think it's my end. 

is there anywhere I can look for more info? "abort:no such file or directory" doesn't tell me a lot.

cheers
Matt

GingerPrince

unread,
Jul 20, 2012, 10:33:32 AM7/20/12
to growld...@googlegroups.com
but to answer the question from Daniel - Yes, I do have command line tools installed but as I said below - I tried it on a windows machine and had exactly the same problem. 

Chris Forsythe

unread,
Jul 20, 2012, 11:18:01 PM7/20/12
to growld...@googlegroups.com
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

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 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 config setting)

warning: 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 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 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

cloning subrepo external_dependencies/cocoaasyncsocket from git://github.com/growl/CocoaAsyncSocket.git

cloning subrepo external_dependencies/cocoalumberjack from git://github.com/growl/CocoaLumberjack.git

cloning subrepo external_dependencies/iso8601parser from git://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.
To view this discussion on the web visit https://groups.google.com/d/msg/growldiscuss/-/qFpwv2PPyY8J.
To post to this group, send email to growld...@googlegroups.com.
To unsubscribe from this group, send email to growldiscuss...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.

Christopher Forsythe

unread,
Jul 21, 2012, 5:02:26 PM7/21/12
to growld...@googlegroups.com
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
--
Chris Forsythe

GingerPrince

unread,
Jul 22, 2012, 5:59:10 PM7/22/12
to growld...@googlegroups.com
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
--
Chris Forsythe

Chris Forsythe

unread,
Jul 24, 2012, 2:59:24 AM7/24/12
to growld...@googlegroups.com
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
To view this discussion on the web visit https://groups.google.com/d/msg/growldiscuss/-/bmmmQCYIqrQJ.

GingerPrince

unread,
Jul 30, 2012, 7:59:26 AM7/30/12
to growld...@googlegroups.com
Thanks for your help Christopher, I managed to get it checked out ok.

I generated a certificate as you hinted at although I took that as a warning rather than an error. 

I had to install svn and git as well as mercurial - something the instructions don't mention. 

I also had to install the Xcode command line tools but possibly only so I could install svn via macports. 

thanks again for your help
Matt
To unsubscribe from this group, send email to growldiscuss+unsubscribe@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages