Re: [Mixxx-devel] Guidance required

2014-02-12 Thread Daniel Schürmann
Hi Rushi,

welcome to Mixxx.

First you need to setup a powerful development environment.
I personally use Eclipse on Ubuntu.

Next you need to learn the Mixxx source. it is best to pick one of the easy
tagged bugs.

This are good starting points:
http://www.mixxx.org/wiki/doku.php/gsocadvice
http://www.mixxx.org/wiki/doku.php/bugfix_workflow

If you get stuck, ask on this list.

Kind regards,

Daniel








2014-02-12 18:40 GMT+01:00 Rushi Shukla :

> 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 2014. I would like Mixxx to be my mentoring
> organisation for GSoC 2014. 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
>
>
> --
> Android apps run on BlackBerry 10
> Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
> Now with support for Jelly Bean, Bluetooth, Mapview and more.
> Get your Android app in front of a whole new audience.  Start now.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
> ___
> 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
>
--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk___
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

[Mixxx-devel] Guidance required

2014-02-12 Thread Rushi Shukla
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 2014. I would like Mixxx to be my mentoring
organisation for GSoC 2014. 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
--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk___
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

Re: [Mixxx-devel] Guidance required

2013-03-15 Thread Rachit Kulshreshtha
Hello everyone... sorry for being so inactive recently...

Thanks a lot to all of you, i got the code (my proxy had blocked all
connections for the SSH port, hence had to use an independent Internet, and
this time with all the SSH keys in place, it worked)

Now, i wanted to ask if there is any documentation available for the code
which i can refer to understand it better.
Also, What kind of projects\enhancement to the software you would like to
have? Any project ideas that u wish for that i can start thinking on.

On Fri, Mar 1, 2013 at 6:54 PM, Rachit Kulshreshtha wrote:

> C:\mixxx>bzr version
> Bazaar (bzr) 2.5.1
>   Python interpreter: C:\Program Files\Bazaar\python26.dll 2.6.6
>   Python standard library: C:\Program Files\Bazaar\lib\library.zip
>   Platform: Windows-7-6.1.7600
>   bzrlib: C:\Program Files\Bazaar\lib\library.zip\bzrlib
>   Bazaar configuration: C:/Users/Rachit/AppData/Roaming/bazaar/2.0
>   Bazaar log file: C:\Users\Rachit\Documents\.bzr.log
>
> Copyright 2005-2012 Canonical Ltd.
> http://bazaar.canonical.com/
>
> bzr comes with ABSOLUTELY NO WARRANTY.  bzr is free software, and
> you may use, modify and redistribute it under the terms of the GNU
> General Public License version 2 or later.
>
> Bazaar is part of the GNU Project to produce a free operating system.
>
>
> C:\mixxx>bzr branch
> http://bazaar.launchpad.net/~mixxxdevelopers/mixxx/trunk
> bzr: ERROR: Connection error: while sending OPTIONS
> /~mixxxdevelopers/mixxx/trunk/: [Errno 10061] No connection could be made
> because the target machine activey refused it
>
>
> did as u said still no luck... i have put up a query on launchpad
> website, no replies there yet...
> will download the tarball and get started asap...
>
> On Fri, Mar 1, 2013 at 4:01 PM, Daniel Schürmann wrote:
>
>> Hi Rachit,
>>
>> did you receive the Mail below?
>> I have send it only to mixxx-devel@lists.sourceforge.net, not to your
>> private mail to avoid duplicates.
>>
>> It you problem fixed?
>>
>> I think:
>> bzr branch http://bazaar.launchpad.net/~mixxxdevelopers/mixxx/trunk
>> Should work in any case, without user credentials and ssh.
>>
>> If not, only to get started soon you can download the current 1.11 pre
>> tarball,
>>
>> http://builds.mixxx.org/builds/release-1.11.x/r3767/mixxx_1.11.0-pre.orig.tar.gz
>>
>>
>> Kind regards,
>>
>> Daniel
>>
>>
>>
>> -- Forwarded message --
>> From: Daniel Schürmann 
>> Date: 2013/2/28
>> Subject: Re: [Mixxx-devel] Guidance required
>> To: Too Many DJs 
>>
>>
>>  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 
>>
>>> 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

Re: [Mixxx-devel] Guidance required

2013-03-01 Thread Daniel Schürmann
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"
as source branch not the entire command like above.

Kind regards,

Daniel


2013/2/28 Rachit Kulshreshtha 

