Docs: Project Tools Update #156

Merged
Nick Alberelli merged 59 commits from :docs/project-tools-update into main 2023-10-19 22:21:50 +02:00
Showing only changes of commit 98c2e1d0ff - Show all commits

View File

@ -91,7 +91,7 @@ shared
This is the folder that should contain a version controlled file system to be shared over the network. (By using SVN, GIT-LFS, etc) Connect this folder to your version control software of choice and create the following folder structure. This is the folder that should contain a version controlled file system to be shared over the network. (By using SVN, GIT-LFS, etc) Connect this folder to your version control software of choice and create the following folder structure.
#### Initial Directory Set-Up #### Initial Directory Set-Up
1. Create your SVN Folder directly in the target directory `/{my_project}/svn`. 1. Create your SVN Folder directly in the target directory `/data/{my_project}/svn`.
2. Use the following commands to generate the below folder structure. 2. Use the following commands to generate the below folder structure.
```bash ```bash
cd /data/blender-studio-pipeline/scripts/project-tools cd /data/blender-studio-pipeline/scripts/project-tools
@ -99,7 +99,7 @@ This is the folder that should contain a version controlled file system to be sh
``` ```
#### Add Existing Directory to User Workstation #### Add Existing Directory to User Workstation
1. Clone your SVN Folder directly into the target directory `/{my_project}/svn`. 1. Clone your SVN Folder directly into the target directory `/data/{my_project}/svn`.
```bash ```bash