05-14-2020, 07:22 PM
All you should need to do is change it in your TACTIC config file:
For example:
<checkin>
...
<asset_base_dir>D:/assets</asset_base_dir>
...
</checkin>
This should just work. However, bear in mind that when uploading from the browser, it uploads it to the temp folder first:
<install>
...
<tmp_dir>D:/temp</tmp_dir>
...
</install>
This doesn't really matter where it is as it should all be handled automatically. However, for performance reasons, you may want to keep the temp folder on the same partition as the assets folder because on check-in, TACTIC will "move" the file. This is a very fast operation both paths are on the same partition, otherwise, the OS will be forced to copy the file and delete.
For example:
<checkin>
...
<asset_base_dir>D:/assets</asset_base_dir>
...
</checkin>
This should just work. However, bear in mind that when uploading from the browser, it uploads it to the temp folder first:
<install>
...
<tmp_dir>D:/temp</tmp_dir>
...
</install>
This doesn't really matter where it is as it should all be handled automatically. However, for performance reasons, you may want to keep the temp folder on the same partition as the assets folder because on check-in, TACTIC will "move" the file. This is a very fast operation both paths are on the same partition, otherwise, the OS will be forced to copy the file and delete.