Windows has built in IDE for creating Powershell scripts.
Under Control Panel/Administrative Tools -> Windows Powershell ISE
Under Control Panel/Administrative Tools -> Windows Powershell ISE
svnadmin create /svnrepos
vi /svnrepos/conf/svnserve.conf
anon-access = none auth-access = write password-db = passwd
vi /svnrepos/conf/passwd
# add users in the format : user = password tony = mypassword
svn import /projects/myrailsproject file:///svnrepos/myrailsproject
svnserve -d
svn co svn://192.168.0.2/svnrepos/myyrailsproject
Windows.Storage.ApplicationData.current.localSettings.values[key] = myVal;