> 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 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 
>>
>>> 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 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 

> 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:

Re: [Mixxx-devel] Guidance required

2013-03-01 Thread Rachit Kulshreshtha
C:\mixxx>bzr version
Bazaar (bzr) 2.5.1
  Python interpreter: C:\Program Files\Bazaar\python26.dll 2.6.6
  Python standard library: C:\Program Files\Bazaar\lib\library.zip
  Platform: Windows-7-6.1.7600
  bzrlib: C:\Program Files\Bazaar\lib\library.zip\bzrlib
  Bazaar configuration: C:/Users/Rachit/AppData/Roaming/bazaar/2.0
  Bazaar log file: C:\Users\Rachit\Documents\.bzr.log

Copyright 2005-2012 Canonical Ltd.
http://bazaar.canonical.com/

bzr comes with ABSOLUTELY NO WARRANTY.  bzr is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 2 or later.

Bazaar is part of the GNU Project to produce a free operating system.


C:\mixxx>bzr branch http://bazaar.launchpad.net/~mixxxdevelopers/mixxx/trunk
bzr: ERROR: Connection error: while sending OPTIONS
/~mixxxdevelopers/mixxx/trunk/: [Errno 10061] No connection could be made
because the target machine activey refused it


did as u said still no luck... i have put up a query on launchpad
website, no replies there yet...
will download the tarball and get started asap...

On Fri, Mar 1, 2013 at 4:01 PM, Daniel Schürmann  wrote:

> Hi Rachit,
>
> did you receive the Mail below?
> I have send it only to mixxx-devel@lists.sourceforge.net, not to your
> private mail to avoid duplicates.
>
> It you problem fixed?
>
> I think:
> bzr branch http://bazaar.launchpad.net/~mixxxdevelopers/mixxx/trunk
> Should work in any case, without user credentials and ssh.
>
> If not, only to get started soon you can download the current 1.11 pre
> tarball,
>
> http://builds.mixxx.org/builds/release-1.11.x/r3767/mixxx_1.11.0-pre.orig.tar.gz
>
>
> Kind regards,
>
> Daniel
>
>
>
> -- Forwarded message ------
> From: Daniel Schürmann 
> Date: 2013/2/28
> Subject: Re: [Mixxx-devel] Guidance required
> To: Too Many DJs 
>
>
> 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 
>
>> 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 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?

Re: [Mixxx-devel] Guidance required

2013-03-01 Thread Tuukka Pasanen
Hi,
This one is tricky. It seems that server (bazaar.launchpad.net) ain't
liking your connections. I assume yourSSH  keys are wrong.
If this ain't going a way ask/check from
https://answers.launchpad.net/launchpad.

This is way beyond what we can assist. First check you keys that they are
correct!

Sincerly,
Tuukka


2013/3/1 Rachit Kulshreshtha 

