Hi Rachit,

You are on Windows right?

All lines like
bzr branch lp:mixxx
are for the bazaar command line interface.

If the following is wrong, I hope one Windows expert can correct me:

As far as I know there must be a bzr.exe providing the command line
interface somewhere.
You can check it out with
Start>Run>"cmd.exe"
And then type:
bzr version
If this gives you a reasonable output bzr is installed fine.


now "cd" to your desired workspace directory and type
bzr branch http://bazaar.launchpad.net/~mixxxdevelopers/mixxx/trunk

this should copy the mixxx source on your system.

If any of these commands fail please copy the entire cmd content to this
list.
So we may able to help.

If you also want to try Bazaar Explorer (which I do not know) please make
sure you put only
"http://bazaar.launchpad.net/~mixxxdevelopers/mixxx/trunk<http://bazaar.launchpad.net/%7Emixxxdevelopers/mixxx/trunk>"
as source branch not the entire command like above.

Kind regards,

Daniel


2013/2/28 Rachit Kulshreshtha <rachit....@gmail.com>

> Hey Daniel, sorry for the late reply...
>
> actually what i am trying to do is get a working copy of the code to my
> workstation using this Bazaar Explorer. I am interested in doing a project
> for mixxx under the GSoC banner or even without it if i can get something
> good to do. Right now i just wanted to work on some of the bugs and get a
> good knowledge of the code so that may be i can think about some
> addition\enhancement to the software.
>
> and yes i went through the tutorials and stuff.. i downloaded and
> installed Bazaar from this page (http://wiki.bazaar.canonical.com/Download)
> and then followed the instructions given here (
> http://mixxx.org/wiki/doku.php/using_bazaar#general_procedure_for_distributed_use)
> but then when i try to run the command bzr branch lp:mixxx it asks me for
> authentication to the site xmlrpc.launchpad.in, i registered on the
> launchpad website and provided the same userid and password for
> authentication but nothing happens...
>
> i have checked with my local proxy and everything but i really am not able
> to get where is the problem.
>
> On Tue, Feb 26, 2013 at 7:52 PM, Daniel Schürmann <dasch...@mixxx.org>wrote:
>
>> Hi Rachit,
>>
>> Up to now we have no git repository, but maybe we have one in future.
>>
>> I am not sure what you want to do exactly, checkout a working copy to
>> your workstation or publish your branch at launchpad?
>>
>> Do you have a working copy which build fine on your system?
>> What is your launchpad account?
>>
>> Did you follow a tutorial like this?
>>
>> http://doc.bazaar.canonical.com/beta/en/tutorials/using_bazaar_with_launchpad.html
>>
>> Maybe it is also helpful if you post a complete terminal copy with your
>> command and the and output that fails?
>>
>> Kind regards,
>>
>> Daniel
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> 2013/2/26 Rachit Kulshreshtha <rachit....@gmail.com>
>>
>>> hey, i made an exception for the software in the firewall enabling it to
>>> use all the ports, still not working...
>>>
>>> is there a prblm with the launchpad site, coz m getting this error "bzr:
>>> ERROR: Connection error: while sending CONNECT xmlrpc.launchpad.net:443:
>>> [Errno 10065] A socket operation was attempted to an unreachable host"
>>>
>>> plus on this page https://code.launchpad.net/mixxx , on the right side
>>> of the page it says "import a branch", when i click on it, it directs me to
>>> another page where it asks me the url of the branch for bazaar explorer, i
>>> give the url https://code.launchpad.net/mixxx but then it gives me an
>>> error saying "u cannot branch from the code hosted on launchpad...
>>>
>>> so i have tried all i can but still no progress :|
>>>
>>> i also have GIT installed, can i get the code via that? is the code
>>> hosted on github too?
>>>
>>> On Tue, Feb 26, 2013 at 6:28 PM, Daniel Schürmann <dasch...@mixxx.org>wrote:
>>>
>>>> Hi Rachit,
>>>>
>>>> May be your port 22 is blocked.
>>>> Bazaar uses it for a ssh connection.
>>>>
>>>> You may try:
>>>> bzr branch http://bazaar.launchpad.net/~mixxxdevelopers/mixxx/trunk
>>>> via port 80.
>>>>
>>>> But I think it is a read only connection.
>>>> Pushing to launchpad requires an ssh connection
>>>>
>>>>
>>>> Kind regards,
>>>>
>>>> Daniel
>>>>
>>>>
>>>>
>>>> 2013/2/26 Rachit Kulshreshtha <rachit....@gmail.com>
>>>>
>>>>> tried with a datacard too, ain't working..
>>>>> getting this error "bzr: ERROR: Connection error: while sending
>>>>> CONNECT xmlrpc.launchpad.net:443: [Errno 10065] A socket operation
>>>>> was attempted to an unreachable host"
>>>>>
>>>>> plz someone help
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Tue, Feb 26, 2013 at 2:14 AM, Rachit Kulshreshtha <
>>>>> rachit....@gmail.com> wrote:
>>>>>
>>>>>> sorry again for disturbing, but i think i was successfully able to
>>>>>> set the value of my https_proxy env variable
>>>>>> but then m getting this error
>>>>>>
>>>>>> "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".
>>>>>>
>>>>>> bzr: ERROR: Connection error: while sending OPTIONS
>>>>>> /~mixxxdevelopers/mixxx/trunk/: [Errno 10061] No connection could be made
>>>>>> because the target machine actively refused it"
>>>>>>
>>>>>>
>>>>>> now this luks like there is no prblm at my end, m not able to get
>>>>>> through to the data at launchpad website...
>>>>>>
>>>>>>
>>>>>> On Tue, Feb 26, 2013 at 2:02 AM, Rachit Kulshreshtha <
>>>>>> rachit....@gmail.com> wrote:
>>>>>>
>>>>>>> i figured out that the issue is with my http and https proxy, having
>>>>>>> gone through a lot of info over the net, it seems i need to set the
>>>>>>> environment variable "https_proxy" to the address of my proxy server for
>>>>>>> bazaar to get past it and fetch me the code...
>>>>>>>
>>>>>>> but there is no such option to change it in the GUI interface, so i
>>>>>>> went over to the command prompt and looked over the bzr help topics, of
>>>>>>> what i could understand, i dug out the authentication.conf file and 
>>>>>>> looking
>>>>>>> at the examples, entered this
>>>>>>>
>>>>>>> [proxy]
>>>>>>> scheme=https
>>>>>>> host=10.1.9.35
>>>>>>> port=8080
>>>>>>> user=********
>>>>>>> password=********
>>>>>>>
>>>>>>> but it still ain't working, i think the current proxy address for
>>>>>>> which it asks me the password and id to is "xmlrpc.launchpad.net"
>>>>>>> but i can't seem to change that value to my actual proxy address.... has
>>>>>>> anyone faced such an issue before???  kindly help
>>>>>>>
>>>>>>> On Mon, Feb 25, 2013 at 11:05 PM, Rachit Kulshreshtha <
>>>>>>> rachit....@gmail.com> wrote:
>>>>>>>
>>>>>>>> well, i do have a local proxy server through which i access the
>>>>>>>> net, and i need authentication for that... but i provided the password 
>>>>>>>> and
>>>>>>>> id for that too, still ain't working??
>>>>>>>>
>>>>>>>> should i try using a datacard or an independent internet connection?
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, Feb 25, 2013 at 10:35 PM, Max Linke <max_li...@gmx.de>wrote:
>>>>>>>>
>>>>>>>>> Hi
>>>>>>>>>
>>>>>>>>> I don't use the GUI explorer under Linux. But on my windows
>>>>>>>>> machine I
>>>>>>>>> can use launchpad and the bazzar explorer without entering my
>>>>>>>>> account
>>>>>>>>> credentials. I also wonder why it wants to go over a proxy.
>>>>>>>>>
>>>>>>>>> this may lead you to an answer.
>>>>>>>>>
>>>>>>>>> http://askubuntu.com/questions/167369/why-cant-i-connect-to-xmlrpc-launchpad-net
>>>>>>>>>
>>>>>>>>> I would also check the network settings for anything unusual.
>>>>>>>>>
>>>>>>>>> best Max
>>>>>>>>>
>>>>>>>>> On Mon, 25 Feb 2013 22:07:51 +0530
>>>>>>>>> Rachit Kulshreshtha <rachit....@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>> > hey, thanks to RJ ryan i was able to correct my previous mistake
>>>>>>>>> but m
>>>>>>>>> > facing another issue now, when i start to copy the branch, it
>>>>>>>>> asks me
>>>>>>>>> > for an authentication to connect to Proxy https
>>>>>>>>> xlmrpc.launchpad.net
>>>>>>>>> >
>>>>>>>>> > i have registered on the launchpad website and have been trying
>>>>>>>>> to
>>>>>>>>> > provide the same login id and password, but then its not getting
>>>>>>>>> > through..
>>>>>>>>> >
>>>>>>>>> > thanks in advance...
>>>>>>>>> >
>>>>>>>>> > On Mon, Feb 25, 2013 at 12:21 PM, RJ Ryan <rr...@mixxx.org>
>>>>>>>>> wrote:
>>>>>>>>> >
>>>>>>>>> > >
>>>>>>>>> > >
>>>>>>>>> > >
>>>>>>>>> > > On Mon, Feb 25, 2013 at 1:36 AM, Sidharth Bansal <
>>>>>>>>> > > sidharthbansal...@gmail.com> wrote:
>>>>>>>>> > >
>>>>>>>>> > >>
>>>>>>>>> > >>
>>>>>>>>> > >>
>>>>>>>>> > >> On Sun, Feb 24, 2013 at 10:32 PM, Max Linke <max_li...@gmx.de
>>>>>>>>> >
>>>>>>>>> > >> wrote:
>>>>>>>>> > >>
>>>>>>>>> > >>> Hi
>>>>>>>>> > >>>
>>>>>>>>> > >>> great that you want to work on Mixxx over the summer.
>>>>>>>>> > >>>
>>>>>>>>> > >>> The first thing to do would be setting up a working build
>>>>>>>>> > >>> environment. The wiki has some good descriptions for that.
>>>>>>>>> > >>> http://mixxx.org/wiki/doku.php/start
>>>>>>>>> > >>>
>>>>>>>>> > >>> I worked on a bug tagged as easy last year to start playing
>>>>>>>>> with
>>>>>>>>> > >>> the code.
>>>>>>>>> > >>> https://bugs.launchpad.net/mixxx/+bugs?field.tag=easy
>>>>>>>>> > >>>
>>>>>>>>> > >>> If you have any questions feel free to ask them here or on
>>>>>>>>> our IRC
>>>>>>>>> > >>> channel freenode:#mixxx
>>>>>>>>> > >>>
>>>>>>>>> > >>>
>>>>>>>>> > >> Hi Max,
>>>>>>>>> > >>    Just wanna know, which is best? Is it the IRC channel or
>>>>>>>>> > >> Mailing list when it comes to mixxx, cause from my experience,
>>>>>>>>> > >> questions on mixxx channel were left unanswered.
>>>>>>>>> > >>
>>>>>>>>> > >>
>>>>>>>>> > >
>>>>>>>>> > > Everyone is in different time-zones (and many of us keep odd
>>>>>>>>> hours)
>>>>>>>>> > > so the best strategy for IRC is to leave your chat client idle
>>>>>>>>> > > there 24/7 and to see answers to questions you ask. We are all
>>>>>>>>> in
>>>>>>>>> > > different time zones but things are typically active during
>>>>>>>>> the day
>>>>>>>>> > > between UTC-5 and UTC+3.
>>>>>>>>> > >
>>>>>>>>> > > The mailing list also works for questions but if you get a
>>>>>>>>> feel for
>>>>>>>>> > > when people are around on IRC you can talk to people live
>>>>>>>>> which is
>>>>>>>>> > > usually more efficient.
>>>>>>>>> > >
>>>>>>>>> > >
>>>>>>>>> > > best Max
>>>>>>>>> > >>>
>>>>>>>>> > >>> On Thu, 14 Feb 2013 20:17:07 +0530
>>>>>>>>> > >>> Rushi Shukla <rushbo...@gmail.com> wrote:
>>>>>>>>> > >>>
>>>>>>>>> > >>> > Hello
>>>>>>>>> > >>> >
>>>>>>>>> > >>> > I am a student of Dhirubhai Ambani Institute of
>>>>>>>>> Information and
>>>>>>>>> > >>> > Communication Technology (DAIICT) , Gandhinagar , India.I
>>>>>>>>> am
>>>>>>>>> > >>> > really interested in going for GSOC 2013 . I would like to
>>>>>>>>> > >>> > undertake one of MIXXX's projects as my project for GSOC
>>>>>>>>> 2013.
>>>>>>>>> > >>> > I am highly dedicated towards programming and research .
>>>>>>>>> How do
>>>>>>>>> > >>> > I get started on working with the source code and playing
>>>>>>>>> > >>> > around with it ? Any sort of help is highly appreciated .
>>>>>>>>> > >>> > Awaiting your reply soon .
>>>>>>>>> > >>> >
>>>>>>>>> > >>> > Regards,
>>>>>>>>> > >>> > Rushi Shukla
>>>>>>>>> > >>>
>>>>>>>>> > >>>
>>>>>>>>> > >>>
>>>>>>>>> > >>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> > >>> Everyone hates slow websites. So do we.
>>>>>>>>> > >>> Make your web apps faster with AppDynamics
>>>>>>>>> > >>> Download AppDynamics Lite for free today:
>>>>>>>>> > >>> http://p.sf.net/sfu/appdyn_d2d_feb
>>>>>>>>> > >>> _______________________________________________
>>>>>>>>> > >>> Get Mixxx, the #1 Free MP3 DJ Mixing software Today
>>>>>>>>> > >>> http://mixxx.org
>>>>>>>>> > >>>
>>>>>>>>> > >>>
>>>>>>>>> > >>> Mixxx-devel mailing list
>>>>>>>>> > >>> Mixxx-devel@lists.sourceforge.net
>>>>>>>>> > >>> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>>>>>>>>> > >>>
>>>>>>>>> > >>
>>>>>>>>> > >>
>>>>>>>>> > >>
>>>>>>>>> > >> --
>>>>>>>>> > >> Cheers.!
>>>>>>>>> > >> *Sidharth Bansal*
>>>>>>>>> > >>
>>>>>>>>> > >>
>>>>>>>>> > >>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> > >> Everyone hates slow websites. So do we.
>>>>>>>>> > >> Make your web apps faster with AppDynamics
>>>>>>>>> > >> Download AppDynamics Lite for free today:
>>>>>>>>> > >> http://p.sf.net/sfu/appdyn_d2d_feb
>>>>>>>>> > >> _______________________________________________
>>>>>>>>> > >> Get Mixxx, the #1 Free MP3 DJ Mixing software Today
>>>>>>>>> > >> http://mixxx.org
>>>>>>>>> > >>
>>>>>>>>> > >>
>>>>>>>>> > >> Mixxx-devel mailing list
>>>>>>>>> > >> Mixxx-devel@lists.sourceforge.net
>>>>>>>>> > >> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>>>>>>>>> > >>
>>>>>>>>> > >
>>>>>>>>> > >
>>>>>>>>> > >
>>>>>>>>> > >
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> > > Everyone hates slow websites. So do we.
>>>>>>>>> > > Make your web apps faster with AppDynamics
>>>>>>>>> > > Download AppDynamics Lite for free today:
>>>>>>>>> > > http://p.sf.net/sfu/appdyn_d2d_feb
>>>>>>>>> > > _______________________________________________
>>>>>>>>> > > Get Mixxx, the #1 Free MP3 DJ Mixing software Today
>>>>>>>>> > > http://mixxx.org
>>>>>>>>> > >
>>>>>>>>> > >
>>>>>>>>> > > Mixxx-devel mailing list
>>>>>>>>> > > Mixxx-devel@lists.sourceforge.net
>>>>>>>>> > > https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>>>>>>>>> > >
>>>>>>>>> >
>>>>>>>>> >
>>>>>>>>> >
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Everyone hates slow websites. So do we.
>>>>>>>>> Make your web apps faster with AppDynamics
>>>>>>>>> Download AppDynamics Lite for free today:
>>>>>>>>> http://p.sf.net/sfu/appdyn_d2d_feb
>>>>>>>>> _______________________________________________
>>>>>>>>> Get Mixxx, the #1 Free MP3 DJ Mixing software Today
>>>>>>>>> http://mixxx.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Mixxx-devel mailing list
>>>>>>>>> Mixxx-devel@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Rachit Kulshreshtha
>>>>>>>> 4th year
>>>>>>>> MSc (hons) Physics
>>>>>>>> B.E. (hons) Electronics and Instrumentation
>>>>>>>> BITS - Pilani, Goa Campus
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Rachit Kulshreshtha
>>>>>>> 4th year
>>>>>>> MSc (hons) Physics
>>>>>>> B.E. (hons) Electronics and Instrumentation
>>>>>>> BITS - Pilani, Goa Campus
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Rachit Kulshreshtha
>>>>>> 4th year
>>>>>> MSc (hons) Physics
>>>>>> B.E. (hons) Electronics and Instrumentation
>>>>>> BITS - Pilani, Goa Campus
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Rachit Kulshreshtha
>>>>> 4th year
>>>>> MSc (hons) Physics
>>>>> B.E. (hons) Electronics and Instrumentation
>>>>> BITS - Pilani, Goa Campus
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Everyone hates slow websites. So do we.
>>>>> Make your web apps faster with AppDynamics
>>>>> Download AppDynamics Lite for free today:
>>>>> http://p.sf.net/sfu/appdyn_d2d_feb
>>>>> _______________________________________________
>>>>> Get Mixxx, the #1 Free MP3 DJ Mixing software Today
>>>>> http://mixxx.org
>>>>>
>>>>>
>>>>> Mixxx-devel mailing list
>>>>> Mixxx-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Rachit Kulshreshtha
>>> 4th year
>>> MSc (hons) Physics
>>> B.E. (hons) Electronics and Instrumentation
>>> BITS - Pilani, Goa Campus
>>>
>>
>>
>
>
> --
> Rachit Kulshreshtha
> 4th year
> MSc (hons) Physics
> B.E. (hons) Electronics and Instrumentation
> BITS - Pilani, Goa Campus
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to