which is the official SVN repo ?

Development directions, tasks, and features being actively implemented or pursued by the development team.
Post Reply
vincele
Merchant
Merchant
Posts: 35
Joined: Mon Jul 04, 2011 5:32 pm

which is the official SVN repo ?

Post by vincele »

Hello,

I followed the instructions in http://vegastrike.sourceforge.net/wiki/ ... eckout_SVN

Code: Select all

svn co https://vegastrike.svn.sourceforge.net/svnroot/vegastrike/trunk/vegastrike
and that gave me this local copy :

$ svn info
Path: .
URL: https://vegastrike.svn.sourceforge.net/ ... vegastrike
Repository Root: https://vegastrike.svn.sourceforge.net/ ... vegastrike
Repository UUID: 9476613a-4e0a-0410-bcee-947800e9c4d1
Revision: 13600
Node Kind: directory
Schedule: normal
Last Changed Author: klaussfreire
Last Changed Rev: 13594
Last Changed Date: 2013-03-25 02:59:35 +0100 (Mon, 25 Mar 2013)

But then I realized that it was not getting new commits, whereas on SF code
browser (http://sourceforge.net/p/vegastrike/cod ... ree/trunk/) which get new commits, the repo url is :

Code: Select all

svn checkout svn://svn.code.sf.net/p/vegastrike/code/trunk vegastrike-code
which give me this local copy :

$ svn info
Path: .
URL: svn://svn.code.sf.net/p/vegastrike/code/trunk/vegastrike
Repository Root: svn://svn.code.sf.net/p/vegastrike/code
Repository UUID: 9476613a-4e0a-0410-bcee-947800e9c4d1
Revision: 13654
Node Kind: directory
Schedule: normal
Last Changed Author: klaussfreire
Last Changed Rev: 13653
Last Changed Date: 2013-07-28 18:26:18 +0200 (Sun, 28 Jul 2013)

Both have the same Repo UUID, but URL & Repo Root are not the same and content differ (54 more revisions in the latter)...

Which is the one I should follow and base my own work on ?

Should I RTFM more or what ?
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: which is the official SVN repo ?

Post by loki1950 »

Souceforge had a back-end update a while back which we complied with so the second one is the right one now.

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
TBeholder
Elite Venturer
Elite Venturer
Posts: 753
Joined: Sat Apr 15, 2006 2:40 am
Location: chthonic safety

Re: which is the official SVN repo ?

Post by TBeholder »

That's the old VS wiki. The new one is wiki.vega-strike.org - so it's http://wiki.vega-strike.org/HowTo:Checkout_SVN - which have the new (everything after 13600) URL.
"Two Eyes Good, Eleven Eyes Better." -Michele Carter
vincele
Merchant
Merchant
Posts: 35
Joined: Mon Jul 04, 2011 5:32 pm

Re: which is the official SVN repo ?

Post by vincele »

Shouldn't the old / deprecated / misleading wiki be removed in favor of a redirect to the new one ?
TBeholder
Elite Venturer
Elite Venturer
Posts: 753
Joined: Sat Apr 15, 2006 2:40 am
Location: chthonic safety

Re: which is the official SVN repo ?

Post by TBeholder »

Well, duh. Needs a few changes made after transfer re-applied to the new one, however. So currently it's marked on its front page with the link to the new one (and probably locked?).
"Two Eyes Good, Eleven Eyes Better." -Michele Carter
Post Reply