SVN URL has been changed!

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

Message
Author
isieo
Kami-Sama Desu~
Kami-Sama Desu~
Posts: 195
Joined: 04 Apr 2008, 09:24
Noob?: Yes
Location: 31th Dimension
Contact:

SVN URL has been changed!

#1 Post 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/

Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: SVN URL has been changed!

#2 Post by Raider »

Thanks it worked, just click on relocate and paste the new url!

ROX_Leopardo
Developers
Developers
Posts: 37
Joined: 19 Nov 2011, 14:06
Noob?: No
Location: Brazil
Contact:

Re: SVN URL has been changed!

#3 Post by ROX_Leopardo »

For users that can write on SVN and use Tortoise SVN relocate using HTTPS url, this fix the authorization failed errors.

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

Re: SVN URL has been changed!

#4 Post 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
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

Re: SVN URL has been changed!

#5 Post by Kaspy »

4epT, I'm using the HTTP protocol and had no problems.
Image

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

Re: SVN URL has been changed!

#6 Post by 4epT »

thanks, it helped
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

selah
Noob
Noob
Posts: 1
Joined: 29 Mar 2013, 09:26
Noob?: Yes

Re: SVN URL has been changed!

#7 Post by selah »

Thanks it worked, just click on relocate and paste the new!!!!

Dark Airnel
Been there done that!
Been there done that!
Posts: 133
Joined: 09 Oct 2009, 01:43
Noob?: No

Re: SVN URL has been changed!

#8 Post 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.


EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: SVN URL has been changed!

#10 Post 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.

Post Reply