How to remove "+" sign of package directory (SVN commit problem)
Show older comments
Hello, in my project I try to use the logger https://github.com/optimizers/logging4matlab but, "unfortunately" the "Packages Create Namespaces" with a "+" in the folder name is used (I'm not allowed to commit directories starting with "+" into our SVN).
There I wonder how I could remove the "+" sign and still use the functionality shipped by logging4matlab.
I use the logging object in the following way Lg = logging.getLogger('mylogger', 'path', General.LogFileName); Lg.info('Start');
Thank you
Accepted Answer
More Answers (0)
Categories
Find more on Source Control in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!