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 e18a6bf9e5 - Show all commits

View File

@ -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.
:::
<!---
TODO Mention symlink in Shared Folder Setup
--->
### 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.
#### 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.
```bash
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
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