02-05-2020 03:26 AM - edited 02-05-2020 03:29 AM
Hello everyone! We are going to change NAS in our company and i'm checking for a new way to store our project.
In Siemens PLC there is the possibility to "archieve" and "retrieve" project, this is very useful for backup and for space consumption because it will create a unique zip that keep all the project file.
In CVI there isn't this possibility, have anyone managed it in some way?
Also it will be nice to have SVN or GIT that the NAS support natively, it's a Synlogy.
now when i save the project i copy all the directory, and i'm excluding cvibuild folder and .cdb file, anybody do the same?
02-05-2020 08:32 AM
Just use a svn/git server on a DIFFERENT machine than the one where you are saving your projects. Backup both of them. Remotely.
02-05-2020 08:35 AM
How did you implemented svn/git in CVI?
02-05-2020 10:18 AM
Externally, using TortoiseSVN/TortoiseGit.
The Source Code Control provided by CVI is difficult to configure and is being deprecated, so don't bother.
02-05-2020 02:21 PM
Agreed: just do it externally. I have been pretty happy with GitKraken.