Page 1 of 2

SVN URL has been changed!

Posted: 27 Mar 2013, 03:47
by isieo
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/

Re: SVN URL has been changed!

Posted: 27 Mar 2013, 09:17
by Raider
Thanks it worked, just click on relocate and paste the new url!

Re: SVN URL has been changed!

Posted: 27 Mar 2013, 21:07
by ROX_Leopardo
For users that can write on SVN and use Tortoise SVN relocate using HTTPS url, this fix the authorization failed errors.

Re: SVN URL has been changed!

Posted: 28 Mar 2013, 07:16
by 4epT
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

Re: SVN URL has been changed!

Posted: 28 Mar 2013, 09:37
by Kaspy
4epT, I'm using the HTTP protocol and had no problems.

Re: SVN URL has been changed!

Posted: 28 Mar 2013, 13:34
by 4epT
thanks, it helped

Re: SVN URL has been changed!

Posted: 29 Mar 2013, 09:29
by selah
Thanks it worked, just click on relocate and paste the new!!!!

Re: SVN URL has been changed!

Posted: 14 May 2013, 07:25
by Dark Airnel
Is there a way to see what has been changed in OK on each revision just like what we are seeing before in this link:

https://openkore.svn.sourceforge.net/svnroot/openkore/

What I see in the link http://svn.code.sf.net/p/openkore/code/ are the files itself not containing the changes made.

Re: SVN URL has been changed!

Posted: 14 May 2013, 07:35
by EternalHarvest

Re: SVN URL has been changed!

Posted: 15 May 2013, 08:14
by EternalHarvest
It takes up to 10 minutes (and possibly more) for new repository browser to update after a commit. Old one was always updated instantly.