1. First, you will need to install an SVN client in order to access SVN servers, just like you need a web browser to access HTTP servers. For Windows, I recommend TortoiseSVN.
2. Download TortoiseSVN and install it. After installation, restart your pc for TortoiseSVN to work.
3. After restarting, the configure your TortoiseSVN. From your Desktop, right-click in an empty spot and choose TortoiseSVN->Settings.

4. In the General tabs, click on Edit button on the right of ''Subversion configuration file''. A Notepad will appear.

5. In Notepad, find this line:
QUOTE
# enable-auto-props = yes
Change it to:
QUOTE
enable-auto-props = yes
Next, find this line:
QUOTE
# *.c = svn:eol-style=negative
Replace that with this:
QUOTE
*.c = svn:eol-style=native
*.cpp = svn:eol-style=native
*.h = svn:eol-style=native
*.dsp = svn:eol-style=CRLF
*.dsw = svn:eol-style=CRLF
*.sh = svn:eol-style=native;svn:executable
*.txt = svn:eol-style=native
*.png = svn:mime-type=image/png
*.jpg = svn:mime-type=image/jpeg
Makefile = svn:eol-style=native
SConscript = svn:eol-style=native
SConstruct = svn:eol-style=native
Distfiles = svn:eol-style=native
*.url = svn:eol-style=CRLF
*.bat = svn:eol-style=CRLF
*.pas = svn:eol-style=CRLF
*.dfm = svn:eol-style=CRLF
*.pl = svn:eol-style=native;svn:executable
*.pm = svn:eol-style=native
*.html = svn:eol-style=native
*.pm = svn:eol-style=native
*.py = svn:eol-style=native
*.js = svn:eol-style=native
*.css = svn:eol-style=native
*.pc = svn:eol-style=native
*.svg = svn:eol-style=native
*.xs = svn:eol-style=native
*.po = svn:eol-style=native
*.pot = svn:eol-style=native
*.cpp = svn:eol-style=native
*.h = svn:eol-style=native
*.dsp = svn:eol-style=CRLF
*.dsw = svn:eol-style=CRLF
*.sh = svn:eol-style=native;svn:executable
*.txt = svn:eol-style=native
*.png = svn:mime-type=image/png
*.jpg = svn:mime-type=image/jpeg
Makefile = svn:eol-style=native
SConscript = svn:eol-style=native
SConstruct = svn:eol-style=native
Distfiles = svn:eol-style=native
*.url = svn:eol-style=CRLF
*.bat = svn:eol-style=CRLF
*.pas = svn:eol-style=CRLF
*.dfm = svn:eol-style=CRLF
*.pl = svn:eol-style=native;svn:executable
*.pm = svn:eol-style=native
*.html = svn:eol-style=native
*.pm = svn:eol-style=native
*.py = svn:eol-style=native
*.js = svn:eol-style=native
*.css = svn:eol-style=native
*.pc = svn:eol-style=native
*.svg = svn:eol-style=native
*.xs = svn:eol-style=native
*.po = svn:eol-style=native
*.pot = svn:eol-style=native
Then Save.
6. Downloading the OpenKore SVN. First, make a folder where you want to put the OpenKore.
7. Open the folder. After opening it, right-click in an empty spot and click on SVN Checkout.
8. A dialog will appear. Fill in this for the URL of repository field:
QUOTE
. Click OK.
9. A certification confirmation dialog may appear. In that case, click Accept Permanently.

10. TortoiseSVN will now start checking out the module. Wait until it's done and click OK.

11. Downloading the control, table and field folders. Do the same as what you did in downloading OpenKore. Here are the list of URLs:
control folder:
https://svn.sourceforge.net/svnroot/openkore/confpack/trunk
table folder:
https://svn.sourceforge.net/svnroot/openkore/tablepack/trunk
field folder:
https://svn.sourceforge.net/svnroot/openkore/fieldpack/trunk
12. Enjoy using your OpenKore SVN.
*******************************************************************
Do's and Dont's:
DO:
1. Update your OpenKoreSVN.
DONT'S:
1. When downloading openkore, control folder, table folder and field folder, DO NOT search it in the web. Use step number 8.
*******************************************************************
Special Thanks to:
The Admins, Moderators and Sub-Moderators of OpenKore Forum - Philippines.
