Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Location of repositories

Code for Matlab 2020a and above will be stored in Git repositories.

The location of all the "master" repository repositories for FACET-II is in AFS:

Code Block
/afs/slac/g/cd/swe/git/repos/slac/FACET/
The repository for Matlab files is here:
Code Block
/afs/slac/g/cd/swe/git/repos/slac/FACET/matlab2020a.git

The production version (on facet-srv0X) is here:

Code Block
/usr/local/facet/tools/matlab2020a/


Cloning the repo on facet-srv0X

In your user directory, create a working directory ('git_work' in this example). Then:

Code Block
[fphysics@facet-srv01 ~/sgess/git_work ]$ git clone ssh:///afs/slac/g/cd/swe/git/repos/slac/FACET/matlab2020a.git 
Initialized empty Git repository in /home/fphysics/sgess/git_work/matlab2020a/.git/
sgess@mcclogin's password: 
remote: Counting objects: 3, done.
remote: Total 3 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (3/3), done.
[fphysics@facet-srv01 ~/sgess/git_work ]$ ls
matlab2020a