mirror of https://gitee.com/bigwinds/arangodb
remove references to git submodules
This commit is contained in:
parent
b646cbf0ad
commit
cedd0b17f3
|
@ -83,6 +83,7 @@ devel
|
|||
|
||||
* arangoimp: fixed issue #2214
|
||||
|
||||
|
||||
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.
|
||||
|
||||
* 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
|
||||
|
||||
* change undocumented behaviour in case of invalid revision ids in
|
||||
|
|
|
@ -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
|
||||
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).
|
||||
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
|
||||
|
||||
|
||||
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).
|
||||
|
||||
|
||||
Please checkout the [cookbook](https://docs.arangodb.com/cookbook) on how to
|
||||
|
|
Loading…
Reference in New Issue