On 21/09/2007, Green <[EMAIL PROTECTED]> wrote: > > > Even thou Webpy is moving to bzr and other dvcs please continue to > maintain the webpy svn repo > as it super easy and all we need to do is svn co >
Since one of the goals of Bazaar is ease-of-use and migration, it aliases almost all the common commands from svn and cvs. For almost any operation you know from svn, just typing bzr instead would work as you'd expect. Of course you get a lot more because of the distributed nature of Bazaar - it is much easier to start working on your own branch and continue to pull changes from mainline, for example. -- Tom Berger http://intellectronica.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
