Docs: Project Tools Update #156
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user