On 12-Mar-09, at 9:14 PM, Sean M. Pappalardo wrote: > Hello. > > Since Olive (the only bzr GUI I could find) is unreliable and slow as > hell, and I'm getting an error when trying to commit using the bzr > command, attached is a patch for 1.6.2 that adds code to move the > configuration files to the new locations for upgrading users. It also > fixes a teeny cosmetic bug in the SCS.3d script.
Just for the record, this patch is to stop everyone's library from getting clobbered. The earlier "Local Settings" patch moved our config files around, and either nobody said anything, or nobody noticed that all of our users would lose their libraries because of it. (The config and mixxxtrack.xml got moved to a ".mixxx" folder). > > > Tests good on Linux, needs to be tested on Windows and OS X. > > BTW, the error I get is: > > bzr: ERROR: Cannot lock > LockDir(http://bazaar.launchpad.net/%7Emixxxdevelopers/mixxx/release-1.6.2/.bzr/branch/lock > > ): > Transport operation not possible: http does not support mkdir() Run: bzr whoami 'Your Name [email protected]' Then: bzr commit sftp://[email protected]/~mixxxdevelopers/mixxx/ release-1.6.2 (put your Launchpad username in there) bzr should remember where to push to after that. The URL it had cached previously was basically the public read-only URL. (The error's telling you that it can't push over http. The above command tells it to use sftp instead.) Hope this helps. If it's not working tomorrow I'll help you sort it out on IRC. Thanks, Albert ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
