Docs: Project Tools Update #156
@ -63,11 +63,16 @@ This is the folder that should be shared over the network. (By using Syncthing,
|
|||||||
15 Oct. 2023 - The following folder trees are out of data, and will soon be updated.
|
15 Oct. 2023 - The following folder trees are out of data, and will soon be updated.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|
||||||
|
<!---
|
||||||
|
TODO Mention symlink in Shared Folder Setup
|
||||||
|
--->
|
||||||
|
|
||||||
### Populating `SVN`
|
### Populating `SVN`
|
||||||
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. Sym-Link the SVN Folder to `/{my_project}/svn` or create your SVN Folder directly in the target directory.
|
1. Create your SVN Folder directly in the target directory `/{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
|
||||||
@ -75,7 +80,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. Sym-Link the SVN Folder to `/{my_project}/svn` or Clone your SVN Folder directly into the target directory.
|
1. Clone your SVN Folder directly into the target directory `/{my_project}/svn`.
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user