Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
ee66bee9
Commit
ee66bee9
authored
15 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
prepare svn
parent
98da9dfa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/texinfo/gmsh.texi
+7
-9
7 additions, 9 deletions
doc/texinfo/gmsh.texi
with
7 additions
and
9 deletions
doc/texinfo/gmsh.texi
+
7
−
9
View file @
ee66bee9
...
...
@@ -4243,27 +4243,25 @@ questions}, for more information.
Stable releases and nightly source snapshots are available from
@uref
{
http:
//
www.geuz.org
/
gmsh
/
src
/
}
.
If you have an account on
cvs.
geuz.org you can also access the
CVS
If you have a
subversio
n account on geuz.org you can also access the
SVN
repository directly:
@enumerate
@item
Set the variable CVS
_
RSH to ssh
(
'export CVS
_
RSH
=
ssh' with bash, or
'setenv CVS
_
RSH ssh' with tcsh
)
@item
The first time you want to download the latest full source by CVS, type:
The first time you want to download the latest full source, type:
@example
cvs
-
d username@@cvs.geuz.org:
/
cvsroot checkout
gmsh
svn co https:
//
geuz.org
/
svn
/
gmsh
/
trunk
gmsh
@end example
where username is your login on cvs.geuz.org
You will be asked to accept the security certificate and to provide your
username and password.
@item
To update your local version to the latest and greatest, go in the gmsh
directory and type:
@example
cvs
update
-
dPA
svn
update
@end example
@item
...
...
@@ -4271,7 +4269,7 @@ To commit your changes to the central repository, go in the gmsh
directory and type:
@example
cvs
commit
svn
commit
@end example
@end enumerate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment