I posted my sample .hgignore for a web2py project, should work *since we don't want databases or sessions with the commits*
-Thadeus On Sat, Dec 5, 2009 at 3:27 PM, Yarko Tymciurak <[email protected]> wrote: > come to think of it, that might not be a "fair" timing: > > web2py repository VERSIONS derived files (and binary ones at that) - > the *.w2p files; > > That can create huge change sets.... > > Massimo - can you think of how to derive the *.w2p files, and NOT > check them in? This would be better, so that there would be a "make > distribution" which would create the w2p's ortherwise, if you get > source _you_ have to create them (e.g. make distrib, or something like > that). > > Also - can you check-in a .hgignore file? That should be part of the > clone (e.g. *.pyc); if someone changes their local, it will just > merge, but by default we should have on in the repository which makes > sense. > > Thanks, > Yarko > > On Dec 5, 1:46 pm, mdipierro <[email protected]> wrote: >> I can confirm. :-) >> >> On Dec 5, 1:34 pm, Yarko Tymciurak <[email protected]> >> wrote: >> >> >> >> > FYI - I made clean clones from both launchpad and google code / >> > mercurial today. >> >> > To ensure that the server was "queued" / cached, I did a checkout, >> > deleted my local clone, and then repeated the checkout (timed the >> > second time). >> >> > I think you will be pleased with the results - here's what I got >> > (Comcast broadband connection in Chicago): >> >> > hg : 0m2.589s (yes, seconds); >> > bzr: 12m54.025s (== 774.025); >> >> > That is about a 300 X improvement (more than two orders of magnitude). >> >> > Enjoy! >> >> > ---------------------- >> > ~/workspace/web2py$ rm -rf clean-hg >> > ~/workspace/web2py$ time hg clonehttps://web2py.googlecode.com/hg/ >> > clean-hg >> > requesting all changes >> > adding changesets >> > adding manifests >> > adding file changes >> > added 1 changesets with 603 changes to 603 files >> > updating to branch default >> > 603 files updated, 0 files merged, 0 files removed, 0 files unresolved >> >> > real 0m2.589s >> > user 0m1.192s >> > sys 0m0.172s >> > ----------------- >> > ~/workspace/web2py/clean-bzr$ rm -rf devel >> > ~/workspace/web2py/clean-bzr$ time bzr branch lp:~mdipierro/web2py/ >> > devel >> > You have not informed bzr of your Launchpad ID, and you must do this >> > to >> > write to Launchpad or access private data. See "bzr help launchpad- >> > login". >> > Branched 1423 revision >> > (s). >> >> > real 12m54.025s >> > user 0m20.629s >> > sys 0m6.340s > > -- > > You received this message because you are subscribed to the Google Groups > "web2py-users" 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/web2py?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en.

