Hi Everyone!
We have a tactic server with pretty much small hard drive. This drive will not fit all sequenced and other production files. Alternatively, I planned to make a separate mounts that would upload the files into the cloud, which would be slower, but could be much larger capacity.
(i know there is Repo Handler Class in the projects, but not found how to use it, or any example)
(may be i should fork BaseRepoHandler and write my own)
(looks like SampleRepoHandler is pretty much clear, may be i should add some prodSettings to project, and create simple repoHandler to test it)
For example:
When i commit files to SEQUENCES process in the naming (or wherever possible) it will point files to a different repo.
base_repo - /assets
remote_repo - /sequences
Does this possible?
I already thought about pushing trigger after checkin and move files to the different mounted path, but it will then not be accessible from tactic.
Hope you understand what i trying to ask
Thanks, Bye!
We have a tactic server with pretty much small hard drive. This drive will not fit all sequenced and other production files. Alternatively, I planned to make a separate mounts that would upload the files into the cloud, which would be slower, but could be much larger capacity.
(i know there is Repo Handler Class in the projects, but not found how to use it, or any example)
(may be i should fork BaseRepoHandler and write my own)
(looks like SampleRepoHandler is pretty much clear, may be i should add some prodSettings to project, and create simple repoHandler to test it)
For example:
When i commit files to SEQUENCES process in the naming (or wherever possible) it will point files to a different repo.
base_repo - /assets
remote_repo - /sequences
Does this possible?
I already thought about pushing trigger after checkin and move files to the different mounted path, but it will then not be accessible from tactic.
Hope you understand what i trying to ask
Thanks, Bye!