The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 573 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 573 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $can_access_moderationqueue - Line: 752 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 752 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 34 - File: global.php(959) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/global.php(959) : eval()'d code 34 errorHandler->error
/global.php 959 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 1024 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 1024 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5308 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 5308 errorHandler->error
/global.php 1024 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1474 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 1474 errorHandler->error
/inc/functions.php 1429 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Forums
SVN Externals for data repository - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: Cars & Tracks (https://www.vdrift.net/Forum/forumdisplay.php?fid=11)
+--- Thread: SVN Externals for data repository (/showthread.php?tid=676)



How to link an external repo.... - bugsyv - 05-15-2007

... I'd hate to post something that is already known, but this seems to be taking a while, and when I tried to checkout for the first time, I didn't get data and I didn't know why, and this thread is way at the bottom of the front page, and I almost didn't see it Smile

Anyways, the solution is an easy one:

Code:
cd vdrift
svn propset svn:externals \
  "data https://vdrift.svn.sourceforge.net/svnroot/vdrift/vdrift-data" .

I hope this can be applied soon to help fellow newbies like me Smile

More info at http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html


- thelusiv - 05-15-2007

Hi, thanks for reminding me to fix this, and figuring it out for me too...I know it's in the SVN book but haven't looked yet, is there a way to make this automatic inside the repository? I'm not sure if I want to do that though because that would take away the user's choice to download all the data or just a little, which they have now that the two are split up.

Either way this needs to get added to the wiki...if someone wants to work on that, it would be awesome, I haven't had a lot of time the last few weeks because I've been working 9-5 and graduating (family, ceremony, parties, etc.). I hate it when the school year ends, but I stay busy...it's time to do summer stuff now... :evil:

edit: oh yeah, I split this into its own thread because it deserves it, and the other thread had kinda derailed anyway, and I didn't want this important stuff to be buried in another thread.


- bugsyv - 05-16-2007

Yeah that command does automate it for all the users of the repository. I haven't done it 'cause I haven't commit access... Smile Though, if you want to leave that out i can add the step to check out the data directory to the build instructions in the wiki instead.