1

I want to download https://code.google.com/p/futonic-lockscreenswitchwidget/ this project in a zip file. But I don't know how to do this.

In the Downloads tab, there is no any link for downloading the source code. I only have a link of apk file, but I want the source code.

I have Download SVN software also. but I don't know how to use this. I tried a lot but failed. Here is the screen shot of the Download SVN.

enter image description here

halfer
  • 19,824
  • 17
  • 99
  • 186
Qadir Hussain
  • 8,721
  • 13
  • 89
  • 124
  • Please check: http://stackoverflow.com/questions/1900786/how-to-download-checkout-a-project-from-google-code-in-windows – Yasitha Waduge Mar 11 '13 at 08:02
  • Note also that this project uses Mercurial, not Subversion. The [Google Code page itself](https://code.google.com/p/futonic-lockscreenswitchwidget/source/checkout) links to some helpful resources. – Jeremy Roman Mar 11 '13 at 08:03
  • how can i know this.? that this project uses Mercurial and not the Subversion and vice versa – Qadir Hussain Mar 11 '13 at 08:09
  • This project using "MERCURIAL", here's a similar response: http://stackoverflow.com/questions/8543089/how-to-download-google-code-via-mercurial – John Paul Cárdenas Mar 11 '13 at 08:10

1 Answers1

0

To get the source code

  1. install Mercurial

  2. Add path to Environment variables

  3. Open command prompt

  4. Go to the required directory

  5. Type the following command

hg clone https://code.google.com/p/futonic-lockscreenswitchwidget/

Skanda
  • 872
  • 13
  • 21