Skip to content
Snippets Groups Projects
Commit 50699d91 authored by kpetersn's avatar kpetersn
Browse files

Added a question to the FAQ about the use of ~ in paths in the solution branch.

parent d46f5848
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,12 @@ No. Just use **mkioc**.
No.
#### Why does the solution branch use ~ instead of /home/beams/USERNAME in the solution branch?
The solution branch uses `~` instead of `/home/beams/USERNAME` in paths because it was the only way to make the solution branch build for everyone without requiring files to be edited.
The use of `~` is highly discouraged; only absolute paths should be used in RELEASE files. A negative side effect of using `~` in the path to `MOTOR_VMC` in the IOC's **RELEASE** file, is that `MOTOR_VMC` doesn't appear in the IOC's **envPaths** file. This wasn't a problem during the training becase the IOC doesn't load anything from the motorVMC module at runtime.
## The solution branch
Both the xxx and motorVMC repos have a **solution** branch with tags for each step that:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment