We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
8
Does this still work? Tried this with TortiseSVN and I get a permission error, asking me to supply credentials.
@john I'm sure this is too late to be of much help, but do you have 2-factor authentication enabled on your GitHub account? If so, I think I read somewhere you'll have to use a pre-generated key for the password (which you'll need to find in the GitHub settings).
Regarding the URL formatting, you can keep the .git extension. You can use the full project link, and start by using svn ls followed by the project full path. Example: svn ls https://github.com/RobTillaart/Arduino.git. To export just one folder, you just add the /trunk followed by the desired path, like svn export https://github.com/RobTillaart/Arduino.git/trunk/libraries/DHTlib. It is easier to keep the project path intact.
An example: to download the content in https://github.com/miguelgrinberg/python-socketio/tree/master/examples/wsgi, run svn export https://github.com/miguelgrinberg/python-socketio.git/trunk/examples/wsgi. A directory called wsgi will be created under the current working directory. Only source files, nothing else. No .git, no subversion related files.
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
complete the sentence: my question is about...
use tags that describe things or concepts that are essential, not incidental to your question
.gitextension. You can use the full project link, and start by usingsvn lsfollowed by the project full path. Example:svn ls https://github.com/RobTillaart/Arduino.git. To export just one folder, you just add the/trunkfollowed by the desired path, likesvn export https://github.com/RobTillaart/Arduino.git/trunk/libraries/DHTlib. It is easier to keep the project path intact.https://github.com/miguelgrinberg/python-socketio/tree/master/examples/wsgi, runsvn export https://github.com/miguelgrinberg/python-socketio.git/trunk/examples/wsgi. A directory calledwsgiwill be created under the current working directory. Only source files, nothing else. No.git, no subversion related files.