You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Location of repositories

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

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

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

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

/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:

[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
  • No labels