Re: Git with Google Code

2009-04-30 Thread Rayne
I'm switching to ubuntu tonight anyways. Still pretty upsetting that, mentioning Git sucks on windows starts a round of "Windows sux!". :\ On Apr 29, 3:55 am, dysinger wrote: > Let me abstract that out a little for you :P > > (defn on-windows [x] >   (format "%s sucks on windows!" x)) > > On Ap

Re: Git with Google Code

2009-04-30 Thread Alvaro Vilanova Vidal
Soon, we will be able to use a DVCS on Google Code :) http://google-code-updates.blogspot.com/2009/04/mercurial-support-for-project-hosting.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post

Re: Git with Google Code

2009-04-29 Thread Kevin O'Neill
Baring server hickups it checks for updates once an hour. -k. On Thu, Apr 30, 2009 at 7:20 AM, Cosmin Stejerean wrote: > On Wed, Apr 29, 2009 at 3:57 PM, Kevin O'Neill wrote: >> >> no you have that the wrong way around. windows sucks :) >> >> if you dont want to (or can't) use git-svn i mainta

Re: Git with Google Code

2009-04-29 Thread Cosmin Stejerean
On Wed, Apr 29, 2009 at 3:57 PM, Kevin O'Neill wrote: > > no you have that the wrong way around. windows sucks :) > > if you dont want to (or can't) use git-svn i maintain a mirror on git > hub (http://github.com/kevinoneill/clojure/tree/master). > Thanks for maintaining that, it's what I always

Re: Git with Google Code

2009-04-29 Thread Kevin O'Neill
no you have that the wrong way around. windows sucks :) if you dont want to (or can't) use git-svn i maintain a mirror on git hub (http://github.com/kevinoneill/clojure/tree/master). -k. On Wed, Apr 29, 2009 at 6:36 AM, Rayne wrote: > > Git still sucks on windows :\ > > On Apr 28, 11:04 am, St

Re: Git with Google Code

2009-04-29 Thread Vincent Foley
http://article.gmane.org/gmane.comp.version-control.git/117039 On Apr 29, 1:01 am, Dan wrote: > On Tue, Apr 28, 2009 at 4:36 PM, Rayne wrote: > > > Git still sucks on windows :\ > > On which grounds? > > Or as wikipedia would put it [citation needed] --~--~-~--~~~---

Re: Git with Google Code

2009-04-29 Thread Christophe Grand
git-svn has been reenabled in msysgit since one or two releases and works well. Luke Amdor a écrit : > I believe git-svn doesn't work under msysgit. When I did have use git > under windows, I used cygwin's git. It did everything that the *nix > git could do. > > Luke > > On Apr 29, 4:03 am, Mark

Re: Git with Google Code

2009-04-29 Thread Luke Amdor
I believe git-svn doesn't work under msysgit. When I did have use git under windows, I used cygwin's git. It did everything that the *nix git could do. Luke On Apr 29, 4:03 am, Marko Kocić wrote: > (defn on-windows [x] >   (use "http://code.google.com/p/msysgit";) >   'success) > > On 29 апр, 1

Re: Git with Google Code

2009-04-29 Thread Marko Kocić
(defn on-windows [x] (use "http://code.google.com/p/msysgit";) 'success) On 29 апр, 10:55, dysinger wrote: > Let me abstract that out a little for you :P > > (defn on-windows [x] >   (format "%s sucks on windows!" x)) > > On Apr 28, 1:36 pm, Rayne wrote: > > > Git still sucks on windows :\

Re: Git with Google Code

2009-04-29 Thread dysinger
Let me abstract that out a little for you :P (defn on-windows [x] (format "%s sucks on windows!" x)) On Apr 28, 1:36 pm, Rayne wrote: > Git still sucks on windows :\ > > On Apr 28, 11:04 am, Stuart Sierra > wrote: > > > FYI, for those interested in using Git for Clojure sources, here's > > G

Re: Git with Google Code

2009-04-29 Thread dysinger
Or you can just point github.com at the svn repo. Stuart Sierra wrote: > FYI, for those interested in using Git for Clojure sources, here's > Google's advice on how to use Git with Google Code: > > http://google-opensource.blogspot.com/2008/05/develop-with-git-on-google-code-project.html > > -SS

Re: Git with Google Code

2009-04-28 Thread Dan
On Tue, Apr 28, 2009 at 4:36 PM, Rayne wrote: > > Git still sucks on windows :\ > On which grounds? Or as wikipedia would put it [citation needed] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. T

Re: Git with Google Code

2009-04-28 Thread Rayne
Git still sucks on windows :\ On Apr 28, 11:04 am, Stuart Sierra wrote: > FYI, for those interested in using Git for Clojure sources, here's > Google's advice on how to use Git with Google Code: > > http://google-opensource.blogspot.com/2008/05/develop-with-git-on-goo... > > -SS --~--~-~