-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
All
It would be really useful to have a Local module directory for this plugin that works the same way as it does for the Subversion plugin
It would be really useful to have a Local module directory for this plugin that works the same way as it does for the Subversion plugin
Please see if my understanding is correct.
For example, if the source directory is "c:\project1\component1\folder1", it may checkout to path "C:\xx\yy\"
If the "local_module_directory" is "folder2", then it will checkout to path "c:\xx\yy\folder2", am I correct?
If the "local_module_directory" is undefined, then it will checkout to path "c:\xx\yy\folder1", am I correct?
If the "local_module_directory" is ".", then it will checkout to path "c:\xx\yy", same as before, am I correct?
But for backward compatibility, I think I would change the implementation to if "local_module_directory" is not defined, it will just checkout to "c:\xx\yy" (same as ".")