How can I get editable source code off of Google Code?
(I'm looking into SipDroid and Siphon in particular.)
EDIT:
I'm not looking to check back in, I just want the source so I can use it in my project.
How can I get editable source code off of Google Code?
(I'm looking into SipDroid and Siphon in particular.)
EDIT:
I'm not looking to check back in, I just want the source so I can use it in my project.
Type the command that is given to you:
$ svn checkout http://sipdroid.googlecode.com/svn/trunk/ sipdroid-read-only
If you really want editable code, you should join the project.
If you want to pull down the source and then make it editable (you won't be able to check things back in), go to the following URL and follow the instructions for using svn:
Point of order: The word "checkout" may be confusing you. In the context of SVN, it just means "get stuff out", not "lock this for my exclusive use" as it would in the context of, say, a public book library. I say this because you mention "getting" the code without "checking it back in".