release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Search | Go
Wiki > Main > DocsIndex > UsingCygwinAndTortoiseSVN

How to use TortoiseSVN together with Cygwin

We don't use SVN anymore, so this document is no longer relevant to rockbox!

TortoiseSVN

After installing TortoiseSVN, right-click on a folder and select 'SVN Checkout'. Fill in 'svn://svn.rockbox.org/rockbox/trunk' as repository. TortoiseSVN does CRLF translation by default (called 'native'), so all the files you check out will be in CRLF format. That's not what you're used to (from working with CVS), but don't worry about it... If you have commit access: you will get asked user name and password during the first commit, and there's an option to save username and password you supply there.

Cygwin

Run Cygwin setup again, and select using CR+LF now. This will allow Cygwin to run the scripts that now have CRLF line-endings. While you're there, install SVN too in case you also want SVN commandline access.

Patches

You can create patches using Cygwin (svn diff) or using TortoiseSVN. Just remember that you're working in CRLF mode now, so don't forget to dos2unix your patches before adding them to the tracker.

r3 - 02 Apr 2021 - 20:46:07 - UnknownUser


Parents: DocsIndex
Copyright © by the contributing authors.