From: Date: July 4 2009 6:06pm Subject: Re: More bazaar issues List-Archive: http://lists.mysql.com/internals/37093 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Actually I have never dealt with an SVN/CVS as I have only read about them. I managed to get the branch to work. I also managed to push it successfully to the server with my revisions as 2779 the description is terrible but I really did not think it would work anyways. I am having an issues getting to show my source code as Launchpad keeps giving me a server error when I go to source code and then go into the sql folder it crashes. Hopefully this gets resolved can you let me know if you can into it? Otherwise I may be pushing yet another version to the servers. It takes forever as last time pushed about 640MB. I will finally start on the traversing the Lex today after I take care of a few chores. If you could point me into how to start the at the first item and pointer type would be helpful and save time. Is there are pointer *start -> item or no in the YYTHD I need to work on the Lex structure I realize but I will get it soon I promise. Branch is at [Get this branch: bzr branch lp:~jlukas79/+junk/mysql-server] So far I tested my code in the new version as updated my checkout before moving to a full local branch. So far my code still works as is (still needs good testing but so far it works on basic level). On my proposed schedule: Still on schedule pretty much > Currently at | Develop initial system base :: Est. May 24 - June 30 > Skeleton Code in place - Done > MySQL recognizes empty function command - done already > executes minmal test block such as creates output test file - done > command set as reserved word - done > functions in SQL command - Done > verify data sent, and data structure - In-Progress bazaar took to long Joe On 7/4/09 3:56 AM, "Sergei Golubchik" wrote: > Hi, Joseph! > > On Jul 03, Joseph Lukas wrote: >> Bazaar launchpad >> >> Well so far I waited to what I thought was uploading my changes to >> launchpad in my personal folder setup. I checked the code and it >> listed none of my changes at all. I figure this was from the fact I >> used a checkout instead of full branch as it had random changes and no >> marker from me. So I am attempting to make a new branch and moving my >> changed files over. This is taking much longer than expected and is >> getting frustrating as expected. If it does not work I lost another >> day of work and I am getting fed up with bazaar. Using commit would >> not work and neither would unbind as in googling how to convert it to >> a full branch no steps would work at all. I tried bind and switch and >> keep getting errors all over. I will try and list a patch but I am not >> feeling like it is going to go far. > > I see :( > I suppose you've used cvs or svn but never tried distributed > systems before. It's indeed may be confusing that although they're > similar some concepts are different. > > strange that unbidn doesn't help, it should be able to convert a > checkout to a branch. > > but of course, now when you have your tree on launchpad, you can simply > branch it and work from there. move your changes from your current > working tree with a patch, commit, push, and so on. > > if you'd like you can find me on #mysql-dev channel of freenode > (irc://irc.freenode.net/%23mysql-dev) and we do it step by step. > > Regards, > Sergei