1
0
Fork 0

remove references to git submodules

This commit is contained in:
jsteemann 2017-03-16 15:51:57 +01:00
parent b646cbf0ad
commit cedd0b17f3
2 changed files with 2 additions and 18 deletions

View File

@ -83,6 +83,7 @@ devel
* arangoimp: fixed issue #2214 * arangoimp: fixed issue #2214
v3.2.alpha2 (2017-02-20) v3.2.alpha2 (2017-02-20)
------------------------ ------------------------
@ -98,13 +99,6 @@ v3.2.alpha2 (2017-02-20)
The documented GET _api/edges and the undocumented POST _api/edges remains unmodified. The documented GET _api/edges and the undocumented POST _api/edges remains unmodified.
* moved V8 code into a git submodule
this requires running the command
git submodule update --init --recursive
once after a source code update or fresh checkout
* updated V8 version to 5.7.0.0 * updated V8 version to 5.7.0.0
* change undocumented behaviour in case of invalid revision ids in * change undocumented behaviour in case of invalid revision ids in

View File

@ -12,17 +12,7 @@ By default, cloning the github repository will checkout **devel**. This version
contains the development version of the ArangoDB. Use this branch if you want contains the development version of the ArangoDB. Use this branch if you want
to make changes to the ArangoDB source. to make changes to the ArangoDB source.
On windows you first [need to allow and enable symlinks for your user](https://github.com/git-for-windows/git/wiki/Symbolic-Links#allowing-non-administrators-to-create-symbolic-links). On Windows you first [need to allow and enable symlinks for your user](https://github.com/git-for-windows/git/wiki/Symbolic-Links#allowing-non-administrators-to-create-symbolic-links).
We now use [git submodules](https://git-scm.com/docs/git-submodule) for V8 and Rocksdb.
Since the V8 git repository also requires external addons to be present, we end
up with recursive submodules. Thus a clone command now has to look like:
git clone https://github.com/arangodb/arangodb.git
cd arangodb
git submodule update --recursive
git submodule update --init --recursive
Please checkout the [cookbook](https://docs.arangodb.com/cookbook) on how to Please checkout the [cookbook](https://docs.arangodb.com/cookbook) on how to