Skip to content
Snippets Groups Projects
Commit a422f25e authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

svn tip

parent 1c35f3fb
No related branches found
No related tags found
No related merge requests found
...@@ -4684,6 +4684,23 @@ repository, go in the gmsh directory and type: ...@@ -4684,6 +4684,23 @@ repository, go in the gmsh directory and type:
svn commit svn commit
@end example @end example
@item
If you want to remove part of the tree from being downloaded, you can
change its ``ambiant'' depth to ``empty''. For example, if you don't
want to upate the ``projects'' subdirectory (as well as its
subdirectories), type:
@example
cd projects
svn update --set-depth empty
@end example
To later restore the projects for recursive updating, type:
@example
cd projects
svn update --set-depth infinity
@end example
@end enumerate @end enumerate
Once you have the source code, you need to run CMake to configure your Once you have the source code, you need to run CMake to configure your
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment