Hi, The datafiles directory has the following svn property:
svn:externals = locale https://svn.blender.org/svnroot/bf-translations/trunk/locale Which links the locale subdirectory to another repository. This is also the case for release/scripts for the addons and addons_contrib folders: addons https://svn.blender.org/svnroot/bf-extensions/trunk/py/scripts/addons addons_contrib https://svn.blender.org/svnroot/bf-extensions/contrib/py/scripts/addons Looks like git's svn support doesn't allow externals out of the box. Good luck! Martin >________________________________ > From: Wander Lairson Costa <[email protected]> >To: [email protected] >Sent: Tuesday, March 13, 2012 7:44:16 AM >Subject: [Bf-committers] Directory visibility on web and git access > >Dear all, > >I am new to blender and this is my first post in this mailing list. > >Recently I tried to download blender source code from official svn >repository through "git svn": > >$ mkdir blender-svn >$ cd blender-svn >$ git svn clone https://svn.blender.org/svnroot/bf-blender/trunk/blender >blender > >Code compile successfully but I got an error during "make install", >saying "locale" file was not found. And indeed the directory >"release/datafiles/locale" was not there. Then I tried to download it >through normal svn client and everything worked fine. > >Going deeper into this problem I noticed when trying to see the >repository through web I cannot see the locale directory [1]. The >directory is not there also for the official git mirror [2]. Trying to >download the master branch as a .tar.gz doesn't work either. > >Does anyone have an idea of what's going on? > >[1] https://svn.blender.org/svnroot/bf-blender/trunk/blender/release/datafiles/ > >[2] >https://gitorious.org/blenderprojects/blender/trees/master/blender/release/datafiles > >-- >Best Regards, >Wander Lairson Costa >_______________________________________________ >Bf-committers mailing list >[email protected] >http://lists.blender.org/mailman/listinfo/bf-committers > > > _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
