Brian Posted November 10, 2011 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted November 10, 2011 We have chosen to move the SVN to SourceForge. Here's how to use svn switch --relocate to update your working copy: Step 1 Make sure your working copy is BEFORE revision 15000 (this is when we forked our SVN). If your working copy is past r15000, you can update back to r15000 like this: - Linux: svn up -r 15000 <path_to_working_copy> - Windows: right-click folder, TortoiseSVN -> Update to revision, and type in 15000 Step 2 Linux: svn switch --relocate http://eathena-project.googlecode.com/svn https://rathena.svn.sourceforge.net/svnroot/rathena <path_to_working_copy> Windows (TortoiseSVN): right-click your eAthena folder --> TortoiseSVN --> Relocate in the "To URL" box, enter the new SVN url: https://rathena.svn.sourceforge.net/svnroot/rathena click OK To those of you who provide mirrors of the eAthena SVN, please update your repository so it syncs to the new url: svn propset --revprop -r 0 svn:sync-from-url https://rathena.svn.sourceforge.net/svnroot/rathena <url_to_repos> Link to comment Share on other sites More sharing options...
Olrox Posted November 28, 2011 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 1335 Reputation: 933 Joined: 10/26/11 Last Seen: November 19, 2023 Share Posted November 28, 2011 Can I ask the advantages to have this SVN in sourceforge instead of google code? Just asking, I'm curious. Link to comment Share on other sites More sharing options...
Brian Posted November 28, 2011 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Author Share Posted November 28, 2011 Can I ask the advantages to have this SVN in sourceforge instead of google code? Just asking, I'm curious. Here are some other advantages to add: + SourceForge allows project admins command-line access to their SVN Repo through SSH(useful for using 'svnadmin', import/export and other tools) - GoogleCode only has a "Reset Repository" button and they allow a pre-revprop-change hook for 'svnsync', but they have no way for you to set the repository's UUID (a must for us, so users can easily relocate from the old eAthena SVN) - on GoogleCode if you do a SVN Blame on a file all the way from revision 1, it usually times out. This has never happened to me on SF-hosted SVNs. I think it's because of some change Google did to their Subversion server to optimize resource usage. Link to comment Share on other sites More sharing options...
Olrox Posted December 2, 2011 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 1335 Reputation: 933 Joined: 10/26/11 Last Seen: November 19, 2023 Share Posted December 2, 2011 Thanks now I understand why. Yeah you have by far, a lot of valid reasons to move it. Link to comment Share on other sites More sharing options...
Tatay Bibi Posted December 7, 2011 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 12/07/11 Last Seen: June 15, 2013 Share Posted December 7, 2011 Nicely Done to the Administrators and to it's Moderator's, Keep up the Good work and More power !! Link to comment Share on other sites More sharing options...
Pink Guy Posted June 12, 2012 Group: Members Topic Count: 131 Topics Per Day: 0.03 Content Count: 371 Reputation: 3 Joined: 11/14/11 Last Seen: December 9, 2023 Share Posted June 12, 2012 I am using eathena atm, is it possible that I can change it from eathena to rathena without changing my src? Link to comment Share on other sites More sharing options...
Nameless2you Posted June 12, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 351 Reputation: 52 Joined: 11/15/11 Last Seen: June 15, 2015 Share Posted June 12, 2012 And even then there are a couple of changes within the sql and db table concerning items or such it would most likely not be compatible. Link to comment Share on other sites More sharing options...
Recommended Posts