Re: [Coapp-developers] shallow forking feedback

2011-06-09 Thread Andreas Schiffler
a couple spots, but some pretty-easy fixes for me. Thanks! *From:*Andreas Schiffler [mailto:aschiff...@ferzkopp.net] *Sent:* Tuesday, June 07, 2011 11:01 PM *To:* Garrett Serack *Subject:* Re: [Coapp-developers] shallow forking feedback Super - the new version works and my shallow-fork of SD

Re: [Coapp-developers] shallow forking feedback

2011-06-08 Thread Garrett Serack
...@ferzkopp.net] Sent: Tuesday, June 07, 2011 11:01 PM To: Garrett Serack Subject: Re: [Coapp-developers] shallow forking feedback Super - the new version works and my shallow-fork of SDL verifies (log attached). On 6/7/11 12:11 PM, Garrett Serack wrote: *blink* Ah... dammit. I found it-I missed

Re: [Coapp-developers] shallow forking feedback

2011-06-06 Thread Andreas Schiffler
Hi Rafael, no - my system is not that messed up. I used a standard feature of Win7 and created a username with a space in it; nothing was ever moved. I have C: (small SSD), D: (DVD) and E: (big HD). Here is how you get to my state: - install system clean on C: and format E: - add user(s) wit

Re: [Coapp-developers] shallow forking feedback

2011-06-06 Thread Garrett Serack
Oh yes... silly me. G From: Trevor Dennis [mailto:tre...@dennis-it.com] Sent: Monday, June 06, 2011 4:34 PM To: Garrett Serack Cc: Andreas Schiffler; Rafael Rivera; coapp-developers@lists.launchpad.net Subject: Re: [Coapp-developers] shallow forking feedback Hi, Moving "My Documents"

Re: [Coapp-developers] shallow forking feedback

2011-06-06 Thread Trevor Dennis
pers-bounces+garretts= > microsoft@lists.launchpad.net] * On Behalf Of *Andreas Schiffler > *Sent:* Sunday, June 05, 2011 9:22 PM > *To:* Rafael Rivera > *Cc:* coapp-developers@lists.launchpad.net > *Subject:* Re: [Coapp-developers] shallow forking feedback > > > > I hav

Re: [Coapp-developers] shallow forking feedback

2011-06-06 Thread Garrett Serack
p-developers@lists.launchpad.net Subject: Re: [Coapp-developers] shallow forking feedback I have a system install on a smallish SSD drive as C: but all software is installed to the largish standard HD as E: ... so the search scheme of ptk won't work in that case. It is probably better to

Re: [Coapp-developers] shallow forking feedback

2011-06-06 Thread Garrett Serack
p-developers-bounces+garretts=microsoft@lists.launchpad.net [mailto:coapp-developers-bounces+garretts=microsoft@lists.launchpad.net] On Behalf Of Andreas Schiffler Sent: Sunday, June 05, 2011 9:22 PM To: Rafael Rivera Cc: coapp-developers@lists.launchpad.net Subject: Re: [Coapp-developers] sha

Re: [Coapp-developers] shallow forking feedback

2011-06-05 Thread Andreas Schiffler
I have a system install on a smallish SSD drive as C: but all software is installed to the largish standard HD as E: ... so the search scheme of ptk won't work in that case. It is probably better to also check the registry and find the actual installation path of the tools. As for C:\Users and

Re: [Coapp-developers] shallow forking feedback

2011-06-05 Thread Rafael Rivera
Also, setting the path isn't necessary. ptk will search for git and other tools in the following directories: %ProgramFiles(x86)% %ProgramFiles% %ProgramW6432% %SystemRoot%\Microsoft.NET Why is there an E:\Users and a C:\Users? /rafael On 6/5/2011 5:51 PM, Andreas Schiffler wrote: I tried a s

Re: [Coapp-developers] shallow forking feedback

2011-06-05 Thread Rafael Rivera
Hey Andreas, Can you attach your .buildinfo thus far? I suspect something isn't quoted correctly in your clean command. /rafael On 6/5/2011 5:51 PM, Andreas Schiffler wrote: I tried a shallow-fork SDL this weekend as per http://coapp.org/shallow-forking and have some feedback: To get ptk g

[Coapp-developers] shallow forking feedback

2011-06-05 Thread Andreas Schiffler
I tried a shallow-fork SDL this weekend as per http://coapp.org/shallow-forking and have some feedback: To get ptk going and as VS and TortoiseGit user, I needed to manually add the path to Git\bin as well as the path to Windows SDK\bin to the global %PATH% environment variable. Maybe that cou