> thanks a lot guys
>
> i followed all the links and the steps mentioned in those links.. i
> created the SSH keys, pasted the public ssh thing on the launchpad website
> (my account), installed and run pageant with the private ssh key added and
> running in background... then i went to the "all" button in the tool bar
> and selected "launchpad" and launchpad-login and provided my launchpad id
> in the relevant field.. i also set my https_proxy environment variable to
> the right value.. (http//userid:pass@proxyaddress:port) and now when i
> try to get a working branch on my comp, i again do the same thing but now
> its not asking me for any proxy authentication or anything (n i believe
> that the proxy is working fine) but its still giving me this error
> "Run command: bzr branch lp:mixxx C:/mixxx --use-existing-dir
> bzr: ERROR: Unable to connect to SSH host bazaar.launchpad.net; Unable to
> connect to bazaar.launchpad.net: [Errno 10061] No connection could be
> made because the target machine actively refused it"
>
> is there still any step that i could be missing???
>
> On Fri, Mar 1, 2013 at 1:52 PM, Tuukka Pasanen 
> wrote:
>
>> Hello,
>> There is thread about this (It's long living problem):
>>
>>
>> http://askubuntu.com/questions/167369/why-cant-i-connect-to-xmlrpc-launchpad-net
>>
>> Because you said you use proxy it's probably this:
>>
>>
>> http://www.janosgyerik.com/problems-using-launchpad-through-proxy-finally-resolved/
>>
>> And you are using Windows? So you have to but this in your globals. How
>> make please assintant google.
>>
>> This is one way doing it:
>>
>> http://www.howtogeek.com/51807/how-to-create-and-use-global-system-environment-variables/
>>
>> If it ain't helping try to search internet something like: '
>> xmlrpc.launchpad.in proxy'
>>
>>
>> Sincerly,
>> Tuukka
>>
>>
>> 2013/3/1 Rachit Kulshreshtha 
>>
>>> reply anyone please, i really wanna start working on it as soon as
>>> possible...
>>>
>>> On Thu, Feb 28, 2013 at 4:54 PM, Rachit Kulshreshtha <
>>> rachit@gmail.com> wrote:
>>>
 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 
 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 
>
>> 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 whe

Re: [Mixxx-devel] Guidance required

2013-03-01 Thread Rachit Kulshreshtha
yeah, i agree... thanks a lot :)

On Fri, Mar 1, 2013 at 2:56 PM, Tuukka Pasanen wrote:

> Hi,
> This one is tricky. It seems that server (bazaar.launchpad.net) ain't
> liking your connections. I assume yourSSH  keys are wrong.
> If this ain't going a way ask/check from
> https://answers.launchpad.net/launchpad.
>
> This is way beyond what we can assist. First check you keys that they are
> correct!
>
> Sincerly,
> Tuukka
>
>
> 2013/3/1 Rachit Kulshreshtha 
>
>> thanks a lot guys
>>
>> i followed all the links and the steps mentioned in those links.. i
>> created the SSH keys, pasted the public ssh thing on the launchpad website
>> (my account), installed and run pageant with the private ssh key added and
>> running in background... then i went to the "all" button in the tool bar
>> and selected "launchpad" and launchpad-login and provided my launchpad id
>> in the relevant field.. i also set my https_proxy environment variable to
>> the right value.. (http//userid:pass@proxyaddress:port) and now when i
>> try to get a working branch on my comp, i again do the same thing but now
>> its not asking me for any proxy authentication or anything (n i believe
>> that the proxy is working fine) but its still giving me this error
>> "Run command: bzr branch lp:mixxx C:/mixxx --use-existing-dir
>> bzr: ERROR: Unable to connect to SSH host bazaar.launchpad.net; Unable
>> to connect to bazaar.launchpad.net: [Errno 10061] No connection could be
>> made because the target machine actively refused it"
>>
>> is there still any step that i could be missing???
>>
>> On Fri, Mar 1, 2013 at 1:52 PM, Tuukka Pasanen 
>> wrote:
>>
>>> Hello,
>>> There is thread about this (It's long living problem):
>>>
>>>
>>> http://askubuntu.com/questions/167369/why-cant-i-connect-to-xmlrpc-launchpad-net
>>>
>>> Because you said you use proxy it's probably this:
>>>
>>>
>>> http://www.janosgyerik.com/problems-using-launchpad-through-proxy-finally-resolved/
>>>
>>> And you are using Windows? So you have to but this in your globals. How
>>> make please assintant google.
>>>
>>> This is one way doing it:
>>>
>>> http://www.howtogeek.com/51807/how-to-create-and-use-global-system-environment-variables/
>>>
>>> If it ain't helping try to search internet something like: '
>>> xmlrpc.launchpad.in proxy'
>>>
>>>
>>> Sincerly,
>>> Tuukka
>>>
>>>
>>> 2013/3/1 Rachit Kulshreshtha 
>>>
 reply anyone please, i really wanna start working on it as soon as
 possible...

 On Thu, Feb 28, 2013 at 4:54 PM, Rachit Kulshreshtha <
 rachit@gmail.com> wrote:

> 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 
> 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 
>>
>>> 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
>>>

Re: [Mixxx-devel] Guidance required

2013-03-01 Thread Rachit Kulshreshtha
thanks a lot guys

i followed all the links and the steps mentioned in those links.. i created
the SSH keys, pasted the public ssh thing on the launchpad website (my
account), installed and run pageant with the private ssh key added and
running in background... then i went to the "all" button in the tool bar
and selected "launchpad" and launchpad-login and provided my launchpad id
in the relevant field.. i also set my https_proxy environment variable to
the right value.. (http//userid:pass@proxyaddress:port) and now when i try
to get a working branch on my comp, i again do the same thing but now its
not asking me for any proxy authentication or anything (n i believe that
the proxy is working fine) but its still giving me this error
"Run command: bzr branch lp:mixxx C:/mixxx --use-existing-dir
bzr: ERROR: Unable to connect to SSH host bazaar.launchpad.net; Unable to
connect to bazaar.launchpad.net: [Errno 10061] No connection could be made
because the target machine actively refused it"

is there still any step that i could be missing???

On Fri, Mar 1, 2013 at 1:52 PM, Tuukka Pasanen wrote:

> Hello,
> There is thread about this (It's long living problem):
>
>
> http://askubuntu.com/questions/167369/why-cant-i-connect-to-xmlrpc-launchpad-net
>
> Because you said you use proxy it's probably this:
>
>
> http://www.janosgyerik.com/problems-using-launchpad-through-proxy-finally-resolved/
>
> And you are using Windows? So you have to but this in your globals. How
> make please assintant google.
>
> This is one way doing it:
>
> http://www.howtogeek.com/51807/how-to-create-and-use-global-system-environment-variables/
>
> If it ain't helping try to search internet something like: '
> xmlrpc.launchpad.in proxy'
>
>
> Sincerly,
> Tuukka
>
>
> 2013/3/1 Rachit Kulshreshtha 
>
>> reply anyone please, i really wanna start working on it as soon as
>> possible...
>>
>> On Thu, Feb 28, 2013 at 4:54 PM, Rachit Kulshreshtha <
>> rachit@gmail.com> wrote:
>>
>>> 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 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 

> 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 
> wrote:
>
>> Hi Rachit,
>>
>> May be 

Re: [Mixxx-devel] Guidance required

2013-03-01 Thread Tuukka Pasanen
Hello,
There is thread about this (It's long living problem):

http://askubuntu.com/questions/167369/why-cant-i-connect-to-xmlrpc-launchpad-net

Because you said you use proxy it's probably this:

http://www.janosgyerik.com/problems-using-launchpad-through-proxy-finally-resolved/

And you are using Windows? So you have to but this in your globals. How
make please assintant google.

This is one way doing it:
http://www.howtogeek.com/51807/how-to-create-and-use-global-system-environment-variables/

If it ain't helping try to search internet something like: '
xmlrpc.launchpad.in proxy'


Sincerly,
Tuukka


2013/3/1 Rachit Kulshreshtha 

> reply anyone please, i really wanna start working on it as soon as
> possible...
>
> On Thu, Feb 28, 2013 at 4:54 PM, Rachit Kulshreshtha  > wrote:
>
>> 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 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 
>>>
 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 
 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 
>
>> 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/:

Re: [Mixxx-devel] Guidance required

2013-02-28 Thread Rachit Kulshreshtha
reply anyone please, i really wanna start working on it as soon as
possible...

On Thu, Feb 28, 2013 at 4:54 PM, Rachit Kulshreshtha
wrote:

> 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 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 
>>
>>> 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 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 

> 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 

Re: [Mixxx-devel] Guidance required

2013-02-28 Thread Rachit Kulshreshtha
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 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 
>
>> 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 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 
>>>
 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 

Re: [Mixxx-devel] Guidance required

2013-02-26 Thread Rachit Kulshreshtha
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
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  > 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  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  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  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 
 > >> 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.
 > >
 > >

Re: [Mixxx-devel] Guidance required

2013-02-25 Thread Rachit Kulshreshtha
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
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  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  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  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 
>>> > >> 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  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

Re: [Mixxx-devel] Guidance required

2013-02-25 Thread Rachit Kulshreshtha
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
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  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  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  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 
>> > >> 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  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 m

Re: [Mixxx-devel] Guidance required

2013-02-25 Thread Rachit Kulshreshtha
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  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  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  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 
> > >> 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  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

Re: [Mixxx-devel] Guidance required

2013-02-25 Thread Max Linke
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  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  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 
> >> 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  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
_

Re: [Mixxx-devel] Guidance required

2013-02-25 Thread Rachit Kulshreshtha
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  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  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  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
>



-- 
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

Re: [Mixxx-devel] Guidance required

2013-02-24 Thread RJ Ryan
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  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  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

Re: [Mixxx-devel] Guidance required

2013-02-24 Thread Sidharth Bansal
On Sun, Feb 24, 2013 at 10:32 PM, Max Linke  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.


> best Max
>
> On Thu, 14 Feb 2013 20:17:07 +0530
> Rushi Shukla  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

Re: [Mixxx-devel] Guidance required

2013-02-24 Thread Max Linke
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

best Max

On Thu, 14 Feb 2013 20:17:07 +0530
Rushi Shukla  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


[Mixxx-devel] Guidance required

2013-02-14 Thread Rushi Shukla
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
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-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