dector wrote: > It doesn't works with me. That is not git-repo. > > On 28 Бер, 15:20, Maaartin <[email protected]> wrote: > > I works nice. I just did > > > > git clonehttp://h2database.googlecode.com/svnh2database > > > > and got the whole repo (without tags). It took ages, but works nice.
The line git clonehttp://h2database.googlecode.com/svnh2database is (at least) twice wrong. I forgot "svn" and somebody/something lost a space before "h2database". The following REALLY works: git svn clone http://h2database.googlecode.com/svn h2database To Thomas: That said, switching from svn to git was for sure the best decision I did last year. Regards, Maaartin. -- You received this message because you are subscribed to the Google Groups "H2 Database" 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/h2-database?hl=en.
