[Tutorial] Enabling Subversion Source Control

I made a tutorial on how to enable Subversion Source Control and use it with UE4. Please check it out.

NOTE: For the SVN host i used CloudForge. If you need a guide on setting up SVN host please let me know.

This was very helpful. I’m up and running with Cloudforge now :smiley:
It might be worth updating your info on Cloudforge. Currently it seems I can only set up a 2gig acount for 1 person for free. The only other option is a 5 user account for I think 10 dollars but let me know if I’m wrong about this.
Thanks for this!

Hey Satheesh, I followed your tutorial but got the following message when trying to connect to server:


D:\Epic Games\4.11\Engine\Binaries\ThirdParty\svn\Win64>svn checkout "https://ixiguis.svn.cloudforge.com/teste" "D:\Documentos\Unreal Projects\svntest"
Authentication realm: <https://ixiguis.svn.cloudforge.com:443> CloudForge login
Password for 'Jefferson': ********
Authentication realm: <https://ixiguis.svn.cloudforge.com:443> CloudForge login
Username: ixiguis
Password for 'ixiguis': ********
svn: E175013: Unable to connect to a repository at URL 'https://ixiguis.svn.cloudforge.com/teste'
svn: E175013: Access to '/teste' forbidden

I am sure I typed the username and password correctly, I even tried to log out and in to the site using the same credentials.

Any ideas?

Nevermind. Turns out you have to wait several hours after first creating an accout on CloudForge for it to work. It’s working now.

Thanks for the tutorial!