How to Automate SVN update from .EXE or on open of MATLAB
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
raghavendra kandukuri
el 23 de En. de 2020
Respondida: raghavendra kandukuri
el 23 de En. de 2020
Hello,
I am looking for a way to do SVN update when some one opens . EXE of m-script, so that they can get all latest changes associate with that .EXE instead of they maullay doing right click in repository -> SVN UPDATE.
is it do-able?
Any help is higley appreciated!
1 comentario
Guillaume
el 23 de En. de 2020
Your process is not clear. Do you actually version your executables? Typically you version the source of the executables (the m files) not the executable itself (.exe file.
It's not clear what you mean by doing a right click? What are you right-clicking. Note that you cannot modify an executable file while the executable is running so it's unclear what you're doing at the moment.
Respuestas (1)
Ver también
Categorías
Más información sobre Environment and Settings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!