Do you have a question or problem? Read this forum first! Someone has probably already asked the same thing in the past. Do not ASK questions here!
Moderators: Moderators , Documentation Writers
isieo
Kami-Sama Desu~
Posts: 195 Joined: 04 Apr 2008, 09:24
Noob?: Yes
Location: 31th Dimension
#1
Post
by isieo » 27 Mar 2013, 03:47
Hey guys,
We are forced to upgrade our sourceforge account in which caused our svn to be migrated to their new system.
You can still direct download openkore svn from my mirror:
http://collectskin.com/openkore
the new svn repository url is:
Code: Select all
svn://svn.code.sf.net/p/openkore/code
to switch urls for your existing repos, follow this guide:
http://www.dovetailsoftware.com/blogs/k ... repository
For checking out the repos:
People with read and write access should use this:
Code: Select all
svn checkout --username=<username> svn+ssh://<username>@svn.code.sf.net/p/openkore/code/
read only access:
Code: Select all
svn checkout svn://svn.code.sf.net/p/openkore/code/
HTTPS protocol:
Code: Select all
svn checkout --username=<username> https://svn.code.sf.net/p/openkore/code/
Raider
The Kore Devil
Posts: 672 Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands
#2
Post
by Raider » 27 Mar 2013, 09:17
Thanks it worked, just click on relocate and paste the new url!
ROX_Leopardo
Developers
Posts: 37 Joined: 19 Nov 2011, 14:06
Noob?: No
Location: Brazil
#3
Post
by ROX_Leopardo » 27 Mar 2013, 21:07
For users that can write on SVN and use Tortoise SVN relocate using HTTPS url, this fix the authorization failed errors.
4epT
Developers
Posts: 627 Joined: 30 Apr 2008, 14:17
Noob?: No
Discord: ya4ept#8494
Location: Moskow (Russia)
#4
Post
by 4epT » 28 Mar 2013, 07:16
how now add changes?
I relocate to URL: svn://
ya4ept@svn.code.sf.net /p/openkore/code (read-write)
Commit
Commit failed (details follow):
Authorization failed
password is not asked
Kaspy
Halfway to Eternity
Posts: 398 Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil
#5
Post
by Kaspy » 28 Mar 2013, 09:37
4epT, I'm using the HTTP protocol and had no problems.
4epT
Developers
Posts: 627 Joined: 30 Apr 2008, 14:17
Noob?: No
Discord: ya4ept#8494
Location: Moskow (Russia)
#6
Post
by 4epT » 28 Mar 2013, 13:34
thanks, it helped
selah
Noob
Posts: 1 Joined: 29 Mar 2013, 09:26
Noob?: Yes
#7
Post
by selah » 29 Mar 2013, 09:29
Thanks it worked, just click on relocate and paste the new!!!!
EternalHarvest
Developers
Posts: 1798 Joined: 05 Dec 2008, 05:42
Noob?: Yes
#9
Post
by EternalHarvest » 14 May 2013, 07:35
EternalHarvest
Developers
Posts: 1798 Joined: 05 Dec 2008, 05:42
Noob?: Yes
#10
Post
by EternalHarvest » 15 May 2013, 08:14
It takes up to 10 minutes (and possibly more) for new repository browser to update after a commit. Old one was always updated instantly.